Gossamer Forum
Quote Reply
Adcycle image border
I keep getting a border around my banners with the adcycle plugin. I have all borders set to 0 in the Adcycle program. Does anyone know how can get rid of them?

Quote Reply
Re: [jgkiefer] Adcycle image border In reply to
Add the following in the header of your page or in your CSS file if you use one:

<style type="text/css">
<!--
Image {border-width: 00;}
-->
</style>
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [katabd] Adcycle image border In reply to
Sounds easy - thanks.