[REBOL] Re: [html][tables] removing gaps from table cells and rows within css...

2004-05-21 Thread Maxim Olivier-Adlhoch
thanks Roland... table { ... border-collapse:collapse; } this is a little extreme, it collapses the edges themselves...and it ends up looking all screwed up !? BTW: this site seems to have decent online references and tutorials for HTML/CSS... http://www.w3schools.com/default.asp

[REBOL] Re: [html][tables] removing gaps from table cells and rows within css...

2004-05-21 Thread Maxim Olivier-Adlhoch
browsers don't fully support css, which means you still have to use html tags... thanks anyhow. -MAx - Original Message - From: Maxim Olivier-Adlhoch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 21, 2004 11:36 PM Subject: [REBOL] Re: [html][tables] removing gaps from table

[REBOL] Re: [html][tables] removing gaps from table cells and rows within css...

2004-05-20 Thread Roland Hadinger
Hi MAx, On Thursday 20 May 2004 06:34, Maxim Olivier-Adlhoch wrote: ... The strange thing is that if I specify spacing to be 0 in the table element's html tag for spacing, then it works... I just haven't found an equivalent in css yet... and I'd prefer to have all looks handling within the

[REBOL] Re: [html][tables] removing gaps from table cells and rows within css...

2004-05-20 Thread Roland Hadinger
Oh, and this looks like a typo: CR { margin: 0; padding: 0; ... Did you mean TH instead of CR? -- R. -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.