Hey
My website is www.2px2-team.com/test/index.php
That template is having difficulties with the css. For some reason where its not supposed to have the bg color it does. The only place it is supposed to have black is under the title, such as Latest Matches, or Latest downloads because its part of the image but a lot of places black is showing up from the background which I don't know why it is doing that. Can someone help me, I'm thinking it is the tables or Div tags, but I'm not the best with css, this is one of my first for css.
Put a proper DOCTYPE on your pages, you'll never get anything close to consistent results w/o it.
Get rid of the tables for layout.
Couldn't have said it better - anything without a DOCTYPE will struggle greatly when trying to get favour from certain sites (w3c, Google etc.)
As for tables, its time to say goodbye to then FOREVER! Get using pure CSS to do website layouts, its far more rewarding and well worth taking the time to learn
Okay, thanks guys. I will use the DOC thing and forget the css, I know css its just I used the easy technique of just using the photoshop Save for web and devices and it automatically made it that way.