ariopp Posted July 10, 2008 Share Posted July 10, 2008 Hi,I'm trying to make an image map on my front page as follows:I'm using the front page editor module to do it, but it doesn't work?!Whenever I update the HTML code usiong the WYSIG editor, it just automatically DELETES the "usemap="#mymap"" part of the html code.Please advise how to get a mapped image to work? I don't mind even bypassing the front page editor module, but I'm not sure how to.Thanks Link to comment Share on other sites More sharing options...
ejectcore Posted July 10, 2008 Share Posted July 10, 2008 OK all you need to do is edit editorial.tpl which is located in modules/editorial/editorial.tpl ;-) Link to comment Share on other sites More sharing options...
disarci Posted August 12, 2009 Share Posted August 12, 2009 Hi,the easier way is to add some extended rules in the editor,add in the extended img rules the usemapthis is what I use and imagemap works fine extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|usemap|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]" ;-) Link to comment Share on other sites More sharing options...
Recommended Posts