vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Ads not centered (https://vborg.vbsupport.ru/showthread.php?t=147919)

killa101 05-23-2007 12:42 PM

Ads not centered
 
Hey all. I was wondering if you could help me to get my google ads centered in my header. Here is how they are positioned right now:

http://www.pb-addict.com

You will notice they are aligned to the left but I want them centered.

Here is the code that I am using.

Code:

<if condition="$show['guest']">
<!-- Sponsor Ads -->
  <br /><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="728" align="center">
  <tr>
  <td class="tcat" colspan="6"><phrase 1="$vboptions[bbtitle]">Sponsors</phrase></td>
  </tr>
  <tr>
  <td bgcolor="#000000" colspan="6">
  <div align="center">
  <script type="text/javascript"><!--
google_ad_client = "removed";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2006-11-01: removed
google_ad_channel = "9295759247";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "ffffff";
google_color_text = "ffffff";
google_color_url = "ff9400";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
  </div>
  </td>
  </tr>
  </table>
  <br /><br />
  <!-- Sponsor Ads Ends -->
</if>

note: i just upgraded from 3.5.4 and that was the code i used in 3.5.4 and it worked then.

I just realized, this only happens in FireFox. In Internet Explorer its fine.. Any ideas what is wrong here?

DementedMindz 05-23-2007 03:00 PM

width try at width="100%" cause right now in firefox it looks terrible

Deviation 05-24-2007 03:21 PM

Not really a programming question (try the design forum)but.....

Here's how the code should be:
HTML Code:

<if condition="$show['guest']">
<!-- Sponsor Ads -->
  <br /><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
  <tr>
  <td class="tcat" colspan="6"><phrase 1="$vboptions[bbtitle]">Sponsors</phrase></td>
  </tr>
  <tr>
  <td align="$stylevar[center]" bgcolor="#000000" colspan="6">
  <script type="text/javascript"><!--
google_ad_client = "removed";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2006-11-01: removed
google_ad_channel = "9295759247";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "ffffff";
google_color_text = "ffffff";
google_color_url = "ff9400";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">

</script>
  </td>
  </tr>
  </table>
  <br /><br />
  <!-- Sponsor Ads Ends -->
</if>


killa101 05-25-2007 12:13 AM

thanks for your help guys but it turns out wrapping the whole thing in <div align="center"> </div> solved the problem.

DementedMindz 05-25-2007 12:28 AM

that table dont look to well at width="730" why not do it width="100%" like your other tables cause it dont look right in firfox


All times are GMT. The time now is 03:57 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01134 seconds
  • Memory Usage 1,731KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete