We are using the hosted SugarOnDemand platform, and I can't seem to get image maps working in an email campaign. Whenever I paste in my image map code into TinyMCE, most of it gets stripped out. I start with this code:
<MAP Name="mymap">
<AREA Shape="rect" Coords="135,95,260,115"
Href="http://www.healthyhumans.com">
</MAP>
<img src="http:... <path to image> " alt="Healthy Humans offer" title="Healthy Humans offer" width="600" height="650" Usemap="#mymap" border=0/>
And TinyMCE turns it into this:
<img usemap="#mymap" src="http: ... <path to image> " alt="Healthy Humans offer" title="Healthy Humans offer" width="600" height="650" />
Any help greatly appreciated.


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks