MyBB Community Forums

Full Version: how add adsense code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

How do I add this to the adsense code  1,2,3 

[Image: iNrem53.png]

thanks
Go to: Templates > Template you want to add it to > Index Page Templates > Index.
Add the following code.

<div class="side" style="float: right; width: 29%">
	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
	<tr>
   <td class="thead">
	   <b>Advertisment</b>
   </td>
	</tr>

	<tr>
   <td class="trow2">
    <table border="0" cellspacing="0" cellpadding="10" class="tborder">
  <tbody>

    Text here

  </tbody>
</table>
   		</td>
		</tr>
			</table>
			</div>  

Where it says Text here Simply paste your Adsense HTML Advertisement.

You'll see the {$forums} update it to the following to make it look better.

<div class="forum" style="float: left; width: 70%;">{$forums}</div>

Once you've done that click save.
Thanks .