View Single Post
Old 03-19-2013, 08:44 AM   #3
ghostyjack
Guru
ghostyjack ought to be getting tired of karma fortunes by now.ghostyjack ought to be getting tired of karma fortunes by now.ghostyjack ought to be getting tired of karma fortunes by now.ghostyjack ought to be getting tired of karma fortunes by now.ghostyjack ought to be getting tired of karma fortunes by now.ghostyjack ought to be getting tired of karma fortunes by now.ghostyjack ought to be getting tired of karma fortunes by now.ghostyjack ought to be getting tired of karma fortunes by now.ghostyjack ought to be getting tired of karma fortunes by now.ghostyjack ought to be getting tired of karma fortunes by now.ghostyjack ought to be getting tired of karma fortunes by now.
 
ghostyjack's Avatar
 
Posts: 718
Karma: 1085610
Join Date: Mar 2009
Location: Bristol, England
Device: PRS-T1, 1825PT, Galaxy Tab, One X, TF700T, Aura HD, Nexus 7
I normally use soothing like this:

Code:
<p class="newscene1">blah, blah, blah.</p>

<p>blah, blah, blah.</p>

<p>blah, blah, blah.</p>
With the CSS being:

Code:
p      {text-indent:1em;
         margin:0;}
.newscene1 {text-indent:0;
         margin-top:1em;}
This gives a default indent to all paragraphs and no space between the paragraphs of the scene. And "newscene1" is what I use for a scene break as it removes the indent and add a single line space from the previous paragraph.

Last edited by ghostyjack; 03-19-2013 at 08:47 AM.
ghostyjack is offline   Reply With Quote