|
|
#1 |
|
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Nov 2011
Device: iPad
|
Nested lists with paragraphs
I am creating an eBook for the first time and I am running in to some issues with some nested lists that also contain paragraphs.
Since epubs don't allow for nesting of paragraphs in <li>, I ended up created a few different levels of indentation in CSS and applied those to <p> tags to generate the list layers (sometimes 2 levels and sometimes 3 levels) with no problem - everything looks great in iBooks. After converting the epub to a mobi file (using calibre or kindlegen), the indentation didn't seem to work, so I converted it back to the following: Code:
<ol>
<li></li>
<li>
<ul>
<li></li>
</ul>
</li>
<p>
<li></li>
</ol>
I've tried so many different solutions (so many that I'm having a hard time remembering them all) and nothing seems to be working. Can someone point me in the right direction? I have a good understanding of HTML and CSS. Here is some of the CSS I am using: Code:
p.indent
{
margin-left: 35px;
line-indent: 35px;
text-indent: -15px;
}
p.indent2
{
margin-left: 25px;
line-indent: 25px;
}
p.indent3
{
margin-left: 55px;
line-indent: 55px;
}
|
|
|
|
|
|
#2 | ||
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,613
Karma: 6718541
Join Date: Dec 2004
Location: Paradise (Key West, FL)
Device: Current:Surface Go & Kindle 3 - Retired: DellV8p, Clie UX50, ...
|
Quote:
Quote:
Code:
<P> blah blah</p>
<blockquote>
<p> blah </p>
<blockquote>
<p> blah </p>
</blockquote>
</blockquote>
|
||
|
|
|
| Advert | |
|
|
|
|
#3 | |
|
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Nov 2011
Device: iPad
|
Thanks for the quick reply!
Quote:
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
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. |
|
|
|
|
|
|
#4 | |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 28,915
Karma: 207182180
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
Quote:
![]() Check out this post for a way to have more control over indentation on blockquotes IF you're using kindlegen to build the mobi (and ONLY on Kindle devices NOT the Kindle for PC app): https://www.mobileread.com/forums/sho...10&postcount=5 Last edited by DiapDealer; 11-22-2011 at 06:48 PM. |
|
|
|
|
|
|
#5 |
|
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Nov 2011
Device: iPad
|
Thanks DiapDealer. I'll take a look at that link as a possible way to improve what I've settled on for the first release.
For now, I'm getting around the nesting of <ul> in <ol> by putting using <p>1...</p>, <p>2...</p> with the <ul> below that. It's not ideal and there are some less than perfect indentation issues, but it will work for now. On a slightly different issue... Has anyone ever seen the 1 in the first item of an <ol> displayed in bold after a, in this case, <h3>? I don't see the issue in the Kindle Previewer, so I am not worrying about it too much, but it does display this way in the Kindle for iPad app. Very strange. |
|
|
|
| Advert | |
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Nested Ordered Lists | andyd273 | Conversion | 9 | 11-17-2011 01:05 PM |
| Classic Nook Nested Lists | ldespain | Barnes & Noble NOOK | 0 | 08-08-2011 05:06 PM |
| Nested headings? | crich70 | Sigil | 20 | 04-11-2011 11:44 AM |
| Content Nested collections | fartang | Amazon Kindle | 1 | 04-09-2011 01:18 PM |
| Content nested collections | alexxx | Amazon Kindle | 6 | 06-22-2010 07:05 PM |