Dysan Posted February 28, 2008 Share Posted February 28, 2008 Hi, Using CSS & HTML, whats the best way to create the Numbered list as found in the following image? http://www.freewebs.com/ticstacs/list.bmp Quote Link to comment https://forums.phpfreaks.com/topic/93577-css-ordered-lists/ Share on other sites More sharing options...
wildteen88 Posted February 28, 2008 Share Posted February 28, 2008 By using an orderd list Quote Link to comment https://forums.phpfreaks.com/topic/93577-css-ordered-lists/#findComment-479527 Share on other sites More sharing options...
Dysan Posted February 28, 2008 Author Share Posted February 28, 2008 Sorry, I mean how do I style it so it looks like the image? Can you give me an example? Quote Link to comment https://forums.phpfreaks.com/topic/93577-css-ordered-lists/#findComment-479540 Share on other sites More sharing options...
AndyB Posted February 28, 2008 Share Posted February 28, 2008 <ol> <li>whatever</li> .... </ol> Quote Link to comment https://forums.phpfreaks.com/topic/93577-css-ordered-lists/#findComment-479553 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.