Dear Vbulletin users,
I need to place adsense ad into rectangle (please see the image below):
Here there is html code:
Quote:
<if condition="$bbuserinfo['usergroupid'] == 11">
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.carclubtalk.com/message.htm">
</if>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="background: url('$stylevar[imgdir_misc]/nav_bg.gif') repeat-x center;"></td>
</tr>
</table>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0" style="background: url('images/bigred/gradients/gradient_nav.gif') repeat-x;">
<tr>
<td><a href="index.php"><img src="$stylevar[imgdir_misc]/home.gif" alt="" border="0" /></a></td>
<td><a href="usercp.php"><img src="$stylevar[imgdir_misc]/usercp.gif" alt="" border="0" /></a></td>
<td><a href="memberlist.php"><img src="$stylevar[imgdir_misc]/members.gif" alt="" border="0" /></a></td>
<td><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow"><img src="$stylevar[imgdir_misc]/search.gif" alt="" border="0" /></a></td>
<if condition="$bbuserinfo['userid']">
<td id="usercptools"><img src="$stylevar[imgdir_misc]/quick.gif" alt="" border="0" /><script type="text/javascript">vbmenu_register("usercptools", true); </script></td></if>
<if condition="$show['registerbutton']">
<td><a href="register.php$session[sessionurl_q]" rel="nofollow"><img src="$stylevar[imgdir_misc]/register.gif" alt="" border="0" /></a></td>
</if>
</tr>
</table>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr style="height: 15px;">
<td colspan="3" style="background: #610000;"></td>
</tr>
<tr style="height: 110px;" valign="top">
<td width="191"><img src="$stylevar[imgdir_misc]/logo.gif" alt="" /></td>
<td style="background: url('$stylevar[imgdir_misc]/ad_bkg.gif') no-repeat;" width="542"> </td>
<td style="background: url('images/bigred/gradients/gradient_banner.gif') repeat-x;"></td></tr>
</tr>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="$stylevar[imgdir_misc]/nav_bg.gif"><img src="$stylevar[imgdir_misc]/nav_bg3.gif" width="738" height="38" border="0" usemap="#1_Map" />
<map name="1_Map" id="11Map">
<area shape="rect" coords="4,3,160,25" href="http://www.carclubtalk.com/advertise-with-us.html" />
<area shape="rect" coords="331,6,723,30" href="http://www.carclubtalk.com/partner.htm" />
</map></td>
</tr>
</table>
<!-- conteget-paid-to-postnt table -->
$spacer_open
$leftcolumn_advertisement
$_phpinclude_output
|
Where should I put my adsense code?
Thank you very much in advance for your help.