Hi there,

I'm having an odd little problem with links. I followed a tip that I saw elsewhere on the forums awhile ago to turn the category icon displayed on every product page into a link back to the main category page.

It was a very smart tip that suggested adding the link to the category description and then positioning it with css over the category icon. It worked perfectly, but the links themselves aren't working consistently - half the time the category path seems to get stripped off the end of the url and it just ends up linking to the main page.

I'm almost ready to go live with my shop, and I'd love to solve this little issue.

This is what the links look like in the category editor in text mode (I'm using HTMLAREA):
<a href="index.php?main_page=index&cPath=244" class="cat_icon_link">&nbsp;</a>

Sometimes when hovering over the icon the link will display as "index.php?main_page=index&cPath=24", but other times it will be truncated: "index.php?main_page=index&cPath=" - missing the category id at the end.

You can see this weirdness in action here:
http://www.t o p d r a w e r s.com/catalog_new/index.php?main_page=product_info&products_id=2263

Warning: Its a men's underwear site, so don't view if you don't want to see guys in their underpants.