Click to See Complete Forum and Search --> : html, cell padding


innes
06-15-2006, 05:36 AM
does anyone know how to do cell padding, or the tag for it? im making a website but i need to know how to pad a cell becasue just now the cells i have look untidy, thanks :cool:

kiwibrit
06-15-2006, 05:51 AM
All you need to know about table markup - including layout (http://www.w3.org/TR/REC-CSS2/tables.html#q7).

Note that tables should be used for laying out tabular data. CSS is better for general page layout.