Hi there,
I have a simple table with a form inside it and I can't seem to get it display properly. In Firefox, it looks perfect, but in Internet Explorer, it's not displaying correctly. I was hoping that someone could point me in the right direction. This should be enough code to duplicate the problem.
Thanks and best regards,
Harold
***You can't change your past, but you can change your future***
I have a simple table with a form inside it and I can't seem to get it display properly. In Firefox, it looks perfect, but in Internet Explorer, it's not displaying correctly. I was hoping that someone could point me in the right direction. This should be enough code to duplicate the problem.
Code:
<table width="752" border="1" cellspacing="0" cellpadding="0">
<tr>
<th align="center" valign="middle" bgcolor="#000000" scope="col">Products</th>
<th width="376" align="center" valign="bottom" bgcolor="#000000" scope="col">
<form id="form1" name="form1" method="post" action="search.php">
<input name="txtSearch" type="text" id="txtSearch" />
<input type="submit" name="Submit" value="Search" />
</form>
</th>
</tr>
</table>
Thanks and best regards,
Harold
***You can't change your past, but you can change your future***