Ques/Help Use HTML image mapping in page nodes.

F

Ferdinand

Guest
Is it possible? I have created a basic image map html but for some reason it will not work, even when the page is created using HTML:

HTML:

Code:
<img src="ldn.png" usemap="#image_map">
<map name="image_map">
  <area alt="Gordon Hospital" title="Gordon Hospital" href="https://atomicacademia.com/pages/medicaltraining/" coords="1642,2942,159" shape="circle">
  <area alt="St Thomas Hospital" title="St Thomas Hospital" href="https://atomicacademia.com/pages/stthomas/" coords="3089,1999,214"...

Read more

Continue reading...