Thanks for the quick reply!
Quote:
Originally Posted by dwig
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
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.