crystalized
Programmer
I have the following code
[tt]
<body bottommargin=0 leftmargin=0 topmargin=1 rightmargin=0>
<table WIDTH="75%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<tr>
[tab]<td nowrap align=right colspan=2 valign=bottom>
------Button Images Here (code is a little long so I left it out)---------------
[tab]</td>
</tr>
<tr>
[tab]<td width="22%" class="bgHeading">
[tab[tab]<img SRC="../../images/eq.gif" WIDTH="134" HEIGHT="131" border=0>
[tab]</td>
[tab]<td class="bgHeading">
[tab][tab]<h1 Class="h1Heading">Switchboard</h1>
[tab]</td>
</tr>
----Rest of table stuff down here----------
[/tt]
As you can see I have a table with the button images in the first row and the second row has an image and a heading.
My problem is that there is space between the first row and the second row. I have removed the cellspacing and cellpadding (set to 0) and I have no breaks or anything.
I am creating this via ASP and the button images mentioned are created using Visual Interdev DTC's. Now the problem could be the Visual Interdev DTC's but I thought I would post here and see if anyone can spot a definite problem with my table tags.
Thanks in advance for the help.
[tt]
<body bottommargin=0 leftmargin=0 topmargin=1 rightmargin=0>
<table WIDTH="75%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<tr>
[tab]<td nowrap align=right colspan=2 valign=bottom>
------Button Images Here (code is a little long so I left it out)---------------
[tab]</td>
</tr>
<tr>
[tab]<td width="22%" class="bgHeading">
[tab[tab]<img SRC="../../images/eq.gif" WIDTH="134" HEIGHT="131" border=0>
[tab]</td>
[tab]<td class="bgHeading">
[tab][tab]<h1 Class="h1Heading">Switchboard</h1>
[tab]</td>
</tr>
----Rest of table stuff down here----------
[/tt]
As you can see I have a table with the button images in the first row and the second row has an image and a heading.
My problem is that there is space between the first row and the second row. I have removed the cellspacing and cellpadding (set to 0) and I have no breaks or anything.
I am creating this via ASP and the button images mentioned are created using Visual Interdev DTC's. Now the problem could be the Visual Interdev DTC's but I thought I would post here and see if anyone can spot a definite problem with my table tags.
Thanks in advance for the help.