View Single Post
Old 11-21-2011, 10:35 PM   #3
sdm1130
Junior Member
sdm1130 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Nov 2011
Device: iPad
Thanks for the quick reply!

Quote:
Originally Posted by dwig View Post
because the top level list is an ordered list (<ol>); try using an unordered list (<ul>) like your second level list.
Unfortunately, that isn't possible. I need to maintain the following...

Code:
1. blah blah
   * blah blah
   * blah blah
       * blah blah
       * blah blah
   * blah blah

   blah blah blah blah blah blah

2. blah blah
   * blah blah
   * blah blah

Quote:
Originally Posted by dwig View Post
You might try using nested <blockquote> tags:

Code:
<P> blah blah</p>
<blockquote>
    <p> blah </p>
        <blockquote>
             <p> blah </p>
        </blockquote>
 </blockquote>
AFAIK, there's no control of the amount of indent in MOBI's implementation of Blockquotes.
I tried nested <blockquote> tags and it gives me the correct indentation, but the lack of control over the indentation doesn't make it a very good solution. On the Kindle, the 3rd layer is very narrow and now very readable.
sdm1130 is offline   Reply With Quote