View Single Post
Old 11-14-2012, 10:30 PM   #14
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 73,983
Karma: 128903378
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by lrui View Post
http://john.nachtimwald.com/category...rmatting-tips/

Here is some EPUB formatting tips, it can help you to make epub visually appealing.
John's blog need someone to error check it. For example...

Code:
span.ri {
    font-size: 4em;
    font-weight: bold;
}
That's not correct. It leaves a larger space between the first line and the rest of the paragraph.

Code:
span.ri {
    font-size: 4em;
    font-weight: bold;
    line-height: 0
}
Now that is correct.
JSWolf is offline   Reply With Quote