Chrisj Posted April 23, 2010 Share Posted April 23, 2010 I'm using an open source php script for my web site, where the main header, footer and index page are all centered vertically in the browser, with an inch and a half of white space on the left side and right side. How do I add color to the white space on each side? Quote Link to comment https://forums.phpfreaks.com/topic/199516-creating-background-for-web-site/ Share on other sites More sharing options...
cags Posted April 23, 2010 Share Posted April 23, 2010 Use CSS to change the background setting of body. body { background: black; } Quote Link to comment https://forums.phpfreaks.com/topic/199516-creating-background-for-web-site/#findComment-1047181 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.