View Single Post
Old 10-11-2011, 07:00 PM   #2
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,828
Karma: 206879174
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
The following is based on my understanding that the only way for a Kindle to display numbers for an ordered list <li> is to add value="" e.g. <li value="1">.
A Kindle will only display numbers for an ordered list (no alpha), so you shouldn't have to do anything special. The Kindle doesn't recognize a "value" attribute for the <li> tag... "class" or "id" are the only acceptable attributes for a <li> tag that I know of... in html that's going to be used to create a mobi for the Kindle, anyway.

Just use the standard <ol> and <li> tags without the extraneous attributes and I think you'll find that your lists will be properly numbered.
DiapDealer is offline   Reply With Quote