random table code
Dec. 6th, 2005 02:58 pmI was bored, and after moshing through several faulty design concepts (and finding a peculiar bug in html table coding) I came across the following table designs entirely by accident. Love that. So anyways, here's what I came up with and the code if you want to check it out / use it / modify it with your own colors and height/width settings. I may end up using this on a revamp of my current crappy website, but I dunno. Haven't thought that far ahead. It's not really what I was looking for...
Table 1:
Code for Table 1:
<table border=1>
<tr>
<td bgcolor=pink width=20 height=20></td>
<td bgcolor=pink align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
<td bgcolor=pink width=20></td>
</tr>
<tr align=center>
<td bgcolor=pink>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
<td>
[ content ]
<br>[ content ]
<br>[ content ]
<br>[ content ]
</td>
<td bgcolor=pink align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
<tr align=center>
<td bgcolor=pink height=20></td>
<td bgcolor=pink>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
<td bgcolor=pink></td>
</tr>
</table>
Table 2:
Code for Table 2:
<table border=1>
<tr>
<td bgcolor=pink width=20 height=20 align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
<td bgcolor=pink></td>
<td bgcolor=pink width=20 align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor=pink></td>
<td>
[ content ]
<br>[ content ]
<br>[ content ]
<br>[ content ]
</td>
<td bgcolor=pink></td>
</tr>
<tr>
<td bgcolor=pink height=20 align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
<td bgcolor=pink></td>
<td bgcolor=pink align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
</table>
Table 3:
Code for Table 3:
<table border=1>
<tr>
<td bgcolor=pink width=20 height=20 align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
<td bgcolor=pink align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
<td bgcolor=pink width=20 align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor=pink align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
<td>
[ content ]
<br>[ content ]
<br>[ content ]
<br>[ content ]
</td>
<td bgcolor=pink align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor=pink height=20 align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
<td bgcolor=pink align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
<td bgcolor=pink align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
</table>
Table 1:
| [ content ] [ content ] [ content ] [ content ] |
||||
Code for Table 1:
<table border=1>
<tr>
<td bgcolor=pink width=20 height=20></td>
<td bgcolor=pink align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
<td bgcolor=pink width=20></td>
</tr>
<tr align=center>
<td bgcolor=pink>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
<td>
[ content ]
<br>[ content ]
<br>[ content ]
<br>[ content ]
</td>
<td bgcolor=pink align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
<tr align=center>
<td bgcolor=pink height=20></td>
<td bgcolor=pink>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
<td bgcolor=pink></td>
</tr>
</table>
Table 2:
| [ content ] [ content ] [ content ] [ content ] |
||||
Code for Table 2:
<table border=1>
<tr>
<td bgcolor=pink width=20 height=20 align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
<td bgcolor=pink></td>
<td bgcolor=pink width=20 align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor=pink></td>
<td>
[ content ]
<br>[ content ]
<br>[ content ]
<br>[ content ]
</td>
<td bgcolor=pink></td>
</tr>
<tr>
<td bgcolor=pink height=20 align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
<td bgcolor=pink></td>
<td bgcolor=pink align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
</table>
Table 3:
| [ content ] [ content ] [ content ] [ content ] |
|||||
Code for Table 3:
<table border=1>
<tr>
<td bgcolor=pink width=20 height=20 align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
<td bgcolor=pink align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
<td bgcolor=pink width=20 align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor=pink align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
<td>
[ content ]
<br>[ content ]
<br>[ content ]
<br>[ content ]
</td>
<td bgcolor=pink align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor=pink height=20 align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
<td bgcolor=pink align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
<td bgcolor=pink align=center>
<table border=1 bgcolor=lightblue width=10 height=10>
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
</table>