Applying adsense to html website

Discussion in 'HTML & Website Design' started by opportunist86, Jun 11, 2011.

  1. #1
    I made my website on a template. There is content in the center of the page with a empty area on both sides and I want to add adsense to both sidebars of the page. I dont know how to add sidebars. I can't use css. Can anyone help with that?
     
    opportunist86, Jun 11, 2011 IP
  2. infogle

    infogle Prominent Member

    Messages:
    2,732
    Likes Received:
    128
    Best Answers:
    1
    Trophy Points:
    300
    #2
    First let me know the website url and it would be good if you take a screenshot and explain the exact spot...
     
    infogle, Jun 11, 2011 IP
  3. opportunist86

    opportunist86 Active Member

    Messages:
    422
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #3
    Following is the website...
    www.stylishblinds.net
    i guess you'd easily understand what I want to ask.
     
    opportunist86, Jun 11, 2011 IP
  4. lgarciaac

    lgarciaac Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hi, I only see 2 columns, id=column1 and id=column2. The best place is column1, you can easily add your code into a div and place it between div id=navigation and div id=site-logo
    
    <div id="site-logo">
    ...
    </div>
    
    
    [COLOR="darkgreen"]<div id="addsense">
    your code here
    </div>[/COLOR]
    
    <div id="navigation">
    ...
    </div>
    
    <div id="latest-news">
    ...
    </div>
    Code (markup):
     
    lgarciaac, Jun 11, 2011 IP
  5. opportunist86

    opportunist86 Active Member

    Messages:
    422
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #5
    Thank you very much lgarciaac! But it places adsense between site logo and nevigation. I want adsinse columns at both sides which are empty. Is it possible? Moreover, I'm using dreamweaver. Is there any easier software?
     
    opportunist86, Jun 12, 2011 IP