Re: [PHP] Stylesheets, are they run?

2003-04-01 Thread Liam Gibbs
Cool. Thanks to all with the help on stylesheet running. I've gotten a few responses to think about. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Stylesheets, are they run?

2003-04-01 Thread Leif K-Brooks
t: Tuesday, April 01, 2003 3:49 PM To: Liam Gibbs Cc: php list Subject: Re: [PHP] Stylesheets, are they run? Most likely not, but this has to do with the browser and not PHP. Liam Gibbs wrote: Here I go again with the stylesheets. ;) Anyway, if a user has stylesheets turned off, is a stylesheet

RE: [PHP] Stylesheets, are they run?

2003-04-01 Thread Clint Tredway
Your ss.php will still run, but the browser will not render the styles in the page. Clint -Original Message- From: Leif K-Brooks [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 3:49 PM To: Liam Gibbs Cc: php list Subject: Re: [PHP] Stylesheets, are they run? Most likely not

Re: [PHP] Stylesheets, are they run?

2003-04-01 Thread Leif K-Brooks
Most likely not, but this has to do with the browser and not PHP. Liam Gibbs wrote: Here I go again with the stylesheets. ;) Anyway, if a user has stylesheets turned off, is a stylesheet file even run? Like, if I have them turned off and I have a stylesheet, say, SS.php. Will SS.php run or will i

RE: [PHP] Stylesheets

2001-02-18 Thread ..s.c.o.t.t..
pe... (well, at least until netscape 6 is finalized and non-beta code :) > -Original Message- > From: Christian Reiniger [mailto:[EMAIL PROTECTED]] > Sent: Saturday, February 17, 2001 06:09 > To: PHP List > Subject: Re: [PHP] Stylesheets > > > On Saturday 17 February

Re: [PHP] Stylesheets

2001-02-17 Thread Christian Reiniger
On Saturday 17 February 2001 10:26, Michael Hall wrote: > I'm building a PHP application which uses stylesheets. Stylesheets seem > to be broken in a big way on my system - using Netscape 4 something on > Red Hat 6.1. > Is this Netscape or somehow something to do with PHP? Things work as Do you h

RE: [PHP] Stylesheets

2001-02-17 Thread PHPBeginner.com
EMAIL PROTECTED] www.phpbeginner.com -Original Message- From: PHPBeginner.com [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 17, 2001 8:20 PM To: Michael Hall; PHP List Subject: RE: [PHP] Stylesheets YES! YES! IT'S PHP!!! Michael, PHP just writes for you some text based

RE: [PHP] Stylesheets

2001-02-17 Thread PHPBeginner.com
YES! YES! IT'S PHP!!! Michael, PHP just writes for you some text based on certain conditions and the data from db or whatever ... That text can be used for anything like HTML, JavaScript, sending emails or even write a whole C software (with an fopen of course... is that possible? I think it co