How can I control the look of the ads (remove the underlines, etc.)? I am using the new code with uses the class field as an identifier. topout
Try something like this: <span class="coop"><a href="http://url.tld" class="blahblah">Used Underwear</a></span> Then in your CSS you could do something like: .coop a { text-decoration: none }