Tables: Mozilla's Top Eight

This is actually a table within a table. There is one table on the outside that is basically just a border. Then, there is another table on the inside with two cells: one for the image and one for the list. Also, the whole table is centered.

Mozilla's Top Eight
Count the fingers
  • Surfin' Lizards
  • Ballad o' the Dinosaur
  • Rules!
  • Monstrous Man Eaters
  • Stomp and Bump
  • Crusher
  • Net Salad
  • Rocks
<center>
<table border=3 cellpadding=0 cellspacing=0>
  <tr><td>
  <table border=0>
	<tr>
		<td rowspan=3><IMG SRC="./music.gif"></td>
		<th>
		<FONT SIZE=+3>M</FONT>ozilla's
		<FONT SIZE=+3>T</FONT>op
		<FONT SIZE=+3>E</FONT>ight
		<BR>
		<FONT SIZE=-2>Count the fingers</FONT>
		<hr size=3>
		</th> 
	</tr>
	<tr>
		<td valign=top>
		<UL>
		    <LI>Surfin' Lizards
		    <LI>Ballad o' the Dinosaur
		    <LI>Rules!
		    <LI>Monstrous Man Eaters
		    <LI>Stomp and Bump
		    <LI>Crusher
		    <LI>Net Salad
		    <LI>Rocks
		</UL>
		</td>
	</tr>

  </table>
  </tr></td>
</table>
</center>


Copyright © 1995 Hagan Heller. The information on these pages may be freely copied, so long as they are not sold and this copyright information is included.