View Single Post
Old 11-17-2011, 09:50 AM   #6
andyd273
Junior Member
andyd273 began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Nov 2011
Device: none
Quote:
Originally Posted by DiapDealer View Post
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;?
andyd273 is offline   Reply With Quote