From http://www.w3schools.com (Copyright Refsnes Data)
Complete Table Control Reference
The HorizontalAlign property is used to set or return horizontal alignment of the content in the Table control.
|
<asp:Table HorizontalAlign="align" runat="server"> Some Content </asp:Table> |
| Attribute | Description |
|---|---|
| align | Specifies the horizontal alignment of the content. Possible values:
|
ExampleThe following example sets the HorizontalAlign property of a Table control:
Show example » |
Complete Table Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)