Hello there I do not know what I am doing wrong but I do not get to center this site www.metatradersoftware.com completely. Although it has moved a bit to the right side since I put the wrapper, it is still staying quite on the left part of the screen. The code looks like this: #wrap { position: relative; width:760px; margin-left:auto; margin-right:auto; } ... <body> <div id="wrap"> .... </div> </body> </html> I would appreciate any ideas to solve this issue, because as far as I seen, this is the standar way of centering a website with css. Look for your replies. Thanks in advance
Hi, the problem is you have set a width to the body element of 800px, remove that and it will work fine.
I guess bloatcode = not really needed. Anyways, I will take this suggestion into consideration. Anyways, thanks both of you for your sound suggesions. As MOT of you told me, I had to remove the attribut width:800px from the body to get the website centered. And it worked.