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.

Css?

Discussion in 'Co-op Advertising Network' started by PhilipB, Nov 10, 2004.

  1. #1
    How can I get my CSS to work with the links I added to my site?

    BTW: I added the code to my whole site and my weight now is 26999. Why is this still that low? I have a PR6 with 27800 pages indexed.
     
    PhilipB, Nov 10, 2004 IP
  2. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #2
    A weight of 27,000 really isn't "low".
     
    digitalpoint, Nov 10, 2004 IP
  3. thebassman

    thebassman Asleep at the Keyboard

    Messages:
    1,105
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    140
    #3
    You're only running 3 ads per page, too, right? Try upping it to 5. ;)
     
    thebassman, Nov 10, 2004 IP
  4. PhilipB

    PhilipB Peon

    Messages:
    211
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    The forum is 3 ads per page, main site is only one.

    27k seems low for a site with 28k pages and PR6 though...

    Tim, how many ads per page do you have?
     
    PhilipB, Nov 10, 2004 IP
  5. thebassman

    thebassman Asleep at the Keyboard

    Messages:
    1,105
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    140
    #5
    If you're only going to run 1 on the main site, only run 1 on the forums... when it does a spot check, if it checks a non-forum page, it will assume all your pages only have 1.

    I have 5 on every page of the site.
     
    thebassman, Nov 10, 2004 IP
  6. PhilipB

    PhilipB Peon

    Messages:
    211
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    So if I change both to displaying one ad that'll give me more weight?
     
    PhilipB, Nov 11, 2004 IP
  7. chachi

    chachi The other Jason

    Messages:
    1,600
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I believe there is a cap on the number of pages your site has in the G index (as part of the DP coop algo). Once your site has reached that, the other main factors are going to be PR and the number of ads you run sitewide. Running one ad in one place and three in another is not a good idea. I believe that if the validator finds a page with one ad...you only get credit for running one ad (when it comes to base weight). So, run the same number on all pages.
     
    chachi, Nov 11, 2004 IP
  8. thebassman

    thebassman Asleep at the Keyboard

    Messages:
    1,105
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    140
    #8
    Yeah, exactly.
     
    thebassman, Nov 11, 2004 IP
  9. PhilipB

    PhilipB Peon

    Messages:
    211
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #9
    What about my main question on the CSS....?
     
    PhilipB, Nov 11, 2004 IP
  10. thebassman

    thebassman Asleep at the Keyboard

    Messages:
    1,105
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    140
    #10
    It should work fine... you're just using the text links, right?
     
    thebassman, Nov 11, 2004 IP
  11. stephfoster

    stephfoster Well-Known Member

    Messages:
    567
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    138
    #11
    I made a div just for my Co-op ads, so I could control their size, etc. Works fine. Otherwise, so long as you have your CSS file declaring how links should look, the Co-op ads should look like any other link.
     
    stephfoster, Nov 12, 2004 IP
  12. PhilipB

    PhilipB Peon

    Messages:
    211
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #12
    The problem is, I'm using the CSS on the link tag with class="____" and everything is fin except they stay underlined and I only want them to be underlined when I hover over it.
     
    PhilipB, Nov 12, 2004 IP
  13. SEbasic

    SEbasic Peon

    Messages:
    6,317
    Likes Received:
    318
    Best Answers:
    0
    Trophy Points:
    0
    #13
    a:hover {
    text-decoration: underline;
    }

    a {
    text-decoration: none;
    }

    Is that what you meant? :)
     
    SEbasic, Nov 12, 2004 IP
  14. PhilipB

    PhilipB Peon

    Messages:
    211
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #14
    No, I have that already on my CSS, but the CSS I dont have on the link doesn't work.
     
    PhilipB, Nov 12, 2004 IP