Quote:
Originally Posted by JSWolf
How can one make hanging indents with html2lrf?
|
What's a hanging indent?
EDIT: If it means what I think it means, this will do the trick, provided each logical line is at most one physical line long:
Code:
<p style="text-indent:0pt">First line</p>
<p style="text-indent:30pt">Second line
<p style="text-indent:30pt">Third line</p>