HighDots Forums  

table cellpadding/cellspacing in CSS? How?

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss table cellpadding/cellspacing in CSS? How? in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
tradmusic.com
 
Posts: n/a

Default table cellpadding/cellspacing in CSS? How? - 01-12-2006 , 08:04 AM






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. Any advice would be greatly appreciated. Thanks.
Nath.



Reply With Quote
  #2  
Old   
Els
 
Posts: n/a

Default Re: table cellpadding/cellspacing in CSS? How? - 01-12-2006 , 08:14 AM






tradmusic.com wrote:

Quote:
Hi,
Hello :-)

Quote:
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 -


Reply With Quote
  #3  
Old   
tradmusic.com
 
Posts: n/a

Default Re: table cellpadding/cellspacing in CSS? How? - 01-12-2006 , 08:37 AM



Very much appreciated! Thank you.

Regards
Nath.

"Els" <els.aNOSPAM (AT) tiscali (DOT) nl> wrote

Quote:
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 -



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.