Any HTML Guru's..?

Talk about and discuss various advancements and achievents in the arts and sciences of invention and modification; computers, sciences, mathematics, and technology for all.

0
No votes
 
Total votes: 0

User avatar
AYHJA
392
Posts: 37990
Joined: Fri Sep 17, 2004 2:25 pm
Location: Washington, D.C.
Contact:

Any HTML Guru's..?

#1

Post 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..!
ImageImage
Image Image

BBcode:
Hide post links
Show post links
User avatar
raum
Posts: 3944
Joined: Sun Jul 24, 2005 10:51 am

#2

Post by raum »

one of these things is not like the other:

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

not

<script type="text/javascript">

BBcode:
Hide post links
Show post links
User avatar
raum
Posts: 3944
Joined: Sun Jul 24, 2005 10:51 am

#3

Post by raum »

did this work?

BBcode:
Hide post links
Show post links
User avatar
AYHJA
392
Posts: 37990
Joined: Fri Sep 17, 2004 2:25 pm
Location: Washington, D.C.
Contact:

#4

Post 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...

BBcode:
Hide post links
Show post links
WAY
Site Admin
Posts: 2411
Joined: Sat Nov 06, 2004 4:43 am
Location: Sydney, Australia
Contact:

#5

Post 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..?

BBcode:
Hide post links
Show post links
User avatar
raum
Posts: 3944
Joined: Sun Jul 24, 2005 10:51 am

#6

Post by raum »

lol, i didn't expand the code. that's it,.. no forums before my coffee.

BBcode:
Hide post links
Show post links
Aemeth
Posts: 1280
Joined: Fri Jul 29, 2005 1:37 am

#7

Post by Aemeth »

i cant find it

BBcode:
Hide post links
Show post links
Convince Yourself
Posts: 266
Joined: Mon Mar 07, 2005 7:36 am

#8

Post 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.

BBcode:
Hide post links
Show post links
User avatar
AYHJA
392
Posts: 37990
Joined: Fri Sep 17, 2004 2:25 pm
Location: Washington, D.C.
Contact:

#9

Post 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...

BBcode:
Hide post links
Show post links
WAY
Site Admin
Posts: 2411
Joined: Sat Nov 06, 2004 4:43 am
Location: Sydney, Australia
Contact:

#10

Post 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

BBcode:
Hide post links
Show post links
Post Reply