Hello Folks,
I'm in the process of redesigning my Act_primary but am having a problem getting the tables to display correctly. For some reason I'm getting an unwanted space around the tables.
The following code for example, produces a cell on my computer that has a gap at the top of the screen and spaces either side of the cell. I'm running Windows XP Pro SP2.
<table width="100%" cellspacing="0" border="1">
<tr>
<td width="100%"> Test </td>
</tr>
</table>
Can anyone see what might be going wrong?
Hope someone can advise.
Myles Sinclair
I'm in the process of redesigning my Act_primary but am having a problem getting the tables to display correctly. For some reason I'm getting an unwanted space around the tables.
The following code for example, produces a cell on my computer that has a gap at the top of the screen and spaces either side of the cell. I'm running Windows XP Pro SP2.
<table width="100%" cellspacing="0" border="1">
<tr>
<td width="100%"> Test </td>
</tr>
</table>
Can anyone see what might be going wrong?
Hope someone can advise.
Myles Sinclair
Comment