View Single Post
Old 01-02-2009, 02:01 PM   #5
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,377
Karma: 27230406
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Quote:
Originally Posted by llasram View Post
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>
kovidgoyal is offline   Reply With Quote