Forum Moderators: open

Message Too Old, No Replies

IE and form problem

IE adds new line after form

         

nikolaaa

9:48 am on Mar 9, 2006 (gmt 0)

10+ Year Member



Hallo,

I have problem with IE and form:


<table width="449" height="20" border="0" cellpadding="0" cellspacing="0" bgcolor="#000000">
<tr>
<td width="443"><form method="get" action="http://www.google.com/custom" target="google_window">
</input>
<input type="text" name="q" size="12" maxlength="255" />
</input>
<input type="submit" name="sa" value="Search" />
</input>
</form></td>
</tr>
</table>

IE adds new line after form.

Could you help me?

BlobFisk

10:39 am on Mar 9, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld, nikolaaa!

Try using the following css:


form {
margin:0;
}

This should clear it up.