Once again I throw myself at the mercy of you guys for some help.
On my adsense block I run two 336 X 280 advert blocks side by side. Because its only members that see them, the problems gone unnoticed by me for rather a long time.
It looks like every other view the two advert blocks go from being side by side to one on top of the other. If the adverts are run with no box around them, there is no problem. It only occurs once they are in their box.
This is the code I use
This is now bugging the hell out of me after a couple of hours trying to resolve the problem.Code:<if condition="$bbuserinfo[userid]==0"> <table class="tborder" cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> <tr> <td class="thead" align="center">Sponsored Links</td> </tr> <tr> <td class="alt1" align="center"> <CENTER> <script type="text/javascript"><!-- google_ad_client = "pub-#############"; /* 336x280, created 7/14/08 */ google_ad_slot = "###########"; google_ad_width = 336; google_ad_height = 280; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <script type="text/javascript"><!-- google_ad_client = "pub-##############"; /* 336x280, created 7/14/08 */ google_ad_slot = "############"; google_ad_width = 336; google_ad_height = 280; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </CENTER> </td> </tr> </table><br /> </if>
Run the adverts with no box and they look unsightly and out of character with the style, place them in the box and they become a skyscraper every other view.
Thanks in advance for any help
Lee


LinkBack URL
About LinkBacks






Reply With Quote
...