When I insert a form using the <form> </form> tag there is always a lines space made below the form. Does anyone know how to get rid of that space?
Thanks
dmorison
4:22 pm on Jun 7, 2003 (gmt 0)
Hiya,
<form> is a block level element within HTML, so the only way to remove the space is to apply the inline display style to it either as a style='' tag, or via CSS.