Thread: LRF output
View Single Post
Old 09-17-2007, 11:26 AM   #442
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,494
Karma: 28005164
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Quote:
Originally Posted by angelyne View Post
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>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Title</p>
<p>Author</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>text (with blank lines)</p>
</body>

Giving something like this
<top of page>
Title
Author



Text
This will be fixed sometime after 0.4.0.
kovidgoyal is offline   Reply With Quote