[thelist] I'm back....with a question

James Aylard webmaster at equilon-mrc.com
Mon Aug 20 18:14:37 CDT 2001


Mr Dave,

> I was just wondering, does anyone know a way of stopping an extra line
from
> being created after a form tag has been closed?

    Use a stylesheet:

<style type="text/css">
  <!--
    form
    {
      margin: 0px ;
    }
  -->
</style>

    This should get rid of that extra space in IE.

James Aylard





More information about the thelist mailing list