Re: background color for php script created web page

2004-03-01 Thread Peter Risdon
fbsd_user wrote:

FBSD friends
Have php script that is creating web page.
It's working all except I can not set the background color.
It seems like it's ignoring the style options.
How is the  background color changed from the default
white to #CCFFCC color from within an php script?
 

It isn't. This is all determined by the html (and css) your script 
generates. View source from a web browser, read it and find the problem. 
Or run the script from the command line, pipe the output into a text 
file and read it:

#cd /location/of/script
#./scriptname  output.txt
#less output.txt
PWR.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


background color for php script created web page

2004-03-01 Thread fbsd_user
FBSD friends
Have php script that is creating web page.
It's working all except I can not set the background color.
It seems like it's ignoring the style options.

How is the  background color changed from the default
white to #CCFFCC color from within an php script?

Thanks



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: background color for php script created web page

2004-03-01 Thread Marty Landman
At 08:31 AM 3/1/2004, fbsd_user wrote:

Have php script that is creating web page.
It's working all except I can not set the background color.
What's the URL?

Marty Landman   Face 2 Interface Inc.   845-679-9387
FormATable  DB: http://face2interface.com/Products/FormATable.shtml
Make a Website: http://face2interface.com/Home/Demo.shtml
Free Formmailer: http://face2interface.com/Products/Formal.shtml  

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: background color for php script created web page

2004-03-01 Thread Nathan Kinkade
On Mon, Mar 01, 2004 at 08:31:42AM -0500, fbsd_user wrote:
 FBSD friends
 Have php script that is creating web page.
 It's working all except I can not set the background color.
 It seems like it's ignoring the style options.
 
 How is the  background color changed from the default
 white to #CCFFCC color from within an php script?
 
 Thanks

You should be asking straight PHP questions on a PHP list.

In the mean time, your stylesheet declaration might look something like
this depending on how you are implementing CSS:

style
body { background-color: #ccffcc; }
/style

Nathan
-- 
gpg --keyserver pgp.mit.edu --recv-keys D8527E49


pgp0.pgp
Description: PGP signature