previous | start | next

FRAME

<FRAME
ALIGN=LEFT|CENTER|RIGHT|TOP|BOTTOM
FRAMEBORDER=1|0
MARGINHEIGHT=height
MARGINWIDTH=width
NAME=name
NORESIZE
SCROLLING=yes|no
SRC=address>

Defines a single frame in a frameset. There is no matching end-tag.

ALIGN=LEFT|CENTER|RIGHT|TOP|BOTTOM
Sets the alignment of the frame or of the surrounding text. The default is LEFT.
LEFT The frame is drawn as a left-flush "floating frame," and text flows around it.
CENTER Surrounding text is aligned with the center of the frame.
RIGHT The frame is drawn as a right-flush "floating frame," and text flows around it.
TOP Surrounding text is aligned with the top of the frame.
BOTTOM Surrounding text is aligned with the bottom of the frame.
FRAMEBORDER=1|0
Renders a 3-D edge border around the frame. 1 (default) inserts a border. 0 displays no border.
MARGINHEIGHT=height
Controls the margin height for the frame, in pixels.
MARGINWIDTH=width
Controls the margin width for the frame, in pixels.
NAME=name
Provides a target name for the frame.
NORESIZE
Prevents the user from resizing the frame.
SCROLLING=yes|no
Creates a scrolling frame.
SRC=address
Displays the source file for the frame.

Example

<FRAME FRAMEBORDER=0 SCROLLING=NO SRC="sample.htm">


previous | start | next