styleFloat Property

Microsoft FrontPage Visual Basic

ValueDescription
noneObject displays where it appears in the text.
leftObject is positioned on the left side of the page. Text flows to the right of the object.
rightObject is positioned on the right side of the page. Text flows to the left of the object.

Example

The following example specifies that the first image in the active document is positioned on the right side of the page and any text that follows flows around the object on the left side.

ActiveDocument.images.Item(0).Style.styleFloat = "right"