View Single Post
Old 03-18-2010, 05:06 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,559
Karma: 19620479
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
The "name" attribute is not valid in XHTML, use "id" instead, and not in an anchor element (<a>), i.e.:

Code:
<h1 id="chap12">Chapter 12</h1>
for instance. But apparently the Sony has problems with fragments (the "#" part in the href) in the NCX file, so it's better to avoid them if you can.
Jellby is offline   Reply With Quote