Thread: white space
View Single Post
Old 06-17-2014, 07:51 PM   #11
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: 79,902
Karma: 146918083
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
What do most of the paragraphs begin with? Is it <p or is it <div?

If it is <p, add in the code for p that I posted a few messages back. If it is <div, use the same CSS code for p that I posted and change p { to div {

Also check what the class is next to the p or div. You might have to change that as well.

For example, if you see <p class="msonormal"> or <div class="msonormal"> then change msonormal to have the same CSS as the p I posted above.

Last edited by JSWolf; 06-17-2014 at 07:54 PM.
JSWolf is offline   Reply With Quote