I guess another question I would have is how do I get the table, table row, table data structure using CSS with div tags?
My SQL queries are returning the table data right now, how would I do the same thing with CSS.
would it be something like
<div class=table>
<div class=tr>
<div class=td>MySQL Returned results</div>
</div>
</div>
and then how would I do the CSS to get the position of a table like div or div like table?