Home > Abakada: Back to Basics > Language References > HTML Element Attributes > BORDER Attribute
Defines the space between the frames, in pixels, including the 3-D border.
Inline |
<FRAMESET border = iSpace...> |
Script |
frameset.border = iSpace ] |
iSpace |
Integer specifying the number of pixels to reserve as space between frames. |
The property is read/write with no default value.
The border can be set only on an outermost FRAMESET tag. Setting a border for an inner FRAMESET is ignored, even if a border is not defined on the outermost FRAMESET.
FRAMESET