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
general help needed
Started by Paul, Sep 29 2008 09:13 AM
2 replies to this topic
#1
Posted 29 September 2008 - 09:13 AM
#2
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.
Put the contents you want to be sent to the right in a div with float: right; set.
#3
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
which should end up looking similar to this
<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&dt=1222721082797&lmt=1222721082&output=html&slotname=5995124146&correlator=1222721082797&url=http%3A%2F%2Fsthelensclubberz.co.uk%2Fnew_site%2Findex.php&ref=http%3A%2F%2Fwww.pixel2life.com%2Fforums%2Findex.php%3Fshowtopic%3D43236%26hl%3D&frm=0&cc=100&ga_vid=444202271.1222721083&ga_sid=1222721083&ga_hid=1870923916&flash=9.0.45&u_h=1024&u_w=1280&u_ah=994&u_aw=1280&u_cd=32&u_tz=-240&u_his=1&u_java=true&u_nplug=7&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
