Re: [PHP] CSS not picked up

2004-09-13 Thread Curt Zirzow
* Thus wrote Jeff Swanberg: > I have the following in my CSS (loaded on the main site page): > > /* FOOTER */ > ... > > picked up. What should I look for?? A book on writing proper css. Curt -- The above comments may offend you. flame at will. -- PHP General Mailing List (http://www.php.net

Re: [PHP] Re: Very OT [PHP] CSS not picked up

2004-09-12 Thread raditha dissanayake
php guy wrote: On Sat, 2004-09-11 at 22:36, Jeff Swanberg wrote: Nope, I have them all. Any other ideas??? Do I need to load the style.css on every sub-page or just on the main page? Perhaps the style sheet is cached so, after I upload a new one, I need to do something to flush the cache?

[PHP] Re: Very OT [PHP] CSS not picked up

2004-09-12 Thread php guy
On Sat, 2004-09-11 at 22:36, Jeff Swanberg wrote: > Nope, I have them all. Any other ideas??? Do I need to load the style.css > on every sub-page or just on the main page? Perhaps the style sheet is > cached so, after I upload a new one, I need to do something to flush the > cache? > > js >

Re: [PHP] CSS not picked up

2004-09-11 Thread raditha dissanayake
© 2004 Keatley Photography - mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED] - 206 240-5543 There is no PHP here. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean

Re: [PHP] CSS not picked up

2004-09-11 Thread Jeff Swanberg
Nope, I have them all. Any other ideas??? Do I need to load the style.css on every sub-page or just on the main page? Perhaps the style sheet is cached so, after I upload a new one, I need to do something to flush the cache? js "Jason Davidson" <[EMAIL PROTECTED]> wrote in message news:[

Re: [PHP] CSS not picked up

2004-09-11 Thread Jason Davidson
Possibly you dont have those fonts to see them? Jason "Jeff Swanberg" <[EMAIL PROTECTED]> wrote: > > I have the following in my CSS (loaded on the main site page): > > /* FOOTER */ > > .footer { > font-family: Tahoma, "Trebuchet MS"; > font-size: 9px; > color: #BFBFBF;

[PHP] CSS not picked up

2004-09-11 Thread Jeff Swanberg
I have the following in my CSS (loaded on the main site page): /* FOOTER */ .footer { font-family: Tahoma, "Trebuchet MS"; font-size: 9px; color: #BFBFBF; text-decoration: none; border: none; line-height: 1.25em; font-weight: bold; } .foote