
Originally Posted by
AvaAdorn
Hi, I have unwanted code showing up on my website
To the left of the image, there is a text link with the model number of the product and it shouldn't be there.
Somehow your site is adding
Code:
<br />
<span ...>[modelno]</span>
... onto the end of your product name.
And, since the product name is also used as title-and-alt-text for images, the extra HTML you've got in there is what's making the display go funny.
Need to determine why you've got the model number added like that in the first place, and take action from there.