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