Forums
This topic is locked
Convert Paragraph to Bulleted list
Posted 26 Sep 2004 09:22:43
1
has voted
26 Sep 2004 09:22:43 Saleem Tahir posted:
I wan to convert every line of a pargraph into a bulleted list on a webpage. The paragraph is being generated from a text field stored in a database. Actualy I have a product entry form where user enters his products and its features. I have stored that features in a text field in the database. Now I want to display every feature in a separate line( Bulleted list) .
I hope I have described my point ( sorry for my english)
Any help in this regards is regards is greatly appriciated.
Replies
Replied 26 Sep 2004 19:22:07
26 Sep 2004 19:22:07 Rene Bandsma replied:
Maybe you can do it with a REPLACE command? Or make a HTML stripper that is only converting <p> into <li> and </P> into </li>