Quote:
Originally Posted by DiapDealer
The better solution is to forget about the <ol> and <li> tags and just hard-code your outline the way you want it to look.
|
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;?