Home > Abakada: Back to Basics > Language References > HTML Element Attributes > MARGINWIDTH Attribute
Sets or retrieves the amount of space between the frame's contents and its left and right bounds.
Inline |
<element MARGINWIDTH = iWidth...> |
Script |
object.marginWidth = iWidth ] |
iWidth |
Integer value for the width, in pixels. |
The property is read/write with no default value.
Margins cannot be less than 1 pixel or so large that the text cannot be displayed. The default value depends on the browser.
FRAME, IFRAME
marginHeight