Topic: link to specific item

Good morning, the following link
<a href="mulberry/poppyrednaturals.php#Frankincense_Myrrh_Cream">
is intended to go to a specific product, however it only links to the top of the page. The page source shows
<div id="Frankincense_Myrrh_Cream " class="product">
Is the reason for the failure because the page is loaded from xml and if so is there a way to link to the relevent spot?
Regards
David

Vote up Vote down

Re: link to specific item

There is a space between Cream and " in the code for the div id.  Remove that and see if that helps.

Just because my computer is online does not mean that I am.
a&b WebDesign

Vote up Vote down

Re: link to specific item

It did indeed. The space was in the xml file and I found lots of others so future links may not be a problem. Thanks very much.
Regards
David

Vote up Vote down