How to create room between tables/column ? Please help !

Discussion in 'HTML & Website Design' started by Freek, Oct 24, 2008.

  1. #1
    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:

    [​IMG]

    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 !!
     
    Freek, Oct 24, 2008 IP
  2. MeetHere

    MeetHere Prominent Member

    Messages:
    15,399
    Likes Received:
    994
    Best Answers:
    0
    Trophy Points:
    330
    #2
    to achive room
    use padding and margin tags.
     
    MeetHere, Oct 24, 2008 IP
  3. Freek

    Freek Well-Known Member

    Messages:
    407
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    110
    #3
    Thanks for the tip, it worked :D
     
    Freek, Oct 24, 2008 IP
  4. MeetHere

    MeetHere Prominent Member

    Messages:
    15,399
    Likes Received:
    994
    Best Answers:
    0
    Trophy Points:
    330
    #4
    you know coding and don;t know about padding/margin :eek:
    Reverse is with me. :p
     
    MeetHere, Oct 24, 2008 IP
  5. garrettheel

    garrettheel Peon

    Messages:
    341
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #5
    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.
     
    garrettheel, Oct 24, 2008 IP
  6. Setimerenptah

    Setimerenptah Peon

    Messages:
    36
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    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
     
    Setimerenptah, Oct 24, 2008 IP