Question
display multiple records with CSS
PHP MySQL
I have a MySQL table with several columns and multiple records... it is easy
to display these records in a <table> using the repeat record server
behavior applied to the <tr> that displays the records.
I would like to do this with CSS and eleminate <table>'s
My question is can this be done displaying the records in a <div> using the
repeat record server behavior?
Or is this just one of those things that a <table> is required?
Jeff
I have a MySQL table with several columns and multiple records... it is easy
to display these records in a <table> using the repeat record server
behavior applied to the <tr> that displays the records.
I would like to do this with CSS and eleminate <table>'s
My question is can this be done displaying the records in a <div> using the
repeat record server behavior?
Or is this just one of those things that a <table> is required?
Jeff
