nested tables with grayscale gradients
uses two while loops
one to begin & nest tables, one to close them out.
$i = 0; $total = 0; while($i<=8){ if ($i==8) break; $total += $i; $i++; echo "
"; } ?> $i = 0; $total = 0; while($i<=8){ if ($i==8) break; $total += $i; $i++; echo "
"; } ?>