View Single Post
  #4  
Old 11-01-2004, 12:08 AM
  Gijs's Avatar 
Gijs Gijs is offline
 

eXpert
  
Join Date: Aug 2004
Location: Belgium
Posts: 295
 

Default Re: Static page simulation. Search engine improvements

Quote:
Originally Posted by fernando
Ideally this should not be a hidden link, but you want to place somewhere highly unlikely for users to click on it.

I don't know what a hidden link is

In CSS you could do the following and ... I hope this is not what you call a hiddenlink
Code:
.HiddenUrl { COLOR: #fbf6ce; TEXT-DECORATION: none; } .HiddenUrl:link { COLOR: #fbf6ce; TEXT-DECORATION: none; } .HiddenUrl:visited { COLOR: #fbf6ce; TEXT-DECORATION: none; } .HiddenUrl:hover { COLOR: #fbf6ce; TEXT-DECORATION: none; } .HiddenUrl:active { COLOR: #fbf6ce; TEXT-DECORATION: none;

Match COLOR to the background colour of where you put the hyperlink (f.e. in bottom.tpl)
When hoovering you'll notice the "hand cursor" showing up for the rest it will be invisible.

<a class="HiddenUrl" href="mycatalog.html>Catalog</a>
__________________
X-cart 4.1.11
PHP 5 MySQL 5
www.wheelpalace.eu
Reply With Quote