Re: [css-d] Inline CSS with TD

2008-03-26 Thread Ryan Doherty
On Mar 26, 2008, at 3:47 PM, Highpowered wrote: > David Dorward wrote: >> On 26/03/2008, [EMAIL PROTECTED] >> <[EMAIL PROTECTED]> wrote: >> >>> I need to embed all the CSS from below into the style="" attribute >>> of the >>> table HTML: >>> .settings td {border:1px solid #696969;} >>> >> >> Sh

Re: [css-d] Inline CSS with TD

2008-03-26 Thread Highpowered
David Dorward wrote: > On 26/03/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >> I need to embed all the CSS from below into the style="" attribute of the >> table HTML: >> .settings td {border:1px solid #696969;} >> > > Shame, it isn't possible. > > CSS goes in one of two places.

Re: [css-d] Inline CSS with TD

2008-03-26 Thread David Dorward
On 26/03/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I need to embed all the CSS from below into the style="" attribute of the > table HTML: > .settings td {border:1px solid #696969;} Shame, it isn't possible. CSS goes in one of two places. (1) In a style sheet as full CSS (2) In a

[css-d] Inline CSS with TD

2008-03-26 Thread [EMAIL PROTECTED]
Hi Folks, I need to embed all the CSS from below into the style="" attribute of the table HTML: .settings td {border:1px solid #696969;} Please look here to see the finished product, and the code I need to embed. http://www.lanting.com/test.html This will be for an included piece of PHP so u