background color for php script created web page

Peter Risdon peter at circlesquared.com
Mon Mar 1 05:59:58 PST 2004


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.



More information about the freebsd-questions mailing list