|
Post by mangisqa on Feb 12, 2013 10:03:15 GMT -6
I have used the following code to try to add hotspots to an image in a Wikipage. This code works fine in SharePoint 2007, but when I edit the html in a 2010 Page, it accepts it but when I check the page in, the Coords get deleted. I have also tried using a content editor web part to add the code and the same issue happens. I do not have Designer for 2010 yet and will not for some time. Any help would be appreciated. Please note, I removed the actual urls below for privacy reasons.
<img src="image url" alt="FLOWChart" width="733" height="422" border="0" usemap="#Map" longdesc=""> <map name="Map"> <area shape="rect" coords="63,146,163,201" href="URL" alt="Planning and Scheduling"> <area shape="rect" coords="90,213,159,246" href="URL" alt="planners"> </map>
Thanks!
|
|