reversed list on wordpress?
-
i am trying to have a list on my website that is in reversed order? i tried using the code:
<ol reversed=”reversed”> instead of- but it wont save or update it…does wordpress not accept this?
The blog I need help with is: (visible only to logged in users)
-
Try using:
<ol reversed> <li>this</li> <li>that</li> <li>funky</li> <li>monkey</li> </ol>
- The topic ‘reversed list on wordpress?’ is closed to new replies.