AV1611 Posted September 17, 2008 Share Posted September 17, 2008 <ol> <li>item 1</li> <ol> <li>subitem 1</li> </ol> <li>item 2</li> </ol> The above seems to be invalid by w3c standardss. I want this: 1. asdf 2. asdf A. asdf B. adf 3. asdf etc. What is the correct syntax? Thanks. Link to comment https://forums.phpfreaks.com/topic/124601-solved-embedded-ol-list/ Share on other sites More sharing options...
AV1611 Posted September 17, 2008 Author Share Posted September 17, 2008 got it: <ol> <li><ol> <li></li> </ol> </li> </ol> Link to comment https://forums.phpfreaks.com/topic/124601-solved-embedded-ol-list/#findComment-643557 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.