need a litte help in html please

Discussion in 'HTML & Website Design' started by hamada2588, Jul 1, 2009.

  1. #1
    okay here is exactly my problem .

    i added a google adscence 600*160 toolbar on my sidebar , and as it takes a huge space , i'd like to place it in the left and some pics in the right .so the 600 pixels would be fully used.
    but my problem is that normaly with a normal 600 pic , this can be done easily , but with googles script , the pics appear after the script .

    so can any one help me please :)
     
    hamada2588, Jul 1, 2009 IP
  2. pubdomainshost.com

    pubdomainshost.com Peon

    Messages:
    1,277
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #2
    How have you coded your HTML page? Does it have normal tables or a CSS layout. A lot would depend upon the code - i am afraid no ready answers possible unless you copy paste the code snippet here!!!

    Best Wishes.
    G
     
    pubdomainshost.com, Jul 1, 2009 IP
  3. ajaymisrad

    ajaymisrad Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I guess you are talking about the 160px x 600px adsense ad.
    You can try to put the script code inside a div tag and through css make it float towards the left (#leftdiv {float:left;})
    And for the right side content - make it float towards right (#rightdiv {float:right;}).

    You may also need to give clear:both for the following element.
     
    ajaymisrad, Jul 1, 2009 IP
  4. hamada2588

    hamada2588 Peon

    Messages:
    91
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    okey thank you so much guys i'll try it and tell you if it works :)
     
    hamada2588, Jul 2, 2009 IP
  5. jamesicus

    jamesicus Peon

    Messages:
    477
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Suggest you edit the other post to include something like "deleted the content of this duplicate post in order to eliminate confusion -- please do not reply here"

    James
     
    jamesicus, Jul 2, 2009 IP
  6. techbongo

    techbongo Active Member

    Messages:
    309
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    80
    #6
    You need to use DIV or tables. Suitable styles should be added to display them properly side by side or one after another.
     
    techbongo, Jul 2, 2009 IP