Thread: html problem
View Single Post
Old 03-13-2009, 12:48 PM   #10
nrapallo
GuteBook/Mobi2IMP Creator
nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.
 
nrapallo's Avatar
 
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
Quote:
Originally Posted by mtravellerh View Post
You know what's really a bummer and no XML will help you prevent? If you have an anchor within a header, say

Code:
<h2><a name""></a>whatever</h2>
this will give a bad mistake in mobi files.

What happens? Well the link jumps right to the anchor, ignoring the header tag and displaying the "whatever" as simple text without formatting. Took me a while to figure that one out.
And Mobi2IMP (really eBook Publisher) hates the Feedbooks.com encoding of some of their news fetched .mobi (like Wired: Beyond the beyond) where they insert the <a name> within the <a href>:
Code:
<a href="4.html"><a name="0000000699"></a><h3>Four Horsemen of Climate Apocalypse Rev Up their Fossil-Fueled Engines</h3></a>
I'd prefer <a name> before the <a href> for the same reason it doesn't work with the header tags if after. It's cleaner and more appropriate!
nrapallo is offline   Reply With Quote