Hi, I set up Adserve and it works perfects, everything went fine. I was wondering if anyone knows how to disable the border around the ads, i looked into the wp-adserve files but i couldn't find it. It's probably something simple. Please Help!
Hi, I set up Adserve and it works perfects, everything went fine. I was wondering if anyone knows how to disable the border around the ads, i looked into the wp-adserve files but i couldn't find it. It's probably something simple. Please Help!
1) The images themselves appear to have a black border.
http://eridesignstudio.com/images/advertise_here.jpg
2) Because the images are links, I believe they are also inheriting the link color (#383838) described in the "General" section of your stylesheet.
a {
color: #383838;
outline: none;
}
You could try changing that (#383838) to #F7F7F7 just to test it.
I'm not a web designer though, so you will want to test my theory before committing to any change.
[Edit] ..and don't forget that any change in color will probably affect the links everywhere else as well, the way it is defined.
Thanks ClaytonJames
You are right that's what causing that border on the ads. But i cant figure out how to make those ads not read the css style a{....
You must log in to post.