View Full Version : Grrrrrr - table widths


Emmi
03-22-2003, 01:36 PM
Here is my code:

<html>
<head>

<title>nickelback*rocks - An Unofficial Fansite - info, tabs, song samples, videos, fan section, news, biography, discography, downloads, pictures</title>
</head>
<body bgcolor="#D0E8FB">
<table width="100%" border="1" align="center" bgcolor="#A1D6FF">
<tr>
<td width="20%">sample text</td>
<td width="20%">sample text</td>
<td width="20%">sample text</td>
</tr>
<tr>
<td width="60%">sample text</td>
<td width="60%">sample text</td>
<td width="60%">sample text</td>
</tr>
<tr>
<td width="20%">sample text</td>
<td width="20%">sample text</td>
<td width="20%">sample text</td>
</tr>
</table>

</body>
</html>

I want the middle table bigger than the two at the side, but it won't DO that! What is wrong with my code?

Emmi
03-22-2003, 02:52 PM
Ah - it's okay - I fixed it (too late to edit my post)