Hi ! I made a site design in paint and now I want to convert it into a HTML website, however I'm having some difficulties. This is what I want to archieve: But it isn't working at all.. this is what I mad so far: http://i34.tinypic.com/zujfpx.png See the difference ? What I want to archieve is room between each column, but that isn't working Any help would be much appriciated ! Thanks !!
Even though it might be easier.. don't use tables for your design. It's 2008 now, we don't do that anymore. Check out css and just float all your divs.
You could create div classes in CSS and place all the elements absolutely so you get a consistent layout on all browsers which you won't get with padding and margin tags