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. Quote Link to comment 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> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.