divs laid out like a table!?
I have a table currently that I use to display somewhat of a menu. I was wondering how you get divs to display in the same format. And this is more of a question of how to do it for this one page. I want to know this in general.
So how do I get, for example,
Code:
<div align="center">
<div align="center"><?php include("specRep3.php"); ?></div>
<div align="center"><?php include("specRep4.php"); ?></div>
<div align="center"><?php include("specRep5.php"); ?></div>
</div>
to appear in a row as if I was using a table row, with what I would call "cellpadding"?