Quote:
Originally Posted by DiapDealer
The only thing I would use a list for in an epub is to present a standard list that uses either bullets (unordered) or numbers (ordered). No diddling of the bullets or start number. And even then I would consider styling paras, divs, or blockquotes instead. Lists are the bane of anyone seeking homogenous rendering across the widest range of reading devices/apps possible. They always break some rendering system somewhere.
|
Yes, actually I now don't use lists at all. Just a paragraph style with manually entered bullets or numbers or letters etc. List HTML is handy for server generated dynamic content on a web site. It's just an apparent convenience in a word processor or ebook.