RSS Feed/News Use HTML image mapping in page nodes.

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
20,203
Points
823

Reputation:

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...
 
Status
Not open for further replies.
Top