So along these lines... I am trying to put a full page map in my EPUB. Do I do it like...
Code:
<body >
<img width="100%" alt="Image" src="../Images/map.jpeg" />
</body>
I know that is not valid HTML5, but it is valid HTML4... I am just not sure what subset of commands/etc are available in EPUB land... Thanks!