Hi guys!
I want to create an image map such as https://webhelp.fred.com.au/nxt/Dispense/r_dispense-main-screen.htm.
But whenever I enter my HTML in the source code, it looks like it gets removed when I preview the article.
<img src=dispensingscreenlayout.png" alt="" usemap="#Map" />
<map name="Map" id="Map">
<area alt="" class="tooltip" data-tooltip-content="#tooltip_content" href="test.html" shape="poly" coords="8,55,719,55,716,537,13,547" />
<area alt="" title="" href="#" shape="poly" coords="735,57,1178,55,1178,262,743,259,884,137" />
<area alt="" title="" href="#" shape="poly" coords="736,276,1178,275,1176,644,736,641" />
</map>
Does Zendesk support that or am I missing something?