From http://www.w3schools.com (Copyright Refsnes Data)
Complete Table Control Reference
The CellPadding property is used to get or set the amount of space (in pixels) between the cell border and the cell content.
|
<asp:Table CellPadding="px" runat="server"> Some Content </asp:Table> |
| Attribute | Description |
|---|---|
| px | Specifies how many pixels of space there is between the cell border and cell content |
ExampleThe following example sets the CellPadding property of the Table control:
Show example » |
Complete Table Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)