Language References
Sets or retrieves the horizontal margin for the object.
Inline |
<element HSPACE = iMargin...> |
Script |
object.hspace = iMargin ] |
iMargin |
Integer value representing the horizontal margin in pixels. |
The property is read/write with a default value that is browser-specific, generally a small, non-zero length.
This attribute specifies the amount of white space to be inserted to the left and right of an IMG, APPLET, or OBJECT.
In addition, the property can be used in IFRAME and MARQUEE objects in Internet Explorer®.
This attribute has been deprecated in favor of the CSS margin-left, margin-right, padding-left and padding-right properties.
APPLET, IFRAME, IMG, MARQUEE, OBJECT
vspace