View Single Post
Old 05-08-2015, 05:05 PM   #5
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by Timbow View Post
I am also looking for the approved html for numbered footnote links. My footnotes will just be at the end of each chapter. I believe they need to link both ways?
Just keep it nice and simple. This is an example of the code I use, just a simple link back/forth:

Quote:
In fact, firms were able to hire increased quantities of labor at the frozen wage scales and employment grew at the rapid rate of 4.2 percent per annum from August to November 1971.<a href="#fn1" id="ft1">[1]</a></p>

[...]

<p><a href="#ft1" id="fn1">[1]</a> Michael R. Darby, “The U. S. Economic Stabilization Program of 1971–1974,” in Michael Walker (ed.), <i>The Illusion of Wage and Price Control</i> (Vancouver, Canada: The Fraser Institute, 1976) pp. 136–37.</p>
I second what eschwartz said about the [##] format instead of superscript footnotes.

We had a long discussion about a year ago discussing footnotes:

https://www.mobileread.com/forums/sho...d.php?t=241177

Quote:
Originally Posted by Timbow View Post
Thanks. Having written a bit of html for the web I couldn't bear to look at the mess made by Word. I guess it's unimportant if you only want your html to display correctly on one specific device but still, I am rewriting it in a text editor now.
Yeah, Word output is pretty bad, especially when direct formatting is used all over the place.

If you do have the source DOCs, I would recommend taking a look at Toxaris's EPUB Tools:

https://www.mobileread.com/forums/sho...d.php?t=213372

It cleans and exports extremely clean HTML from any sort of DOC(X). It will save you a ton of hours instead of manual cleanup.

Last edited by Tex2002ans; 05-08-2015 at 05:18 PM.
Tex2002ans is offline   Reply With Quote