Quote:
Originally Posted by FatDog
...
And there are separations like "* * *" sprinkled throughout. What tags should I use for these?
...
|
There are several issues to consider.
If you are working from a very typical TXT format ebook
and you are creating and HTML or ePub version with the commonly preferred "no leading between paragraphs and indented first line" style then:
- omit the line with the asterisks
- style (class) the following <p> so that it has a top-margin, generally 1em
This leaves a blank line between the two paragraphs between which the asterisks had been placed. Some people prefer that the following <p> also no be indented.