I just made a website and I am having problems having it center the page. The website is www.tattoovids.com and the website needs to be centered on the page. As you can tell when you open the site it isn't center. How much would it cost to fix this problem?
there is a couple other issues on the site but this should center it... Find: <body leftmargin="0" topmargin="0" bgcolor="#ffffff" marginheight="0" marginwidth="0">nt-Type" content="text/html; charset=iso-8859-1"> HTML: Make it just <body> HTML: instead of this: body { background-image: url(images/tattoovids%20bg.jpg); } HTML: use: body { background-image: url(images/tattoovids%20bg.jpg); margin-top: 0px auto 0px auto; } HTML: that should do the trick