View Single Post
Old 11-14-2012, 10:30 PM   #14
JSWolf
Mobile Reader Geek
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: 34,205
Karma: 13801264
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Sony Reader PRS-650, iPad
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