essjay_d12
02-28-2006, 12:47 PM
Hi I have the follwoing table
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td height="38" width="35" valign="top" background="http://localhost/dvdreviewer/images/siteGraphics/TableHeader/mainStrip.jpg"><!--DWLayoutEmptyCell--> </td>
<td width="418" height="38" valign="top"><form id="form1" name="form1" method="post" action="" class="Search">
Search
<input type="text" name="textfield" />
</form></td>
</tr>
</table>
But it seems to increase my tables height to more than 38 px (only when the form tag in included- this needs to be included).
Does anyone know how to control it or prevent the table from increasing to more than 38px it needs to be exact as it contains background image.
thANKS
D
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td height="38" width="35" valign="top" background="http://localhost/dvdreviewer/images/siteGraphics/TableHeader/mainStrip.jpg"><!--DWLayoutEmptyCell--> </td>
<td width="418" height="38" valign="top"><form id="form1" name="form1" method="post" action="" class="Search">
Search
<input type="text" name="textfield" />
</form></td>
</tr>
</table>
But it seems to increase my tables height to more than 38 px (only when the form tag in included- this needs to be included).
Does anyone know how to control it or prevent the table from increasing to more than 38px it needs to be exact as it contains background image.
thANKS
D