Quote:
Originally Posted by MacEachaidh
G'day VS,
Thanks so much for these suggestions. It didn't work, so I need to look as the CSS, I guess. I wonder if you can see anything here?
The code in the CSS says:
and at the top of the document, there's this:
Does anything perhaps leap out as an obvious source?
Thanks for any suggestions.
|
Margin-top in mso.... : 1em;
If the affected paragraph is of a Mso...style
Look at the
(div).section {
style
That is the Chapter heading style and may have big top and bottom margins (around the Chapter header)
I had the rude reminder the the "C" in CSS is for "Cascade"
You might be stacking settings upon ach other. (I wronly declared something at the Body style level that affected everything contained in
< the body>