I'm using the on hover javascript code in indesign that i mentioned in my last question but when exporting my & was converted to an entity code. the word being made into a hyperlink in indesign was 'T&D' but was exported into html was:
<span class="Hyperlink"><a href="myjavscriptHere">T#AM</a>PD</span>
obviously the character conversion ins't ideal but it also only made the first 4 characters a link instead of the whole word. Is there anything i can do to avoid this?