Hi,
I have a custom field called 'Ingredients' in which I put my products' ingredients into. I am trying to have each ingredient link to an anchor within another page AND have it open in a new window. The problem I'm having is that one of my quotes is being changed by the system into " and breaking the html.
For example, I enter:
<a href="
www.aliu.biz/index.php/our-ingredients/a...ents#Distilled_Water
” target="_blank">Distilled Water</a>
And the system changes it to:
<a href="
www.aliu.biz/index.php/our-ingredients/a...ents#Distilled_Water
” target="_blank">Distilled Water</a>
Is this a system bug or am I doing something wrong?
UPDATE: I was manually replacing the " with " after the system changed my html after pasting & saving. I just realised that the second " on my url wasn't being recognised as a second quote; once I erased it and retyped it then I was able to correct the quotes around my target and it saved correctly. However, this doesn't fix the problem of being unable to paste my html from WordPad (plain text) into the text area without the system changing it (as detailed in the next post).