View Single Post
Old 11-04-2013, 08:08 PM   #7
VydorScope
Wizard
VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.VydorScope ought to be getting tired of karma fortunes by now.
 
VydorScope's Avatar
 
Posts: 3,418
Karma: 35207650
Join Date: Jun 2011
Device: iPad
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!

Last edited by VydorScope; 11-04-2013 at 08:17 PM.
VydorScope is offline   Reply With Quote