Home > Abakada: Back to Basics > Language References > HTML Element Attributes > RIGHTMARGIN Attribute
Sets or retrieves the right margin for the entire body of the page.
Inline |
<body RIGHTMARGIN = sMargin...> |
Script |
object.rightMargin = sMargin ] |
sMargin |
String specifying the margin in pixels. |
The property is read/write with a default value of 10.
If the value is an empty string ( "" ), the right margin will be exactly on the right edge.
The value set on the property overrides the default margin.
BODY