Robbie
15-02-2007, 01:28 PM
I have a rarevalues script and it shows all the rares on a page, using this
while ($row = mysql_fetch_array($res))
{
echo "<td><font face=\"Verdana\" size=\"1\"><p align=\"center\"><img src=\"$row[image]\" alt=\"Value Added on $row[date]\"><br>$row[title]</a> </td>";
}
how can i get it so it goes
VALUE VALUE VALUE VALUE VALUE VALUE
then
VALUE VALUE VALUE VALUE VALUE VALUE
6 items per row
Thanks
while ($row = mysql_fetch_array($res))
{
echo "<td><font face=\"Verdana\" size=\"1\"><p align=\"center\"><img src=\"$row[image]\" alt=\"Value Added on $row[date]\"><br>$row[title]</a> </td>";
}
how can i get it so it goes
VALUE VALUE VALUE VALUE VALUE VALUE
then
VALUE VALUE VALUE VALUE VALUE VALUE
6 items per row
Thanks