Sets or retrieves the top and bottom margin heights before displaying the text in a frame.
Syntax
HTML <ELEMENT MARGINHEIGHT = iHeight ... > Scripting object.marginHeight [ = iHeight ]
Possible Values
iHeight Integer that specifies the height, in pixels. The property is read/write with no default value.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see Dynamic Properties.
Remarks
Margins cannot be less than 1 pixel or so large that the text cannot be displayed.
If marginHeight is specified but marginWidth is not, marginWidth is set to 0.
Applies To
See Also