![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, |
|
I'm having problems specifying 0 for cell spacing and cell padding using CSS...I've got: #Table { width: 730px; padding: 0; } But this isn't working. |
#3
| |||
| |||
|
|
tradmusic.com wrote: Hi, Hello :-) I'm having problems specifying 0 for cell spacing and cell padding using CSS...I've got: #Table { width: 730px; padding: 0; } But this isn't working. Cell spacing in CSS: table{ border-collapse:collapse; } Cell padding in CSS: td{ padding:0; } -- Els http://locusmeus.com/ Sonhos vem. Sonhos vão. O resto é imperfeito. - Renato Russo - |
![]() |
| Thread Tools | |
| Display Modes | |
| |