Gets or sets the alignment of the System.Web.UI.HtmlControls.HtmlTable control in relation to other elements on the Web page.
Documentation for this section has not yet been entered.
Use the HtmlTable.Align property to specify the alignment of the System.Web.UI.HtmlControls.HtmlTable control in relation to other elements on the Web page.
This property does not control the alignment of the contents in the cells of the System.Web.UI.HtmlControls.HtmlTable control. To control the alignment of contents of an individual cell, use the HtmlTableCell.Align and HtmlTableCell.VAlign properties of the System.Web.UI.HtmlControls.HtmlTableCell class. You can also control the alignment of contents of the cells in an entire row by using the HtmlTableRow.Align and HtmlTableRow.VAlign properties of the System.Web.UI.HtmlControls.HtmlTableRow class.
The following table lists the values that can be used for this property.
Left |
Aligns the System.Web.UI.HtmlControls.HtmlTable control on the left edge of the Web page. |
Center |
Aligns the System.Web.UI.HtmlControls.HtmlTable control in the middle of the Web page. |
Right |
Aligns the System.Web.UI.HtmlControls.HtmlTable control on the right edge of the Web page. |
If you specify Left or Right alignment, other elements on the Web page will wrap to the right or left of the System.Web.UI.HtmlControls.HtmlTable control, respectively. If you specify Center alignment, no wrapping occurs and other elements appear below the control.