Controlling the frame appearance
The <frame> tag takes more attributes with the
syntax:
<frame src="URL" scrolling="scrolling"
marginwidth="value" marginheight="value"
noresize="noresize" />
where
- scrolling (values are either "yes" or "no") controls the
appearance of the scrolling bars. If this parameter is set to "yes", the
bars will appear only if the frame source cannot fit within the boundaries
of the frame.
- marginwidth and marginheight with values given in
pixels control the frame margins to the left and right, or, respectively,
to the top and bottom of the frame document.
- noresize (if provided) keeps the users from resizing
frames.
You can enter the frame definition below and check the appearance of the
right frame in the pop-up window.