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