Friday 6 July 2012

TABLE PADDING


Table Padding

To control the space between the border and content in a table, use the padding property on td and th elements:

Example

td
{
padding:15px;
}


No comments:

Post a Comment