Jump to content


general help needed


2 replies to this topic

#1 Paul

    Young Padawan

  • Members
  • Pip
  • 38 posts
  • Gender:Male
  • Location:st helens

Posted 29 September 2008 - 09:13 AM

i am using general html and i need help on this

my website has the header logo and then a google adsense but i want the google adsense on the right side and header logo on the left but when i add the <right></right> tags to the google adsense script it dosent do anything

any help would be great

website is at http://sthelensclubb..._site/index.php

#2 Tyson D

    Young Padawan

  • Members
  • Pip
  • 85 posts
  • Gender:Male
  • Location:Canada

Posted 29 September 2008 - 03:38 PM

Do not use <right>!

Put the contents you want to be sent to the right in a div with float: right; set.

#3 TFM4th

    Young Padawan

  • Members
  • Pip
  • 60 posts
  • Gender:Male
  • Location:Williamsville, NY
  • Interests:web design, graphic design, techno and alternative music, skiing, snowboarding, biking, movies, cars, computer gaming etc...

Posted 29 September 2008 - 03:49 PM

Hmm I have never even herd of <right> must be pretty outdated haha. Anyways if you are unsure of how to do why Tyson is saying here is the code

<div style="float:left">----Your logo----</div><div style="float:right">----Your google Script----</div> <br style="clear:both" />

which should end up looking similar to this

<div style="float:left"><img src="/new_site/images/logo.gif"></div><div style="float:right"><script type="text/javascript"><!--
 google_ad_client = "pub-2647502496520713";
 /* 468x60, created 29/09/08 */
 google_ad_slot = "5995124146";
 google_ad_width = 468;
 google_ad_height = 60;
 //-->
 </script>
 <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
 </script><script> window.google_render_ad(); </script><iframe name="google_ads_frame" src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2647502496520713&amp;dt=1222721082797&amp;lmt=1222721082&amp;output=html&amp;slotname=5995124146&amp;correlator=1222721082797&amp;url=http%3A%2F%2Fsthelensclubberz.co.uk%2Fnew_site%2Findex.php&amp;ref=http%3A%2F%2Fwww.pixel2life.com%2Fforums%2Findex.php%3Fshowtopic%3D43236%26hl%3D&amp;frm=0&amp;cc=100&amp;ga_vid=444202271.1222721083&amp;ga_sid=1222721083&amp;ga_hid=1870923916&amp;flash=9.0.45&amp;u_h=1024&amp;u_w=1280&amp;u_ah=994&amp;u_aw=1280&amp;u_cd=32&amp;u_tz=-240&amp;u_his=1&amp;u_java=true&amp;u_nplug=7&amp;u_nmime=21" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" frameborder="0" height="60" scrolling="no" width="468"></iframe></div> <br style="clear:both" />

Edited by TFM4th, 29 September 2008 - 03:51 PM.






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users