PDA

View Full Version : how can i do this???


adash5000
03-28-2003, 07:33 PM
Im trying to make a table thats a perfect square. looking like a tic tac toe board having the nine other squares.
how can i do this??

Quiet Storm
03-28-2003, 07:47 PM
<table width="200" height="200" border="1" cellpadding="3" cellspacing="1" align="center">
<tr>
<td>[Text1]</td>
<td>[Text2]</td>
<td>[Text3]</td>
</tr>
<tr>
<td>[Text4]</td>
<td>[Text5]</td>
<td>[Text6]</td>
</tr>
<tr>
<td>[Text7]</td>
<td>[Text8]</td>
<td>[Text9]</td>
</tr>
</table>


http://angelfire.com/mo2/cbch21/TEST/TableCheckerboard.html

:D

cg9com
03-28-2003, 07:56 PM
http://htmlgoodies.com/tutors/tbl.html

Mhtml
03-28-2003, 09:52 PM
www.w3schools.com/css

hehe, all the tools you'll need :D