View Single Post
Old 08-26-2011, 05:35 AM   #9
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,514
Karma: 18512745
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Or, to follow my method (not implying it's better than charleski's, just so you can learn something), add anchors to the divs, like this:

Code:
<div class="image" id="ch1">
	<p class="para-style-override-1">
		<img width="***" height="***" src="images/***" alt="***"/>
	</p>
</div>
The "ch1" in the id matches the "#ch1" used in the NCX, this is what makes it possible to make links pointing here.
Jellby is offline   Reply With Quote