View Single Post
Old 08-22-2011, 08:11 PM   #1
Gandharva
Junior Member
Gandharva began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Aug 2011
Device: none
Kindle Previewer Displays HTML lists incorrectly when converting from EPUB

Hello there, my issue may be simple but I can't seem to figure out the problem.

I am working on an ePUB that has a lot of content in html lists; yet when I upload it through kdp or check out the file using the Kindle previewer, both ordered and unordered lists do not display correctly. The file looks fine in Adobe Digital Editions and Calibre. Once again, I apologize if this is a basic question, but can anyone tell me what is going on here? Is this a bad conversion, or bad coding?

My code:
Code:
Style Sheet:
ol.list 
		{
		text-align:	left;
		text-indent: 0em;
		margin-left:	2em;
		list-style-type: decimal;
		padding: 0px;
		line-height: 150%
		}
ul.list
		{
		text-align: left;
		text-indent: 0em;
		margin-left:	2em;
		list-style-type: disc;
		padding: 0px;
		line-height: 150%
		}

Code: 

<ul class="list">
<li>The monastic order is supported by the rules.</li>
<li>The monastics can be joyful.</li>
<li>The monastics can be peaceful.</li>
<li>Those without faith can find their faith.</li>
<li>The faithful can deepen their faith.</li>
<li>The obstinate can become cooperative.</li>
<li>Those suffering from remorse can find peace.</li>
<li>The outflows that are currently present can be removed.</li>
<li>The outflows that will arise in the future can be removed.</li>
<li>The right Dharma will last for a long time.</li>
</ul>
Digital Editions:


Calibre:


Kindle Previewer:
Gandharva is offline   Reply With Quote