View Single Post
Old 04-08-2015, 02:30 AM   #4
nws
Junior Member
nws began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Apr 2015
Device: Kobo
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 View Post
You have to do this in the code. (...)
There are more ways, but this is the easiest I guess.
nws is offline   Reply With Quote