Re: image map helper generates incorrect HTML

  •  01-11-2010, 12:19 PM

    Re: image map helper generates incorrect HTML

    I can confirm this issue. in the example if you do the following.

    1.  Select the Image of the girls face.
    2. Click the Add Image Map button on the tool bar. (A new window will be displayed)
    3. Click the Add Image Map button
    4. Click in the middle of the newly added hot spot
    5. using the size adjusters resize the hot spot to something (size really does not matter)
    6. with the hot spot selected click the add hyperlink button
    7. add a url (in my case i used http://www.google.com)
    8. click insert
    9. click insert
    10. click the View HTML button at the bottom of the editor
    11. you will see html that looks as follows (with different coordinates most likely)
      <table bgcolor="#ffffff" border="0" cellpadding="4" cellspacing="4">
           <tbody>
               <tr>
                   <td>
                   <p> <map name="AutoMap1">
                   <area shape="rect" coords="17,2,64,49" href="httpL://www.google.com" /></map><img usemap="#AutoMap1" src="http://cutesoft.net/Uploads/j0262681.jpg" width="80" alt="" /><map name="AutoMap1">
                   <area shape="rect" coords="17,2,64,49" href="httpL://www.google.com" /></map><br />
                   </p>
                   <br />
                   </td>
     
View Complete Thread