The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Align two Adsense blocks above footer
I am trying to align two Google Adsense ads above the footer and on the same line. I have tried several ways to align them and am now using:
Code:
<div> <SPAN STYLE="float:left"> *adsense code* </span> <SPAN STYLE="float:right">*adsense code* </span> <div style="clear:both"> </div> I have also tried to float center the right adsense add, but then they are right against each other and touching. What I would like to do is have a little bit of space inbetween both of them, or somehow float them left and right within a specified fix width? I'm sure someone out there knows how to do this better than I do. Thanks for looking! |
#2
|
|||
|
|||
Anyone?
|
#3
|
|||
|
|||
Use
HTML Code:
<div align="center"> <table width="1002" height="350" border="0"> <tr> <td><script type="text/javascript"><!-- google_ad_client = "pub-9504810291998803"; /* 336x280, gemaakt 29-9-10 */ google_ad_slot = "6789783290"; google_ad_width = 336; google_ad_height = 280; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </td> <td><script type="text/javascript"><!-- google_ad_client = "pub-9504810291998803"; /* 336x280, gemaakt 29-9-10 */ google_ad_slot = "6789783290"; google_ad_width = 336; google_ad_height = 280; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </td> </tr> </table> </div> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|