Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Adcycle, How do you make border="0"?

Quote Reply
Adcycle, How do you make border="0"?
Hi,

I am using the following adcycle tag to display my banners:

<%Plugins::Adcycle::display_banner ('14')%>

but this will put a border on my ads, is there anyway that I can make the border="0" ? I tried the following and it gave me an error:

<%Plugins::Adcycle::display_banner ('14')% border="0">


Thanks in advance,
Pcmania


Quote Reply
Re: Adcycle, How do you make border="0"? In reply to
<G> That's what I'm investigating now.

I don't know if it's in the Addcycle or GT code, but I'm sure the GT code can be patched to accept that!



PUGDOGŪ Enterprises, Inc.
FAQ:http://LinkSQL.com/FAQ
Forum:http://LinkSQL.com/forum
Quote Reply
Re: Adcycle, How do you make border="0"? In reply to
I do not know of any ways as such.. However as a quick solution ive done the following:

1. click on your desired group
2. click 'get ad codes'
3. cutnpaste (as opposed to code you used) the 'standard code for groupname'

thus you can edit border style and frame direction

hope this helps all!

Quote Reply
Re: Adcycle, How do you make border="0"? In reply to
Oops, this is in AdCycle.pm. If you edit this file, you will see border="1", just change this to 0.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Adcycle, How do you make border="0"? In reply to
Thanks Alex!