Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Mar 2004 14:00:38 +0000
From:      Peter Risdon <peter@circlesquared.com>
To:        fbsd_user@a1poweruser.com
Cc:        "freebsd-questions@FreeBSD. ORG" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: background color for php script created web page
Message-ID:  <40434206.9070301@circlesquared.com>
In-Reply-To: <MIEPLLIBMLEEABPDBIEGOEGPFNAA.fbsd_user@a1poweruser.com>
References:  <MIEPLLIBMLEEABPDBIEGOEGPFNAA.fbsd_user@a1poweruser.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40434206.9070301>