Topic: Format "TD" inside "TABLE class=xxx"? |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Belgium |
posted 12-10-2002 15:05
Suppose I have a stylesheet which formats all my tables: |
Paranoid (IV) Inmate From: A graveyard of dreams |
posted 12-10-2002 15:55
1. use code: .classname td{
|
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 12-10-2002 17:14
Understand that |
Bipolar (III) Inmate From: Belgium |
posted 12-11-2002 09:53
Ok, my 1st problem is solved, thanks. code: <table cellspacing="10">
code: table
|
Paranoid (IV) Inmate From: Milwaukee |
posted 12-11-2002 11:14
If there's a "border-spacing" property, it's news to me. The "margin" property will do the same thing as cellspacing used to, and "padding" will do the same thing as cellpadding. Of course, you can (and often should) apply margins or padding to other elements as well. |
Maniac (V) Inmate From: Seoul, Korea |
posted 12-11-2002 13:51
Yup, no "border-spacing" property. PT is right on with the answer. |