Quote:
Originally Posted by JustinThought
My way of solving that, which seems to work for me while settling the argument between Sigil and Calibre as far as named spaces, was to just use <p><br/></p> instead.
Of course, if one of the more experienced and knowledgeable users here finds an issue with that, I'm always willing to re-think my solution.
|
My choice is different. I add a category to the stylesheet as follows:
.stara
{
margin-top: 1em;
margin-bottom: 0.5em;
font-size: 1em;
text-align: center;
text-indent: 1em;
}
Then, when needing a divider, 'JustinThought's line becomes:
<p class="stara">* * * * *</p>
Simple, efficient, visible and (so far!!) 100% faultless.