Ad Box Question

Discussion in 'HTML & Website Design' started by DemonMaster, Mar 25, 2008.

  1. #1
    i have this image hosting site http://www.pic-hoster.com/ and i want to put an AdSense block to the right of the upload forms how would i do this.

    thanks in advanced
     
    DemonMaster, Mar 25, 2008 IP
  2. Cash Nebula

    Cash Nebula Peon

    Messages:
    1,197
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Something like this maybe. There's probably a better way because I'm still learning it :)

    .ad_box
    {
    width: 468px;
    height: 60px;
    float: right;
    }

    <div>
    <div class="ad_box">
    <!-- ad code -->
    </div>
    <!-- form code -->
    </div>
     
    Cash Nebula, Mar 25, 2008 IP
  3. DemonMaster

    DemonMaster Active Member

    Messages:
    397
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    68
    #3
    simple but it dont work with the script im running thanks any way
     
    DemonMaster, Mar 25, 2008 IP