[thelist] css w/ Navigator

Rory.Plaire at wahchang.com Rory.Plaire at wahchang.com
Thu Oct 18 12:10:48 CDT 2001


|  > 2) My IE browser seems to be putting space before and after 
|  > a form, creating 
|  > unwanted space between it and surrounding elements ubove and 
|  > below ...
| 
| Put your form inside a table with cellpadding, cellspacing and border
| attributes set to "0" like this:
|  
| <img src="your.gif">
| <table cellpadding="0" cellspacing="0" border="0"><tr><td>
| 	<form method="get" action="/cgi-bin/email.plx" id=form1 
| name=form1>
| 	<input class="MyTextbox" type="text" name="email" size=5
| value=""><br>
| 	<input class="MyButton" type="submit" name="signup" 
| value="Submit">
| 	</form>
| </td></tr></table>

You can also add style="margin: 0px;" to the form. I notice that IE does
that with forms, and the 0px margin removes it.

<rory disposition="amicably" alt="8)"/>




More information about the thelist mailing list