align property

[This documentation is preliminary and is subject to change.]

Sets or retrieves a value that indicates the table alignment.

Syntax

HRESULT value = object.put_align(BSTR v);HRESULT value = object.get_align(BSTR* p);

Property values

Type: BSTR

left

Aligns to the left edge of the available space.

center

Aligns to the center of the available space, which is not necessarily the same as the window.

right

Aligns to the right edge of the available space.

Standards information

Remarks

If the IHTMLIFrameElement::align property is not set on the object, the table is aligned to the left edge of the available space as a block element. If the property is set to left or right, however, the table is aligned as a "floating" object. Successive text and other elements flow to the right of the table if IHTMLIFrameElement::align is set to left, or to the left of the table if IHTMLIFrameElement::align is set to right. For more information, see the IHTMLStyle::styleFloat property.

 

 

Build date: 6/12/2012