s_ainley87 Posted April 23, 2008 Share Posted April 23, 2008 Hello There, I was wondering if some could tell me if it is possible to store data in table that is bullet pointed or a simple way of outputting the data with bullet points? Thank you s_ainley87 Link to comment https://forums.phpfreaks.com/topic/102570-bullet-points-in-a-table/ Share on other sites More sharing options...
fenway Posted April 23, 2008 Share Posted April 23, 2008 Why not have another table? Link to comment https://forums.phpfreaks.com/topic/102570-bullet-points-in-a-table/#findComment-525184 Share on other sites More sharing options...
Spaceman-Spiff Posted April 23, 2008 Share Posted April 23, 2008 You can store data in HTML format, then the output will also look the same. Or you can store the data in multiple rows, then output each as its own <li> (list item). http://dev.mysql.com/doc/refman/5.0/en/data-type-overview.html Link to comment https://forums.phpfreaks.com/topic/102570-bullet-points-in-a-table/#findComment-525187 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.