~~START_HTML_BLOCK~~
<code>
<img class="media imap" src="https://mturner.org/userfiles/planets.gif"
 style = "display: block;  margin-left: auto;  margin-right: auto;" usemap="#planetmap" />
<map name="planetmap">
<area alt="Sun" coords="0,0,82,126" href="https://mturner.org" shape="rect" /> 
<area alt="Mercury" coords="90,58,3" href="https://dokuwiki.org" shape="circle" />
<area alt="Venus" coords="124,58,8" href="https://www.wikipedia.org/" shape="circle" />
</map>
</code>
~~CLOSE_HTML_BLOCK~~

For use in ckdgedit. The above code is entered into the DokuWiki editor and saved. When opening the file in ckgedit's editor or in the browser, the image map will display. In the ckgedit editor, however, the code will not ber “live”. It will be live, however, in the browser.


User Tools