Thread: html problem
View Single Post
Old 03-16-2009, 08:47 AM   #11
Sweetpea
Grand Sorcerer
Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.Sweetpea ought to be getting tired of karma fortunes by now.
 
Sweetpea's Avatar
 
Posts: 9,707
Karma: 32763414
Join Date: Dec 2008
Location: Krewerd
Device: Pocketbook Inkpad 4 Color; Samsung Galaxy Tab S6
Quote:
Originally Posted by nrapallo View Post
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!
I've done away with the <a name=""></a> completely.

this: <h2><a name""></a>whatever</h2>
will be this: <h2 id="name">whatever</h2>

And it gives the same functionality and is even epub valid!
Sweetpea is offline   Reply With Quote