I need some help adding a Google script to the AYHJA Portal page...
CODE<script type="text/javascript"><!--
google_ad_client = "pub-9950375855630420";
google_ad_width = 180;
google_ad_height = 60;
google_ad_format = "180x60_as_rimg";
google_cpa_choice = "CAAQyaj8zwEaCIwcWMzeycafKMu293M";
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
I'm not doing something right, or I'm clearly missing the point...
Either or of these buttons, whichever works well in the space really..
Any help is appreciated..!
Any HTML Guru's..?
- AYHJA
- 392
- Posts: 37990
- Joined: Fri Sep 17, 2004 2:25 pm
- Location: Washington, D.C.
- Contact:
- raum
- Posts: 3944
- Joined: Sun Jul 24, 2005 10:51 am
one of these things is not like the other:
<script language="Javascript" type="text/javascript">
not
<script type="text/javascript">
<script language="Javascript" type="text/javascript">
not
<script type="text/javascript">
BBcode: | |
Hide post links |
- raum
- Posts: 3944
- Joined: Sun Jul 24, 2005 10:51 am
- AYHJA
- 392
- Posts: 37990
- Joined: Fri Sep 17, 2004 2:25 pm
- Location: Washington, D.C.
- Contact:
Damn, I thought I typed a reply to this... :shock:
Well, I am fairly certain that the script is correct...I just have to figure out why it's not displaying the image that I want, and moreover, what kind of layout I can do afterwards...
Well, I am fairly certain that the script is correct...I just have to figure out why it's not displaying the image that I want, and moreover, what kind of layout I can do afterwards...
BBcode: | |
Hide post links |
-
- Site Admin
- Posts: 2411
- Joined: Sat Nov 06, 2004 4:43 am
- Location: Sydney, Australia
- Contact:
Yeah, theat happens sometimes to me too, my reply goes missing.. :shock:
Could you give us the entire page so we can put this into context..?
Could you give us the entire page so we can put this into context..?
BBcode: | |
Hide post links |
- raum
- Posts: 3944
- Joined: Sun Jul 24, 2005 10:51 am
-
- Posts: 1280
- Joined: Fri Jul 29, 2005 1:37 am
-
- Posts: 266
- Joined: Mon Mar 07, 2005 7:36 am
Hmm... This one's a stretch, but you can try it:
<script type="text/javascript"><!-- GoogleAd Code-->
<div id="pub-9950375855630420" style="width:180; height:60; format=180x60_as_rimg; cpa_choice=CAAQyaj8zwEaCIwcWMzeycafKMu293M; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto">
<!--Finished--></script>
<script type="text/javascript"> src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Or just tidy it up a bit?
<script type="text/javascript"><!--Begin GoogleAd-->
google_ad_client = "pub-9950375855630420";
google_ad_width = 180;
google_ad_height = 60;
google_ad_format = "180x60_as_rimg";
google_cpa_choice = "CAAQyaj8zwEaCIwcWMzeycafKMu293M";
</script>
<script type="text/javascript"> src="http://pagead2.googlesyndication.com/pagead/show_ads.js"
<!-- End GoogleAd --></script>
I don't know.. I'm pretty kick arse when it comes to designing backgrounds and tables and whatnot, but the actual functionality of a page totally elludes me, lol.
<script type="text/javascript"><!-- GoogleAd Code-->
<div id="pub-9950375855630420" style="width:180; height:60; format=180x60_as_rimg; cpa_choice=CAAQyaj8zwEaCIwcWMzeycafKMu293M; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto">
<!--Finished--></script>
<script type="text/javascript"> src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Or just tidy it up a bit?
<script type="text/javascript"><!--Begin GoogleAd-->
google_ad_client = "pub-9950375855630420";
google_ad_width = 180;
google_ad_height = 60;
google_ad_format = "180x60_as_rimg";
google_cpa_choice = "CAAQyaj8zwEaCIwcWMzeycafKMu293M";
</script>
<script type="text/javascript"> src="http://pagead2.googlesyndication.com/pagead/show_ads.js"
<!-- End GoogleAd --></script>
I don't know.. I'm pretty kick arse when it comes to designing backgrounds and tables and whatnot, but the actual functionality of a page totally elludes me, lol.
BBcode: | |
Hide post links |
- AYHJA
- 392
- Posts: 37990
- Joined: Fri Sep 17, 2004 2:25 pm
- Location: Washington, D.C.
- Contact:
Guys...
The code is fine, LoL...I'm trying to insert it into my page so that it will line up properly...Tables pwn me...For those of you too sexy for a view source, here is a RAR w/the index page, the two scripts, and the two images:
DOWNLOAD
Basically, I want to fix up the page, change it around slightly...But nothing too major...
The code is fine, LoL...I'm trying to insert it into my page so that it will line up properly...Tables pwn me...For those of you too sexy for a view source, here is a RAR w/the index page, the two scripts, and the two images:
DOWNLOAD
Basically, I want to fix up the page, change it around slightly...But nothing too major...
BBcode: | |
Hide post links |
-
- Site Admin
- Posts: 2411
- Joined: Sat Nov 06, 2004 4:43 am
- Location: Sydney, Australia
- Contact:
You coulda said that in the first place..
Your original post doesn't mention the problem anyway, we were just making a judgemental guess.. LoL
Your original post doesn't mention the problem anyway, we were just making a judgemental guess.. LoL
BBcode: | |
Hide post links |