i know i would usually be able to fix this but... its stumped me.
My table just isnt working.
Could someone help me, make some changes?
CODE
<table width="489" border="1">
<tr width="498">
<td width="249">
test
</td>
<td width="249">
test
</td>
</tr>
<tr width="498">
<td width="498">
test
</td>
</tr>
<tr width="498">
<td width="249">
test
</td>
<td width="249">
test
</td>
</tr>
</table>
<tr width="498">
<td width="249">
test
</td>
<td width="249">
test
</td>
</tr>
<tr width="498">
<td width="498">
test
</td>
</tr>
<tr width="498">
<td width="249">
test
</td>
<td width="249">
test
</td>
</tr>
</table>
just copy it into an HTML document and have a look.
What I want is the middle TR to go all the way along, not just what it is doing. It only aligns with the other, but I dont want that.
I cant believe i cant fix this but... looks like i cant.
anyway, any help? just change it so it works properly!

