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