Quote:
Originally Posted by raznaran
I don't know what I am doing wrong. Everything seems to work. I get a rectangular border where the banner is supposed to be.
This is what I am using to code the picture. It seems like it should work:
<img src="/images/trollspread2.gif" width="580" height="215" />
The images directory I am referring to is at the same level as /forums.
Any thoughts?
Cheers,
Richard
|
Place in fields:
OR- Name: Banner name
- URL: leave empty
- Image: leave empty
- Text:
<a href="URL" target="_blank"><img src="images/trollspread2.gif" width="580" height="215" border="0" alt="Tooltip/title"/></a>
If you want click tracking, you
must use the first solution.
For images like in your example, the first solution is always reccomended. Use the second format only for banners which can't be expressed as a simple picture, e.g. Google AdSense scripts, Flash animations, Streaming video or similar.