1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Applying classes to text ad links

Discussion in 'Co-op Advertising Network' started by Leroy James, Feb 25, 2005.

  1. #1
    How do I apply a class to the text ads? Everything is working properly, but I'd like it to look nicer in the site. Thanks.
     
    Leroy James, Feb 25, 2005 IP
  2. rtheodorow

    rtheodorow Peon

    Messages:
    129
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Add this to the CSS for the page:
    DIV A:LINK { Post your styles here }
    DIV A:VISITED { Post your styles here }
    DIV A:HOVER { Post your styles here }

    Then put a <DIV> tag around your echo line......
    echo "<DIV>$ad_network[0]&nbsp&nbsp $ad_network[1]&nbsp&nbsp $ad_network[2]&nbsp&nbsp $ad_network[3]&nbsp&nbsp $ad_network[4]</div>";

    You can also use the SPAN tag or other similiar tag to do the same :D
     
    rtheodorow, Feb 25, 2005 IP
    digitalpoint likes this.