Hello,
I am still having HUGE issues with a site I am building.
I made the site But now want the site to be in the middle of the screen.
I have achieved this Here: The Main issue is that since I added the code
to center the site I had to change all the div attributes. This has caused scroll bars on the bottom of my page that I dont need.
How can I resolve this issue?
Thanks
D
I am still having HUGE issues with a site I am building.
I made the site But now want the site to be in the middle of the screen.
I have achieved this Here: The Main issue is that since I added the code
Code:
#wrapper {
background-color:#97d4ff;
width:960px;
height:1000px;
margin:0px auto;
}
How can I resolve this issue?
Thanks
D