How do I emulate a table with divs & css?

Destined2bGreat

New Member
A table like this one:\[code\]<table> <tr> <td> ... </td> <td> ... </td> <td> ... </td> </tr> <tr> <td> ... </td> <td> ... </td> <td> ... </td> </tr> ...</table>\[/code\]How can I create one using div and css display:table rules ?
 
Back
Top