lokksta
03-13-2005, 08:19 AM
Hi,
I have a problem with this code, it seems really simple but I just can't work it out. What I basically want to do is get the 4 cells at the top to span the 7 at the bottom. Here is the code:
<table width="100%" border="2">
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td colspan="7"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
I have attached a screenshot from dreamweaver too, just so you can see exactly what I'm on about (it's quite heavily compressed to reduce filesize).
Thanks for any help.
I have a problem with this code, it seems really simple but I just can't work it out. What I basically want to do is get the 4 cells at the top to span the 7 at the bottom. Here is the code:
<table width="100%" border="2">
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td colspan="7"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
I have attached a screenshot from dreamweaver too, just so you can see exactly what I'm on about (it's quite heavily compressed to reduce filesize).
Thanks for any help.