[thelist] Table alignment

James Aylard webmaster at equilon-mrc.com
Wed Aug 29 15:19:51 CDT 2001


David, et al,

> MARGINHEIGHT: Netscape 4
> MARGINWIDTH: Netscape 4
> TOPMARGIN: IE 3,4,5
> LEFTMARGIN: IE 3,4,5
> RIGHTMARGIN: IE 4,5

    Or, we can take the standards-compliant route and use CSS:

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

    That'll cover all of the bases in IE 4+ and Netscape 6.x. Behavior in IE
3 and Netscape 4 appears to be unreliable, however.

James Aylard





More information about the thelist mailing list