I have a problem with my website www.tattoovids.com not being centered. I need someone to fix it. I had a programmer look at it and he said "I just checked your site and it is not a css problem, the problem is that you just cut the design (psd) in pieces, that is not enough it is badly coded and needs recoded, every image needs to be made smaller in order to make the page look nice." How much would you charge to fix this?
The site is now centered !!! What you need ? You used tables, you need to do it in css? I can easily do this for you.
i've seen this in another thread.... and posted a fix, but it wasn't implemented, or wasn't done right.... right now you have 2 "body" classes in you style you're only should have one, change: body,td,th { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; } body { background-image: url(images/tattoovids%20bg.jpg); margin-top: 0px auto 0px auto; } HTML: make it: body,td,th { background-image: url(images/tattoovids%20bg.jpg); margin-top: 0px auto 0px auto; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; } HTML: this should fix it...