I've never used InDesign, but...
Quote:
Originally Posted by tibiafry
Blank lines are stripped, altough I'd like them to be there: so it makes some difference between a paragraph separated from the previous one by a blank line, and a paragraph that goes just after the last one.
|
Don't use blank lines. If you want a paragraph separated from the previous one, add some vertical space to one of them (either the bottom of the first or the top of the second).
Quote:
xhtml: edit by hand the blank lines with the "<p> </p>" trick.
|
Don't. At the very least use <div style="margin-top: 1em"></div> instead, but better as I said above.