On Sat, 21 Feb 2004 14:36:14 +1100, Chris Stratford wrote:
> Is that why when you close a form </form>
> it leaves a gap...
> that ALWAYS annoyed me sooo much!
> 
> Its only in IE - well as far as i know...

Thats more likely to be due to the predefined margins/padding set in IE 
on the form element.
(Each browser sets the default layout of some tags a little 
differently).
Quite easy to change with css, eg:
form {
  margin-bottom: 0;
 }
as appropriate :)

HIH
Lea
-- 
Lea de Groot
Elysian Systems
Brisbane, Australia
*****************************************************
The discussion list for http://webstandardsgroup.org/
***************************************************** 

Reply via email to