Quote:
Originally Posted by llasram
I'm not quite seeing it... The way I'm understanding that, it could work if the "hanging" vs. "indented" parts are already in separate block-level elements, but I can already handle that with separate <p> and <blockquote> tags (<blockquote> being Mobipocket speak for 'margin-left: 1em').
|
You'd have to do the splitting manually, of course. So
Code:
<p>blah blah blah</p>
would become
Code:
<table><tr><td>blah></td><td>blah blah</td></tr></table>