Ads in basic PHP (HTML)

Status
Not open for further replies.

fmjnax

New Member
Messages
10
Reaction score
0
Points
0
I think I've finally got my layout done like I want. Now I need to get the ads going (have Ad Enhanced). I just have simple HTML within my PHP pages (there is some PHP injected, and will be more as I go along). How do I install the ad in such a simple format? Here's how I have it now, but the ad just shows up as a text link, no banner/image. Not sure if I did something wrong or if this is how it is supposed to be.

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>

    <TITLE>Jokers Racing Team</TITLE>
    <META http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
    <link href='custom.css' rel='stylesheet' type='text/css'>
</HEAD>

<BODY>
    <center><script src="http://x10hosting.com/adserve.js?fmjnax"></script></center>
...yadda yadda yadda....
 

FalseHope

Active Member
Messages
1,639
Reaction score
0
Points
36
<script src="http://x10hosting.com/adserve.js?advanced"></script> is what you should have. Your way is still right, though.
 

fmjnax

New Member
Messages
10
Reaction score
0
Points
0
Thanks! I went ahead and changed the code.
So, just to confirm, the ad should be just a text link and not an actual banner/image?

Thanks again!
 

FalseHope

Active Member
Messages
1,639
Reaction score
0
Points
36
Yes, that is correct. Your current plan only requires a text link.
*Closed*
 
Status
Not open for further replies.
Top