Quote:
Originally Posted by andyd273
Ok, I can understand that. Whats the best method to get the proper indent?
I know they can be picky about things like tables...
I could do something like
<blockquote>
<p>1.</p>
<p>2.</p>
<p>3.</p>
<blockquote>
<p>a.</p>
<p>b.</p>
</blockquote>
<p>4.</p>
</blockquote>
but I dunno if they can handle that level of complexity.
Can Mobi and EPub handle something like <p style='text-indent:10px;'> or padding-left:10px;?
|
Nested Blockquotes seem to work for me.