Quote:
Originally Posted by angelyne
I find that inserting blank lines in the form of <br> are ignored by the converter. What code, if any, could I use to actually create a blank line.
|
Interesting, that shouldn't happen can you post a code snippet that demonstrates this. You can use empty paragraphs <p></p>
EDIT: Also note that a single <br> causes a line break, not a blank line. For a blank line you need <br><br>