Help to make side columns

Discussion in 'HTML & Website Design' started by rowen77, Oct 25, 2008.

  1. #1
    rowen77, Oct 25, 2008 IP
  2. MikeHayes

    MikeHayes Peon

    Messages:
    95
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi,

    You can set up your own blog using the free Wordpress system.

    Or if you're using html use a table for example:

    <table>
    <tr>
    <th width="25%">
    1st column
    </th>
    <th width="50%">
    2nd column
    </th>
    <th width="25%">
    3rd column
    </th>
    </tr>
    </table>


    Good luck and if you've more questions let me know.

    Mike
     
    MikeHayes, Oct 26, 2008 IP
  3. jitendraag

    jitendraag Notable Member

    Messages:
    3,982
    Likes Received:
    324
    Best Answers:
    1
    Trophy Points:
    270
    #3
    jitendraag, Oct 26, 2008 IP