HighDots Forums  

CSS and <table> question

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


Discuss CSS and <table> question in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
jmm-list-gn
 
Posts: n/a

Default CSS and <table> question - 10-13-2004 , 01:02 PM






Hello,
What is the CSS equivalent of <table cellspacing="12" cellpadding="15">?

--
jmm dash list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)

Reply With Quote
  #2  
Old   
Steve Pugh
 
Posts: n/a

Default Re: CSS and <table> question - 10-13-2004 , 01:11 PM






On Wed, 13 Oct 2004 11:02:36 -0700, jmm-list-gn
<jmm-list.AXSPAMGN (AT) sohnen-moe (DOT) com> wrote:

Quote:
What is the CSS equivalent of <table cellspacing="12" cellpadding="15">?
table {border-spacing: 12px;}
td, th {padding: 15px;}

But a certain well known browser doesn't support border-spacing so
you're better off sticking with the HTML in a WWW situation.

Steve



Reply With Quote
  #3  
Old   
Christoph Paeper
 
Posts: n/a

Default Re: CSS and <table> question - 10-13-2004 , 02:13 PM



Brian <usenet3 (AT) julietremblay (DOT) com.invalid>:
Quote:
table cellspacing="12px"
Certainly not, "12".

--
Useless Fact #4:
Coca Cola was originally green.


Reply With Quote
  #4  
Old   
Steve Pugh
 
Posts: n/a

Default Re: CSS and <table> question - 10-13-2004 , 02:14 PM



On Wed, 13 Oct 2004 18:44:53 GMT, Brian
<usenet3 (AT) julietremblay (DOT) com.invalid> wrote:

Quote:
table cellspacing="12px"
erm...?

Steve


Reply With Quote
  #5  
Old   
jmm-list-gn
 
Posts: n/a

Default Re: CSS and <table> question - 10-13-2004 , 06:16 PM



jmm-list-gn wrote:
Quote:
Hello,
What is the CSS equivalent of <table cellspacing="12" cellpadding="15">?

Thanks to all!
cellpadding is outta here. And in 5 years, when the latest IE has
caught up to 2004, goodbye to cellspacing.

--
jmm dash list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)


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 - 2008, Jelsoft Enterprises Ltd.