I used this command to constrain the size of my website:
<style type="text/css">
#container {
width: 1000px;
height: 600px;
overflow: hidden;
}
.style1 {font-size: 14px}
</style>
I just need to know how to center this page horizontally and vertically in the browser when displayed. Also if I could set the color of the extra area around my constrained site to black that would be awesome too. Thanks in advance for the help!
<style type="text/css">
#container {
width: 1000px;
height: 600px;
overflow: hidden;
}
.style1 {font-size: 14px}
</style>
I just need to know how to center this page horizontally and vertically in the browser when displayed. Also if I could set the color of the extra area around my constrained site to black that would be awesome too. Thanks in advance for the help!









