css for background, center, and width PLEASE HELP
-
I have a couple problems that i have encountered and
it would be great if you had any suggestions. i am doing a fixed
layout where i want everything the all page to have a width of 950 px
so i added in the main index.php a div id and named it containter
which had everything in it. so i went to the stylesheet and did this#container {
min-width: 950px;
max-width: 950px;
}also i cant figure out how to get it centered for example on my site
i want everything to be centered and when you make the browser window
smaller it stays centered. and i cant get the background color to
cover the whole page , i only can get it to change the sidebar
background color. i think this all relates to being able to control
evrything with the css like i tried to do when i put everything in a
div. thatnks so much for the help.
The topic ‘css for background, center, and width PLEASE HELP’ is closed to new replies.