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 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 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? 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> Link to comment https://forums.phpfreaks.com/topic/93577-css-ordered-lists/#findComment-479553 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.