Page 1 of 2

Any HTML Guru's..?

Posted: Tue Dec 13, 2005 11:41 am
by AYHJA
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..!

Posted: Tue Dec 13, 2005 2:22 pm
by raum
one of these things is not like the other:

<script language="Javascript" type="text/javascript">

not

<script type="text/javascript">

Posted: Tue Dec 13, 2005 7:41 pm
by raum
did this work?

Posted: Tue Dec 13, 2005 7:55 pm
by AYHJA
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...

Posted: Tue Dec 13, 2005 8:10 pm
by WAY
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..?

Posted: Wed Dec 14, 2005 12:46 am
by raum
lol, i didn't expand the code. that's it,.. no forums before my coffee.

Posted: Wed Dec 14, 2005 2:29 am
by Aemeth
i cant find it

Posted: Wed Dec 14, 2005 4:04 am
by Convince Yourself
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.

Posted: Wed Dec 14, 2005 8:40 am
by AYHJA
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...

Posted: Wed Dec 14, 2005 9:32 am
by WAY
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