View Single Post
  #5  
Old 06-13-2008, 12:41 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: Help with buttons....

Quote:
Originally Posted by balinor
Spiders can't handle javascript onclick links, as they don't 'click', which is fine as you don't want them to spider the cart or checkout area anyway.


Options (for spiders):1. You can use the site map.

2. You can add a link in the table.

PHP Code:
.........
<
a href="cart.php">
<
font class="Button_menu">
Register</font>
</
a>
...... 
Reply With Quote