Hillary Posted April 22, 2008 Share Posted April 22, 2008 instead of bullets i want numbers? Link to comment https://forums.phpfreaks.com/topic/102333-how-do-i-make-a-numbered-list/ Share on other sites More sharing options...
kenrbnsn Posted April 22, 2008 Share Posted April 22, 2008 This is standard HTML. It has nothing to do with PHP. <ol> instead of <ul> Learn how to code proper HTML. Ken Link to comment https://forums.phpfreaks.com/topic/102333-how-do-i-make-a-numbered-list/#findComment-523978 Share on other sites More sharing options...
DarkWater Posted April 22, 2008 Share Posted April 22, 2008 That's HTML, not PHP. =) <ol> <li>Blah</li> <li>Blah</li> </ol> Link to comment https://forums.phpfreaks.com/topic/102333-how-do-i-make-a-numbered-list/#findComment-523986 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.