Re: [WSG] Table borders

2011-10-01 Thread Tedd Sperling
On Sep 30, 2011, at 12:09 PM, carlo juancho funtanilla wrote: -snip- If someone could advise me how to make the cell truly invisible I would be most grateful. Thank you and kind regards, Grant Bailey Grant: Have you tried making the border transparent? Cheers, tedd

Re: [WSG] Table borders

2011-10-01 Thread carlo juancho funtanilla
color the tables as same as the background On Sat, Oct 1, 2011 at 10:00 PM, Tedd Sperling tedd.sperl...@gmail.comwrote: On Sep 30, 2011, at 12:09 PM, carlo juancho funtanilla wrote: -snip- If someone could advise me how to make the cell truly invisible I would be most grateful.

Re: [WSG] Table borders

2011-09-30 Thread Kristaps Ancāns
here you go: style .tbl{ border-bottom:1px solid #000; border-collapse:collapse; border-spacing:0; width:92.2%} .tbl thead{ font-weight:bold} .tbl thead td:first-child{ border:0} .tbl td{ border:1px solid #000; border-bottom:0}

Re: [WSG] Table borders

2011-09-30 Thread Russ Weakley
Hey Grant, Try something like the code below: 1. The table markup is more accessible - th elements are very important for screen readers 2. There are no presentational attributes (every time we include presentational attributes, a fairy dies!) !DOCTYPE html html lang=en head meta

RE: [WSG] Table borders

2011-09-30 Thread michael.brockington
@webstandardsgroup.org Subject: [WSG] Table borders Hello, I'd be grateful for some help on this problem. I need to display a table. No problem except that it is one of those tables that have header columns on the left and right, which means that the top left-hand cell should not appear (i.e. have no border

Re: [WSG] Table borders

2011-09-30 Thread Kristaps Ancāns
LOL :D Excel for HTML rules. *Kristaps Ancāns* * * Senior web developer (coder) Mob.: +34 644340683 E-pasts: kristaps.anc...@gmail.com Skype: kristaps.ancans Web: fyfi.net http://www.fyfi.net,

Re: [WSG] Table borders

2011-09-30 Thread Chris Dimmock
Russ, It's the Friday evening of a long weekend - and you take the time to give code examples?? And you still can't see why everyone here thinks you are both a *Web Standards* and *Nice Guy* Superhero?!? Have a great weekend Russ. I admire your dedication. And so should all of us!! ;-) Chris

Re: [WSG] Table borders

2011-09-30 Thread Grant Bailey
I absolutely agree Chris, Russ is a legend! Thank you Russ Grant On 30/09/2011 10:25 PM, Chris Dimmock wrote: Russ, It's the Friday evening of a long weekend - and you take the time to give code examples?? And you still can't see why everyone here thinks you are both a *Web Standards* and

Re: [WSG] Table borders

2011-09-30 Thread Ted Drake
Sorry to rain on the Russ parade, but your example is missing some critical elements: scope. The th cells define the cell as a header, but we need to say what it is heading. So try this: table class=Table_Text captionClass Roster/caption thead tr td class=no-border/td th scope=colColumn 1

Re: [WSG] Table borders

2011-09-30 Thread carlo juancho funtanilla
Hello Grant, I am not an expert coder but maybe creating 2 different Div tags 1 align left the other align right then 2 different tables will work. I div on top of the other no padding no margin. Sincerely, Carlo On Fri, Sep 30, 2011 at 5:01 PM, Grant Bailey

Re: [WSG] Table borders

2011-09-30 Thread Russ Weakley
Sorry to rain on the Russ parade, but your example is missing some critical elements: scope. The th cells define the cell as a header, but we need to say what it is heading. However I think this would also help to use headers, which lets us define at the td level which th cells are

Re: [WSG] Table borders

2011-09-30 Thread Kristaps Ancāns
Are you all idiots? The guy asked for border problem and not anything else. So, maybe you all are too old to deal with simple problems :( *Kristaps Ancāns* * * Senior web developer (coder) Mob.: +34 644340683 E-pasts:

RE: [WSG] Table borders

2011-09-30 Thread Hayden O'Sullivan
Dear Kristaps, Kindly refrain from flaming. Hayden O'Sullivan From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On Behalf Of Kristaps Ancans Sent: Saturday, 1 October 2011 1:11 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Table borders Are you all idiots