1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Three divs side by side- How?

Discussion in 'HTML & Website Design' started by immortality, Feb 19, 2007.

  1. tthomas

    tthomas Peon

    Messages:
    10
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #21
    Add width to the wrapper DIV like this

    <div style="margin:0 auto;width:730px;">
    <div id="leftcol"></div>
    <div id="maincol"></div>
    <div id="rightcol"></div>
    </div>
     
    tthomas, Feb 20, 2007 IP
    immortality likes this.
  2. immortality

    immortality Peon

    Messages:
    1,512
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    0
    #22
    Awesome, thanks it worked! +rep for you.
     
    immortality, Feb 20, 2007 IP