To Center your web site add the following to your css
#container {
position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
width: 986px;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
text-align: left; /* this overrides the text-align: center on the body element. */
background-repeat: no-repeat;
background-color: #FFFFFF;
}
Then find
div id="Table_01" and change it to div id="container"
Then Test
No comments:
Post a Comment