Sign in | Join
Last post 10-17-2007 11:01 AM by ps2goat. 1 replies.
Sort Posts: Oldest to newest Newest to oldest
When i make a masterpage and display it in a browser, only the area that is used in my childpage has my selected backcolor (black in this case). The rest of the page is white. Is this an error or a setting i need to set?
If you want the entire page to have the background color, you should set the CSS background-color: <color>, using either CSS or the in-line style property of the <body> tag (which is in the masterpage).