Why don't my numbers show up past 100?
-
On my Books Read in 2012 page (http://ychi.wordpress.com/books-read-in-2012/), the list of numbers I have goes up to 99 and then restarts at 00. Where the final item should be listed as 148, it’s listed as 48. Is this solvable?
The blog I need help with is: (visible only to logged in users)
-
The CSS of your theme does not have enough space to display 3 digit numbers in an ordered list. Maybe a bug or an oversight?
Anyway, you can fix it by putting your ordered list code inside of a div with some padding on the left, like this:
<div style="padding-left:10px;"> all of the code from your ordered list </div>You must do this in the text editor. The ordered list code starts with:
<ol>
and ends with
</ol> -
-
- The topic ‘Why don't my numbers show up past 100?’ is closed to new replies.