User Profile
Collapse
-
CerberusAngl replied to Needing to add color to the top most row and left most coloum is there something i amin HTML CSSI cannot thank you enough for this, I'd hug you if I could! -
CerberusAngl replied to Needing to add color to the top most row and left most coloum is there something i amin HTML CSSI see where that could add color to the top most row using css but how could I on the left most row of the same table?Leave a comment:
-
CerberusAngl started a topic Needing to add color to the top most row and left most coloum is there something i amin HTML CSSNeeding to add color to the top most row and left most coloum is there something i am
Code:<?php $cols = 10; $rows = 10; for ($r =1; $r < $rows; $r++){ echo('<tr>'); for ($c = 1; $c < $cols; $c++) echo( '<td>' .$c*$r.'</td>'); echo('</tr>'); } echo("</table>"); ?>
No activity results to display
Show More
Leave a comment: