Sets or retrieves the left and right margin widths before displaying the text in a frame.
Syntax
HTML <ELEMENT MARGINWIDTH = iWidth ... > Scripting object.marginWidth [ = iWidth ]
Possible Values
iWidth Integer that specifies the width, 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 marginWidth is specified but marginHeight is not, marginHeight is set to 0.
Applies To
See Also