hey guys im doing a picture gallery for my cuz and im using a databse to keep the name of the pics with description.
so i use
so this shows the pics in the databse.now i need to put some look in to it..lolPHP Code:
<?php echo '<a href="/members/Gymgraph/'.$row['type1'].'/'.$row['pic1'] .'" target="_blank" with="144">
<img src="/members/Gymgraph/'.$row['type1'].'/'.$row['pic1'].'" border="0" alt="" width=115/>
</a>
<br />'; ?>
cause it shows all the pics on one line..
pic pic pic pic pic pic
i would like to make it show like
pic pic pic pic
pic pic pic pic..
Bookmarks