Let your clients put text on your background images for your own Banner Generator
It will work like this:
You will setup a form that resembles
<FORM METHOD="post" ACTION="http://banners.crecon.com/advanced/oem.cgi"
>
Choose from the following blanks:<br>
<input type=radio name=gifurl
value=http://www.yourdomain.com/path/to/your/blank>
<img src=path/to/your/blank><br>
and repeat the above two lines with each blank you want to offer your
users.
then to close the form
<input type=submit name=submit value="create banner">
</FORM>
the important pieces are the
action=http://banners.crecon.com/advanced/oem.cgi
in the form tag,
and a
gifurl=url parameter in the form.
Have Fun!