Allright. This is the extra style I used to also prevent a blank line popping up below the unindented paragraph:
Code:
.para1 {
border-bottom: 0;
border-top: 0;
display: block;
margin-bottom: 0;
margin-top: 0;
padding-bottom: 0;
padding-top: 0;
text-indent: 0
}
I refer to this style in every first paragraph of a chapter and it works like a charm. So thanks again. Just wanted to share this with you.
Quote:
Originally Posted by Toxaris
You have to do this in the code. (...)
There are more ways, but this is the easiest I guess.
|