View Single Post
  #47  
Old 03-12-2007, 02:06 AM
 
nfc5382 nfc5382 is offline
 

X-Adept
  
Join Date: Nov 2002
Posts: 477
 

Default Re: Static page simulation. Search engine improvements

Quote:
Originally Posted by Gijs
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>

Careful!!!

See http://forum.x-cart.com/showthread.php?p=164373

Google will take a site down from their listing if using hidden text.
__________________
-----------------------
x-cart v4.7.6 [LIVE]
x-cart v4.0.18 [retired 2004-2016]
x-cart v3.5.13 [retired]
x-cart v3.4.14 [retired]
Reply With Quote