Recent Topics

1 Oct 20, 2007 17:58    

My b2evolution Version: 1.10.x

Hello!

I want to display some Google Adwords on my site - not in the main content, but besides. I made a screen-shot: I want the adwords in the red marked area.
http://sopur.com/ext/adwords.jpg
Where do I have to place the adwords code?
Many thanks for your help!
Regards
Sopur

3 Oct 21, 2007 14:18

Thank you for your reply.
But where in the file do I ad the code?
I tried to make a table, but it didn't work..
Regards
Sopur

4 Oct 21, 2007 19:05

I'd probably add it just before </body> and then play with floats and margins.

¥

5 Nov 01, 2007 23:13

I'd stick it in the "side bar."

In your _main.php file (for a particular skin) scroll down to this area:

<!-- =============== START OF SIDEBAR ===

Then scroll down to a place where you want the ads to appear, then... do something like this:

Then:


       <div class="bSideItem">	
       <h3><?php echo T_('Google ads') ?></h3>
     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript">
_uacct = "XX-122455-1";
   urchinTracker('/mywebsite/myblog/');              
</script
     </div>


Form is loading...