This topic is locked

How do I change the background color.

7/14/2008 1:21:32 PM
PHPRunner General questions
D
dankel8 author

My website pages have a blue background but the background of the pages created with phprunner are white. Is it possible to change the background color via the "Include" folder If not; how canI do it. [email=dankel8@aol.com]email me at dankel8@aol.com[/email] I am very new to computer terminology so please do not be afraid of offending me by being over simplistic. The simpler the language the better.
Thank you in advance.

Dankel8

S
swanside 7/14/2008

My website pages have a blue background but the background of the pages created with phprunner are white. Is it possible to change the background color via the "Include" folder If not; how canI do it. [email=dankel8@aol.com]email me at dankel8@aol.com[/email] I am very new to computer terminology so please do not be afraid of offending me by being over simplistic. The simpler the language the better.

Thank you in advance.

Dankel8


If you go to the visual editor page, switch the view to html at the top of the code you will see the word BODY.

If you insert style="BACKGROUND-COLOR: black" bgColor=black after BODY it will make the background BLACK
You can use HEX numbers aswell from here http://html-color-codes.com/
So style="BACKGROUND-COLOR: #FFFF00" bgColor=#FFFF00 will give it a yellow look
Play around and experiment to see what happens