image map helper generates incorrect HTML

  •  09-06-2007, 11:51 AM

    image map helper generates incorrect HTML

    I'm trying to create an image map and after saving the map, I end up with multiple copies of the <map><area></map> code:

    <map name="AutoMap1">
    <area shape="rect" coords="20,30,122,64" href="http://somelink" /></map><img usemap="#AutoMap1" alt="" src="http://fawkes.tm00.com/wholefoods/NorPac/images/100best.gif" height="81" width="130" /><map name="AutoMap1">
    <area shape="rect" coords="20,30,122,64" href="http://somelink" /></map>

    It appears to place 2 copies of the <map>.  One before the image and one after.

    I'm using Cuteeditor 6 for ASP on a Mac with FireFox.



View Complete Thread