View Single Post
Old 07-26-2013, 03:10 AM   #2
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,556
Karma: 19500001
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Separate HTML files = separate pages.

There's nothing you can do in the book about it. At most, there might be a reader option to show a double page layout, but that's outside Sigil's scope.

Now, if you put both images in the same HTML file, it could be something like:

Code:
img {display:inline;max-width:50%;max-height:600px;}
Code:
<div><img alt="" class="height" src="../Images/china1.jpg" /><img alt="" class="height" src="../Images/china2.jpg" /></div>
Jellby is offline   Reply With Quote