PDA

View Full Version : adsense


indie
09-07-2004, 06:42 PM
How would i put google adsense in a module.

I see I have a custom content module but I'm not sure how to use that. what is it exactly? thanks!!!

Brian
09-07-2004, 09:59 PM
Just add a new template with the code and then add the module. If you need help on adding a module, please check the User's Manual available in the Member's Area.

Our Sponsors
 

joeychgo
09-08-2004, 04:20 AM
I use this -- just place the below in your module template...... insert your adsense code where indicated.


<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><b>$vba_options[portal_blockbullet] Lincoln vs Cadillac Forums</b></span></td>
</tr>
<tr>
<td class="$getbgrow" >

<!-- Begin Adsense code -->

REPLACE WITH ADSENSE HTML


<!-- End Adsense code -->

</td>
</tr>
</table>
<br/>