1 Hour SEO : Domain Registration Bank : Ecommerce Dictionary : GoDefy : Great Web Design Tips
JavaScript 2 : Jumbo Keyword : Marketing Tips Store : Michael Wong Blog : Mike's Marketing Tools
Search Engines 2 : SEO eBook : Text Links Ads : Text Links Guide
 
Web HTML-HTML.com
You are here: HTML > Tables > <TABLE ...>

Attribute for <TABLE ...>
CELLPADDING =integer

Usage Recommendation
thumbs up Use it.

illustration of CELLPADDING attributeCELLPADDING sets the amount of space (both horizontal and vertical) between the cell wall and the contents. The default value for CELLPADDING (i.e., if you don't use the attribute at all) is 1. So, for example, the following examples demonstrate CELLPADDING when it is absent, when it it set to 1, and when it is set to 10.

this code produces this
<TABLE BORDER>
peachescherries
walnutsalmonds
<TABLE BORDER CELLPADDING=1>
peachescherries
walnutsalmonds
<TABLE BORDER CELLPADDING=10>
peachescherries
walnutsalmonds

<TABLE CELLSPACING="..."> >>>

          

Copyright © 2002-10 Art Dacor USA LLC. All Rights Reserved.
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com