Seanrct
06-19-2003, 04:47 PM
I am making a website, and I need to know how to use CSS to control the cellpadding and cellspacing of tables. Any help you could give me would be great.
|
View Full Version : Tables (cellspacing) Seanrct 06-19-2003, 04:47 PM I am making a website, and I need to know how to use CSS to control the cellpadding and cellspacing of tables. Any help you could give me would be great. Greytail 06-19-2003, 05:15 PM The CSS equivalents are: border-spacing and padding Both controlled as you would expect. |