Ok, i'll try to make this as simple as possible, but does any body know how to make 4 column with in a tag. The info that will be in the 4 columns will be pull from a DB. Something I tried was this:
<div id="mainContent">
<? forloop{ ?>
  <div id="loopContent<?=$i?>">
1.
    this is the image
    Description
 Â
<?}?>
</div>
I can do it with a table but I want to avoid using tables if at all possible. Any advice or sources would greatly be appreciated!
<div id="mainContent">
<? forloop{ ?>
  <div id="loopContent<?=$i?>">
1.
    this is the image
    Description
 Â
<?}?>
</div>
I can do it with a table but I want to avoid using tables if at all possible. Any advice or sources would greatly be appreciated!