Quote:
Originally Posted by Joe Siegler
Is there any way to get the ad banners to have a target of _self or _top or something?
They're spawning in new windows, which I don't want them to do.
Or let me have them just display an image with NO link at all. I am not going to be using this for ad banners, but for forum header images. See here.
I would like it to not have a link at all, but failing that, I don't want it to open in a new window/tab, either. Any ideas?
|
You can embed your banner in a HTML block (Text field). In this case it will do exactly what you want, e.g.
<img src="yourimage.gif" border="0" />
or
<a href="yoururl" target="_self"><img src="yourimage.gif" border="0" /></a>