Reply To: Unordered List problem when exporting to ePub

Home Page / Forums / EPUB and eBook / Unordered List problem when exporting to ePub / Reply To: Unordered List problem when exporting to ePub

#69494
Marty Safir
Member

I’m sort of late to the party here, and I don’t know if you’ve solved this one. I have had success allowing InDesign CC to convert bulleted and numbered lists to ul and ol on export to epub. There are differences in the CSS that ID generates from yours:

li.bullet {
list-style-position:outside;
list-style-type:disc;
margin-left:24px;
text-align:left;
text-indent:0;
}

This doesn’t include all the other CSS properties, just the ones I think that count. The other great thing is upon converting to Kindle using latest Kindle Previewer, all of the lists came out fine for all kindle versions. Well, except for Kindle DX which I wish would just go away. I could not not get that to work right.

This article was last modified on July 13, 2014

Comments (0)

Loading comments...