PDA

View Full Version : Adsense Placement Help


kronnos
03-12-2008, 09:40 PM
Hi, i would like to know how to place a adsense ad on the left side of the forum all the way on top. Right across the logo image like here for exp: http://forums.digitalpoint.com/

Because when i place the code after the logo , it places it next to it not to the right of the page. And it is also not centered of the logo wize.


Also, i would like to place a adsense code to the right of the the forum name and left of the login details. like here for exp: http://www.everything2stroke.com/

Thank You

SEOvB
03-12-2008, 10:20 PM
If you are using 3.7, you can edit the adlocation template for header_logo place your adsense code in there.

Or just place the adsense code in the empty <td> on the header

kronnos
03-13-2008, 06:55 AM
No, sorry, im using the latest non-beta version

notrious
03-13-2008, 07:03 AM
<!-- logo -->
<a name="top"></a>
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="left"><a href="./"><img src="/images/misc/dps_logo.gif" border="0" alt="" /></a></td>
<td align="right">

<table cellpadding="0" cellspacing="0" align="right" border="0"><tr><td colspan="2">





YOUR ADSENSE CODE HERE




</TD></TR></TABLE>
</td>
</tr>
</table>
<!-- /logo -->












Make Sure to choose right logo path.



Regards
Sunny

kronnos
03-13-2008, 09:49 AM
Thats almost good but not working. the thing is that I have a stretch design and after the header image finishes, the same color streaches over to the right of the screen for big monitors. When i add this code, the adsense code is just on white space with no background strecthing

notrious
03-13-2008, 05:46 PM
can you paste your header code ...