background color for php script created web page

Nathan Kinkade nkinkade at ub.edu.bz
Mon Mar 1 06:29:29 PST 2004


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20040301/97009f04/attachment.bin


More information about the freebsd-questions mailing list