Modifying inline frame properties

An inline frame has several properties you can modify, including its source URL, name, size, margins, and so forth.

To resize an inline frame
  1. Click inside the inline frame.
  2. Click and drag any of the resize handles around the inline frame. To resize the inline frame freely (that is, without preserving its original proportions), hold down the Shift key while you drag a resize handle.
To modify the properties of an inline frame
  1. Select the inline frame using the Tag Selector.
  2. Double-click outside an inline frame and then edit the property values in the Inline Frame Properties dialog box.

The properties you can modify are described below.

Source

The source path or URL of the document to be displayed in the inline frame.

Name

The name of the inline frame element. Can be used as the value of the target attribute of a hyperlink in the containing document.

Width

The width of the inline frame, in pixels or as a percentage of the inline frame’s parent containerThe element, frame, or window that immediately contains the current element..

Height

The height of the inline frame, in pixels or as a percentage of the inline frame’s parent containerThe element, frame, or window that immediately contains the current element..

Alignment

The vertical alignment of the inline frame with respect to the line containing it.

Scrollbar

Specifies whether to display scrollbars at the right and bottom sides of the inline frame. Auto means scrollbars will be displayed only when necessary.

Show border

Specifies whether to display a thin border around the inline frame.

Horz. margin

The size in pixels of the margin between the inline frame’s content and its left and right edges.

Vert. margin

The size in pixels of the margin between the inline frame’s content and its top and bottom edges.

Horz. space

The size in pixels of the empty space on both sides of the inline frame, separating it from surrounding content on the same line. The default value is zero.

Vert. space

The size in pixels of the empty space above and below the inline frame, separating it from content above and below. The default value is zero.

Namo Web Editor icon note Modifying inline frame propertiesCascading style sheets provide finer control over the size, borders, and surrounding margins of inline frames. Refer to the online CSS guide for more information.

Modifying inline frame properties