Use HTML img map tag on WP sidebar
-
Hello, I’m trying to display an HTML mapped image on WordPress in the sidebar. While working on a normal page with the HTML block, it does not work in the sidebar, it just shows the image without the mapping. Is there a way to make it work?
Here is my code for the mapped image:<img src="https://mydomain.it/wp-content/uploads/2022/05/Site2.png" usemap="#image-map" alt="test"> <map name="image-map" id="test-imgmap"> <area target="_blank" alt="test" title="" href="https://test1.com" coords="500,398,73,481" shape="rect"> <area target="_blank" alt="test" title="" href="https://test2.com" coords="71,493,493,563" shape="rect"> <area target="_blank" alt="test" title="" href="https://test3.com" coords="71,570,495,641" shape="rect"> </map>
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Use HTML img map tag on WP sidebar’ is closed to new replies.