Trouble placing some adsense code in a blogger blog

Discussion in 'AdSense' started by TruckTechniques, Jul 24, 2009.

  1. #1
    I have a blog on bloggger: http://sellon-ebay.blogspot.com/

    I am trying to insert a text only 468x60 adsense banner next to my google search bar near the top of the screen.

    I have tested the code in the HTML template for hours but can't seem to find the right placement.

    I have pasted a section of the code below, can someone point me to the right area to insert my adsense code?

    Thanks :D

    <body>
      <div id='outer-wrapper'>
    
      <div id='header-wrapper'>
        <b:section class='header' id='header' maxwidgets='1'>
    <b:widget id='Header1' locked='true' title='Sell on ebay (Header)' type='Header'/>
    </b:section>
      </div>
    
    <!-- Google Search START -->
    <p/>
    
    <form action='http://www.google.com/cse' id='cse-search-box' target='_blank'>
      <div>
        <input name='cx' type='hidden' value='partner-pub-1721360617871762:pu85i1-301c'/>
        <input name='ie' type='hidden' value='ISO-8859-1'/>
        <input name='q' size='31' type='text'/>
        <input name='sa' type='submit' value='Search'/>
      </div>
    </form>
    
    <script src='http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en' type='text/javascript'/>
    
    <!-- Google Search END -->
    
      <div id='crosscol-wrapper' style='text-align:center'>
        <b:section class='crosscol' id='crosscol' showaddelement='no'/>
    
      </div>
    
    
      <div id='main-wrap1'><div id='main-wrap2'>
        <b:section class='main' id='main' showaddelement='no'>
    <b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>
    </b:section>
      </div></div>
    
    
    
    
      <div id='sidebar-wrap'>
    
        <div id='sidebartop-wrap'><div id='sidebartop-wrap2'>
          <b:section class='sidebar' id='sidebartop'>
    <b:widget id='Text1' locked='false' title='' type='Text'/>
    </b:section>
        </div></div>
    
        <div id='sidebarbottom-wrap1'><div id='sidebarbottom-wrap2'>
          <b:section class='sidebar' id='sidebar' preferred='yes'>
    <b:widget id='HTML1' locked='false' title='' type='HTML'/>
    <b:widget id='AdSense1' locked='false' title='' type='AdSense'/>
    <b:widget id='Followers1' locked='false' title='Followers' type='Followers'/>
    <b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'/>
    </b:section>
        </div></div>
    
      </div>
    
      <div id='footer-wrap1'><div id='footer-wrap2'>
        <b:section class='footer' id='footer'>
    <b:widget id='HTML2' locked='false' title='' type='HTML'/>
    </b:section>
      </div></div>
    
    </div>
    </body>
    Code (markup):
     
    TruckTechniques, Jul 24, 2009 IP
  2. TruckTechniques

    TruckTechniques Peon

    Messages:
    382
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    TruckTechniques, Jul 24, 2009 IP