I am trying to setup an ebook mobi test file that allows you to go to a specific page by clicking/touching a specific area on page 1. Select one area and you go to page 2 or select another for page 3. The html code for the page 3 selection is:
<map name="map1">
<area shape="rect" coords="0,0,100,100" alt="area1" href="page03.html" />
</map>
The html files work fine in the browser, but I am unable to make the map tags work using KindleGen.
Is this even supported?
<map name="map1">
<area shape="rect" coords="0,0,100,100" alt="area1" href="page03.html" />
</map>
The html files work fine in the browser, but I am unable to make the map tags work using KindleGen.
Is this even supported?