I want to use a <map> tag in Umbraco (rich content editor) and that works fine editing the html. However, I want to add the 'title' attribute to the <area> tag in the map tag.
I found the topic with the same problem for the <img> but that solution didn't work (adding rel="0" or adding title to the allowedtemplate in umbracosettings.config and restarting the pool).
The goal is that when someone hovers the tag, the title is appearing (next to the cursor).
title attribute in area - map tag
I want to use a <map> tag in Umbraco (rich content editor) and that works fine editing the html. However, I want to add the 'title' attribute to the <area> tag in the map tag.
Explanation of how <map> works.
I know 'title' is not a valid attribute for <area> but it works fine and I didn't find any valid alternative. I found this recommandation: http://www.htmlcodetutorial.com/images/_AREA_TITLE.html
I found the topic with the same problem for the <img> but that solution didn't work (adding rel="0" or adding title to the allowedtemplate in umbracosettings.config and restarting the pool).
The goal is that when someone hovers the tag, the title is appearing (next to the cursor).
Maybe this info can help: http://our.umbraco.org/wiki/how-tos/customizing-the-wysiwyg-rich-text-editor-(tinymce)/allow-any-markup-in-the-tinymce-editor
This package might also help: http://our.umbraco.org/projects/backoffice-extensions/imagemap-plugin
Jeroen
Thanks a lot!! This was really helpfull
Hi Robin,
Glad I could help.
Please mark the post as the solution if it answered your question.
You can do it by clicking on solution icon.
Jeroen
is working on a reply...