I did a few test and and got mixed results. However, the reason I wasn't achieving the result I wanted is that
blank spaces will be ignored before the text but will be used after the txt start. Here is the code
<body>
<p> </p>
<p> </p>
<p> </p>
<p>Title</p>
<p>Author</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>text (with blank lines)</p>
</body>
Giving something like this
<top of page>
Title
Author
Text
|