Instead of setting up a css background code using a div, or by using the body bgcolor in html. Is there another way to code a background in php?
So when I go to my function its a plain white background. I would like to use some kind of coding thats like <background color="#CD73A8"> or something. Possible?
PHP is server side and won't do that. You can have PHP print something that WILL do that - but that wouldn't be php, that'd be whatever php prints (html or javascript).