What should a begginer do?

Discussion in 'HTML & Website Design' started by theblurr5495, Dec 20, 2008.

  1. #1
    I am currently creating my first website. I have a decent knowledge of html. i can't figure out how to to do a three colum webpage with headers. How do you do this?
     
    theblurr5495, Dec 20, 2008 IP
  2. innovati

    innovati Peon

    Messages:
    948
    Likes Received:
    63
    Best Answers:
    1
    Trophy Points:
    0
    #2
    innovati, Dec 20, 2008 IP
  3. Bogardi

    Bogardi Peon

    Messages:
    204
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    keep trying, you probably want to use tables for a three column site
     
    Bogardi, Dec 20, 2008 IP
  4. burundian

    burundian Well-Known Member

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    111
    #4
    Since you have webspace, Get a free template, dreamweaver and your little knowledge of html... Ftp.... and your are good to go.
     
    burundian, Dec 20, 2008 IP
  5. Yesideez

    Yesideez Peon

    Messages:
    196
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    <table>
      <tr><td valign="top">column 1</td><td valign="top">column 2</td><td valign="top">column 3</td></tr>
    </table>
    Code (markup):
     
    Yesideez, Dec 20, 2008 IP
  6. theblurr5495

    theblurr5495 Active Member

    Messages:
    436
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #6
    Thanks i went with css which seems to be easier
     
    theblurr5495, Dec 20, 2008 IP