July 1998
Intermediate to advanced
1456 pages
65h 5m
English
LEFTMARGIN — NN n/a IE 3 HTML n/a
LEFTMARGIN=”integer"Optional
Establishes the amount of blank space between the left edge of the
content area of a window and the left edge of the content. This
attribute offers somewhat of a shortcut to setting the
margin-left style sheet attribute for the
BODY element. As the outermost parent container in
the element hierarchy, this attribute setting fixes the left margin
context for all nested elements in the document.
<BODY LEFTMARGIN="25">...</BODY>
A string value of the number of pixels of clear space at the left margin of the document. A value of an empty string is the same as zero.
10 (Windows); 8 (Macintosh).
[window.]document.body.leftMargin
Read now
Unlock full access