From http://www.w3schools.com (Copyright Refsnes Data)
Complete Table Control Reference
The CaptionAlign property is used to get or set the alignment of the caption text for a table.
|
<asp:Table Caption="text" CaptionAlign="align" runat="server"> Some Content </asp:Table> |
| Attribute | Description |
|---|---|
| align | Specifies the alignment of the caption text Possible Values:
|
ExampleThe following example sets the Caption property in a table and aligns it to the bottom of the Table control:
Show example » |
Complete Table Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)