View Single Post
  #10  
Old 07-27-2006, 10:36 PM
 
MCM MCM is offline
 

Senior Member
  
Join Date: Dec 2005
Posts: 114
 

Default

Thanks, Jon... not only was an answer provided--but the fixes made to my website!

For those watching, the answer can be found in this knowledge base article. Here's the text:

Quote:
CDSEO adds a base tag to your site which means that all links will be referenced from your sites root directory. When linking to anchor tags you will need to use the pages url followed by the tag.

Invalid code:
<a href="#anchor">

Valid code:
<a href="pages.php?pageid=1#anchor">

If your using anchor tag on your product pages you can use:
<a href="{$cdseo_prod}/{$product.cdseo_url}#anchor">

To make a global anchor such as a "Back to Top" link use:
<A HREF="{$smarty.server.REQUEST_URI}#anchor">

Again, problem solved! [/url]
__________________
Version 4.0.17/4.0.18
Reply With Quote