valid method of removing margins (HTML 4.01 Transitional)

windows

Guest
I was validating my page and found that the attributes, topmargin, leftmargin, marginwidth, marginheight, are not considered attributes for HTML 4.01 Transitional.<br />
<br />
I got around marginwidth and marginheight by simply not using them but I haven't found anything that validates and removes the margins. I was thinking of using a div layer for the entire page and position this but is there an easier way?<br />
<br />
Havik<!--content-->How about css properties,<br />
margin-left and margin-top<!--content-->I never thought of using that on the body tag, thanks.<br />
<br />
Havik<!--content-->You can go a step further and try HTML 4.01 strict. Believe me, its fun and it isn't too difficult.<!--content-->
 
Back
Top