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.
|