reposting to the proper area. 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 <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&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):
I dont know much about html but i think you should put the tag <div> for example <div> adsense search code adsense content code </div> put the code above in html gadget if it works with you , tell me
If you paste the code directly to the template I think the Ads will not appear correctly.. You need to convert the ads code first, you may try this link http://www.eblogtemplates.com/blogger-ad-code-converter/
PERFECT! I would have never found that on my own. +1 to you for the help For some reason my 468 content banner is showing up, but when I tried to use a 728 it does not. This will work for now while I continue to mess with it.
Additional link to Code Converter. http://aioupdates.blogspot.com/2010/01/blogger-code-converter.html Try it out.