BoNfiRe
08-31-2007, 01:18 PM
I have been trying to get this code if over a certain size to display in another row but to no avail...
Here is the code..
$c=@mysql_data_seek($catquery,0);
if($c) {
echo "<div class='tableborder'><table><tr>";
while ($c = mysql_fetch_array($catquery)) {
echo "<td width='5%' align='center' class='arcade1'><a href='Arcade.php?cat=$c[0]'>$c[1]</a></td>";
}
echo"</tr></table></div>";
echo "<br />";
}
Any help would be greatly appreciated.
TY
BoN
Here is the code..
$c=@mysql_data_seek($catquery,0);
if($c) {
echo "<div class='tableborder'><table><tr>";
while ($c = mysql_fetch_array($catquery)) {
echo "<td width='5%' align='center' class='arcade1'><a href='Arcade.php?cat=$c[0]'>$c[1]</a></td>";
}
echo"</tr></table></div>";
echo "<br />";
}
Any help would be greatly appreciated.
TY
BoN