From http://www.w3schools.com (Copyright Refsnes Data)
Complete Table Control Reference
The CellSpacing property is used to get or set the amount of space (in pixels) between the cells in a table.
Note: This property does not work in FireFox.
|
<asp:Table CellSpacing="px" runat="server"> Some Content </asp:Table> |
| Attribute | Description |
|---|---|
| px | Specifies how many pixels of space there is between the cells |
ExampleThe following example sets the CellSpacing property of the Table control:
Show example » |
Complete Table Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)