Help!

Status
Not open for further replies.

luegames

New Member
Messages
154
Reaction score
0
Points
0
I cannot get the google ad to appear

here is the HTML code I have:
<html>
<title>The LUE games Main Page</title>
<font size="+4">Welcome to the LUE games page</font>
<p>
<P>
<body bgcolor="#FFF8DC">
<p>
<center>Want info about the project that isn't listed here? If so, go to our <a href="http://s4.invisionfree.com/LUE_Incorporated/index.php?act=idx">Fourms</a> and ask us a question!</center>

<script type="text/javascript"><!--
google_ad_client = "pub-4872493369803645";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="";
google_color_border = "B4D0DC";
google_color_bg = "#000000";
google_color_link = "0000CC";
google_color_url = "008000";
google_color_text = "6F6F6F";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</html>
 

Kurai Kumo

Who's Your Daddy?
Messages
80
Reaction score
0
Points
0
where do i have to have the google ad? can i have it at the bottom? Cause the index.php is not big so people can see it.
 

Kurai Kumo

Who's Your Daddy?
Messages
80
Reaction score
0
Points
0
ok thanxs. ill now i gotta do is wait for my domain to be on my new site.
 

hellomyfriends

New Member
Messages
92
Reaction score
0
Points
0
Kurai Kumo said:
can the ad be at the bottom or top?

yea,
ad on top:

<html>
<body>
the ad code here
<BR><BR>,<BR>
the other code here
....
....
....
</body>
</html>

ad at the bottom:
<html>
<body>
the other code here
<BR><BR>,<BR>

....
....
....
the ad code here
</body>
</html>

it's an easy way to do.
 

hellomyfriends

New Member
Messages
92
Reaction score
0
Points
0
Kurai Kumo said:
so i can have it at the bottom?
yea,u can use <BR> to put ad at the bottom n use <div align=center>ad code</div> if u want it's in the center of your site(at the bottom)
 

Kurai Kumo

Who's Your Daddy?
Messages
80
Reaction score
0
Points
0
ok so ill have it at the bottom cause it won't look good at the top. atleast it ain't a pop up.
 

luegames

New Member
Messages
154
Reaction score
0
Points
0
Now I need some more help

I want to make it so people can just click a link on the page and then it'll DL the file

How can I do that?
 
Status
Not open for further replies.
Top