MyBB Community Forums

Full Version: Ads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello again, I'm having one more problem,
My forums url is http://www.pandasoft.info/forums
I want the ad to be center, and the sponsor space not that long,also i want a white background

this is the code i'm using for the header and the footer

<center>
<table  class="tborder" cellpadding="6" cellspacing="1" border="0" width="728" align="center">
  <tr>
  <td class="tcat" colspan="6"><b>Sponsors</b></td>
  </tr>
  <tr>
  <td colspan="6">
  <div align="center">
 <script type="text/javascript"><!--
google_ad_client = "pub-4244367744112484";
/* 728x90, created 7/1/09 */
google_ad_slot = "4306339549";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
  </div>
  </td>
  </tr>
  </table>
</center>

[Image: capturerdb.jpg]
This is what I'm trying to do, but with my own t cat border
<not trying to ad>
<center>
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="728" align="center">
  <tr>
  <td class="tcat" colspan="6"><b>Sponsors</b></td>
  </tr>
  <tr>
  <td colspan="6" style="background: #FFFFFF; border: ">
  <div align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-4244367744112484";
/* 728x90, created 7/1/09 */
google_ad_slot = "4306339549";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
  </div>
  </td>
  </tr>
  </table>
</center>

That should work for ya. Wink
Thank you, that solved one of my problems, but it's still a bit big :/
Look at it here: http://www.pandasoft.info/forums
What is still big, the ad? you can change the size of the ad using these.

google_ad_width = 728;
google_ad_height = 90;
No, not the ad, the box, that says sponsors is way too big.
EDIT:
See the box here:
[Image: captureeka.jpg]
Bump.