Sets or retrieves the left margin for the entire body of the page, overriding the default margin.
Syntax
HTML <BODY LEFTMARGIN = sMargin ... > Scripting body.leftMargin [ = sMargin ]
Possible Values
sMargin String that specifies the left margin, in pixels. The property is read/write with a default value of 10.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see Dynamic Properties.
Remarks
If the value is an empty string, the left margin is on the left edge.
Applies To
See Also