Re: HTML advice (was: Re: Hello, I'm new too)
From: | Andrew Chaney <adchaney@...> |
Date: | Monday, October 23, 2000, 19:21 |
> Or give it margins. To cater for different browsers with different
> tastes, you need both the <marginwidth> and <leftmargin> attributes.
> which do the same thing:
>
> <body marginwidth="50" leftmargin="50">
marginwidth and leftmargin are are not part of the HTML 4.0 standard.
check out: http://www.w3.org/TR/html401/struct/global.html#edef-BODY
I try to stick to the W3.org standards in my HTML code. That way,
theoretically, my HTML should look the same on any browser that
also respects the HTML 4.0 standard.
Andy
http://home.earthlink.net/~gllaurents/