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
pgp00000.pgp
Description: PGP signature
