thesavior
07-23-2006, 07:17 PM
Okay, i have a table containing a bunch of rows.
Format of the table is
id name
and in the table i have things like:
1 Photoshop
2 Flash
3 PHP
4 CSS
5 HTML
etc, what i want to do, is get them out of the table, and format them to be like this:
<li class="brdmenulinks">Photoshop</li>
<li class="brdmenulinks">Flash</li>
etc...
in the order of there id.
Format of the table is
id name
and in the table i have things like:
1 Photoshop
2 Flash
3 PHP
4 CSS
5 HTML
etc, what i want to do, is get them out of the table, and format them to be like this:
<li class="brdmenulinks">Photoshop</li>
<li class="brdmenulinks">Flash</li>
etc...
in the order of there id.