Log in

View Full Version : Adsense Insertion Help please?


emwonk
08-21-2007, 10:13 PM
Will somebody kindly tell me how/where I go to stick adsense code into the space just below my banner on the index page that lists all of the discussion areas?

The area I mean would be the spot immediately below the "Vbulleting.org" logo on this site. I figured out how to insert the adsense code into the space just to the right of my header image, but that doesn;t fit well onto smaller monitors.

I pondered the header section for a while, but could not locate whatever code is cntrolling my header jpeg, and as you can tell I'm a beginner programmer.

Thanks for any help you can provide.

best,

E

Zachariah
08-22-2007, 03:59 AM
Ok the default header tempalte:
Bellow:

<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
&nbsp;
</td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

Here is the image

<img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" />



Adding or Editing a Single Template
http://www.vbulletin.com/docs/html/stylemanager_add_template

emwonk
08-22-2007, 01:19 PM
Thanks Z. Sorry to poester, but I am new to programming, and unsure where to place the adsense code to make it appear below my banner.

I learned that replacing

&nbsp;

With the Adsense code positions the ad block to the right of my header image. Can you please tell me how/where to place the code to get the adsense just below my header image?

Thanks,

E