Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

2007-04-27 Thread Philip Thompson
On Apr 26, 2007, at 6:31 AM, Jonathan wrote: Thufir wrote: When I print out my list of apartments, everything after

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

2007-04-26 Thread Tijnema !
On 4/26/07, tedd <[EMAIL PROTECTED]> wrote: At 2:01 PM -0400 4/26/07, Robert Cummings wrote: >On Thu, 2007-04-26 at 13:19 -0400, tedd wrote: > > > .grey { color: grey; } <-- external, not embedded. > >Oh dear, that's terrible, everyone knows you should use dropped >vertically aligned braces in

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

2007-04-26 Thread tedd
At 2:01 PM -0400 4/26/07, Robert Cummings wrote: On Thu, 2007-04-26 at 13:19 -0400, tedd wrote: > .grey { color: grey; } <-- external, not embedded. Oh dear, that's terrible, everyone knows you should use dropped vertically aligned braces in CSS: .grey { color: grey; } My Grey Text :

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

2007-04-26 Thread Robert Cummings
On Thu, 2007-04-26 at 13:19 -0400, tedd wrote: > At 3:33 PM +0200 4/26/07, Tijnema ! wrote: > >On 4/26/07, Stut <[EMAIL PROTECTED]> wrote: > >>Tijnema ! wrote: > >>> On 4/26/07, Al <[EMAIL PROTECTED]> wrote: > is depreciated and shouldn't be used anyhow. Use styles > instead. > >>> >

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

2007-04-26 Thread Tijnema !
On 4/26/07, tedd <[EMAIL PROTECTED]> wrote: At 3:33 PM +0200 4/26/07, Tijnema ! wrote: >On 4/26/07, Stut <[EMAIL PROTECTED]> wrote: >>Tijnema ! wrote: >>> On 4/26/07, Al <[EMAIL PROTECTED]> wrote: is depreciated and shouldn't be used anyhow. Use styles instead. >>> >>> I use combi

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

2007-04-26 Thread tedd
At 3:33 PM +0200 4/26/07, Tijnema ! wrote: On 4/26/07, Stut <[EMAIL PROTECTED]> wrote: Tijnema ! wrote: On 4/26/07, Al <[EMAIL PROTECTED]> wrote: is depreciated and shouldn't be used anyhow. Use styles instead. I use combination of both :) >
Re: [PHP] Re: everything printed suddenly has blue text, as if were a link
On Thu, 2007-04-26 at 15:38 +0200, Tijnema ! wrote: > On 4/26/07, Stut <[EMAIL PROTECTED]> wrote: > > Tijnema ! wrote: > > > On 4/26/07, Stut <[EMAIL PROTECTED]> wrote: > > >> Tijnema ! wrote: > > >> > On 4/26/07, Al <[EMAIL PROTECTED]> wrote: > > >> >> is depreciated and shouldn't be used anyhow.

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

On 4/26/07, Stut <[EMAIL PROTECTED]> wrote: Tijnema ! wrote: > On 4/26/07, Stut <[EMAIL PROTECTED]> wrote: >> Tijnema ! wrote: >> > On 4/26/07, Al <[EMAIL PROTECTED]> wrote: >> >> is depreciated and shouldn't be used anyhow. Use styles >> >> instead. >> > >> > I use combination of both :) >> >

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

Tijnema ! wrote: On 4/26/07, Stut <[EMAIL PROTECTED]> wrote: Tijnema ! wrote: > On 4/26/07, Al <[EMAIL PROTECTED]> wrote: >> is depreciated and shouldn't be used anyhow. Use styles >> instead. > > I use combination of both :) > > font.grey { color: grey; } > > My Grey Text :) If you don't

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

On 4/26/07, Stut <[EMAIL PROTECTED]> wrote: Tijnema ! wrote: > On 4/26/07, Al <[EMAIL PROTECTED]> wrote: >> is depreciated and shouldn't be used anyhow. Use styles >> instead. > > I use combination of both :) > > font.grey { color: grey; } > > My Grey Text :) If you don't mind me saying so

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

Tijnema ! wrote: On 4/26/07, Al <[EMAIL PROTECTED]> wrote: is depreciated and shouldn't be used anyhow. Use styles instead. I use combination of both :) font.grey { color: grey; } My Grey Text :) If you don't mind me saying so, that's daft. You should be using tags here, not the depr

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

On 4/26/07, Al <[EMAIL PROTECTED]> wrote: is depreciated and shouldn't be used anyhow. Use styles instead. I use combination of both :) font.grey { color: grey; } My Grey Text :) Tijnema Dave Goodchild wrote: > View the source, you have this: > > > > which is not closed, therefore eve

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

is depreciated and shouldn't be used anyhow. Use styles instead. Dave Goodchild wrote: View the source, you have this: which is not closed, therefore everything after it will be blue. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

View the source, you have this: which is not closed, therefore everything after it will be blue.

[PHP] Re: everything printed suddenly has blue text, as if were a link

Thufir wrote: When I print out my list of apartments, everything after , which is grabbed via is suddenly blue. So, the first few are fine, have black text, after that it's all blue. Do I put some html