Quote:
Originally Posted by madcaptains
...
document.write("<\"mybannerurl.gif">");
...
|
Try this:
document.write("<img src='folder/imagename.gif'>");
where:
-the quotes around the path to the image are a single quote mark '
-the folder is the folder where you have the image (if it's in the same folder as the page, leave this out)
-imagename.gif is the name of your image c/w the proper extension