Guest_imported
New member
- Jan 1, 1970
- 0
Does anyone know hoe to get around this pesky Netscape glitch when using a form tag. As seen in the code below, the form tag is causing a space between the header and body of the table. Then when its placed in another area to make it look good in Netscape, its screwing up the height of the table. I want the table to appear in both IE and Netscape exactly as it does here in this code with IE. Thanks
<table cellspacing="0" cellpadding="5" border="0" bgcolor="#cdd1e7" width="284">
<tr>
<form>
<td width="176" align="center"><select onChange="#" name="select">
<option value="#">Pick Your Team</option>
<option value=" <option value=" Series.com</option>
<option value=" Legends</option>
<option value=" <option value="td> </form>
<td width="108" align="center" valign="top"><img src="test" width="88" height="31" border="0" /></td>
</tr>
</table>
<table cellspacing="0" cellpadding="5" border="0" bgcolor="#cdd1e7" width="284">
<tr>
<form>
<td width="176" align="center"><select onChange="#" name="select">
<option value="#">Pick Your Team</option>
<option value=" <option value=" Series.com</option>
<option value=" Legends</option>
<option value=" <option value="td> </form>
<td width="108" align="center" valign="top"><img src="test" width="88" height="31" border="0" /></td>
</tr>
</table>