Controlling look of new ads

Discussion in 'Co-op Advertising Network' started by karated, Dec 14, 2004.

  1. #1
    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
     
    karated, Dec 14, 2004 IP
  2. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #2
    With CSS only I understand.

    Altering source code is not allowed.
     
    T0PS3O, Dec 14, 2004 IP
  3. xml

    xml Peon

    Messages:
    254
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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
    }
     
    xml, Dec 14, 2004 IP
  4. g00gl3r

    g00gl3r Well-Known Member

    Messages:
    167
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    128
    #4
    Know how to get this ad to work on a win server?
     
    g00gl3r, Dec 14, 2004 IP
  5. xml

    xml Peon

    Messages:
    254
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    What scripting language does the Win server have available?

    ASP? PHP? .NET?
     
    xml, Dec 14, 2004 IP