vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Align two Adsense blocks above footer (https://vborg.vbsupport.ru/showthread.php?t=251208)

ChangeFive 09-27-2010 01:33 AM

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>

This gets me:
https://vborg.vbsupport.ru/external/2010/09/10.jpg

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!

ChangeFive 10-01-2010 04:09 AM

Anyone?

iask 10-02-2010 03:45 PM

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>
&nbsp;</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>
&nbsp;</td>
  </tr>
</table>


</div>

Look @ www.pctuts.be navbar


All times are GMT. The time now is 07:09 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.00954 seconds
  • Memory Usage 1,718KB
  • 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
  • (3)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