+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 17

Thread: Hide Digitalpoint ads

  1. #1
    Join Date
    Dec 2004
    Posts
    6

    Default Digitalpoint ads

    Hello guys, was wondering if you could help me hide the text ads at the bottom of the page.

    Mike.
    Last edited by l234244; 12-20-2004 at 05:56 AM.

  2. #2
    Join Date
    Jun 2004
    Location
    Arizona, USA
    Posts
    4,838

    Default Re: Hide Digitalpoint ads

    Mike,

    When you say "Hide" do you mean on your site or on this forum?
    Used Mobile Homes For Sale
    Used Manufactured Homes For Sale
    SalesPractice.com -The Definitive Source for Sales Education on the Internet. - Sales Training

  3. #3
    Join Date
    Dec 2004
    Posts
    6

    Default Re: Hide Digitalpoint ads

    Hello ResaleBroker, "Hide" was probably the wrong term, the mouse over on this forum.

  4. #4
    Join Date
    Jun 2004
    Location
    Arizona, USA
    Posts
    4,838

    Default Re: Hide Digitalpoint ads

    I haven't had my coffee yet. What are you trying to achieve?
    Used Mobile Homes For Sale
    Used Manufactured Homes For Sale
    SalesPractice.com -The Definitive Source for Sales Education on the Internet. - Sales Training

  5. #5
    Join Date
    Dec 2004
    Posts
    6

    Default Re: Hide Digitalpoint ads

    At the minute I have the digitalpoint co-op ads along the bottom of my forum. I would like them only to appear when the mouse hovers over it, like yours at the bottom left.

  6. #6
    Join Date
    Jun 2004
    Location
    Arizona, USA
    Posts
    4,838

    Default Re: Hide Digitalpoint ads

    I believe that is a browser compatibility issue.

    For instance, in "IE" you see the Drop Down box yet with "Firefox" you see the ads across the footer.
    Last edited by ResaleBroker; 12-19-2004 at 06:31 AM.
    Used Mobile Homes For Sale
    Used Manufactured Homes For Sale
    SalesPractice.com -The Definitive Source for Sales Education on the Internet. - Sales Training

  7. #7
    Join Date
    Dec 2004
    Posts
    6

    Default Re: Hide Digitalpoint ads

    Oh ok, sorry for the dumb question.

  8. #8
    Join Date
    Oct 2004
    Location
    Florida
    Posts
    2,132

    Default Re: Hide Digitalpoint ads

    Quote Originally Posted by l234244
    I would like them only to appear when the mouse hovers over it, like yours at the bottom left.
    Here is how I did it, using passthru.php

    PHP Code:
    <?php

    if (!function_exists('file_get_contents')) {
    function 
    file_get_contents($url) {
    $handle fopen($url'r');
    $string fread($handle4096000);
    fclose($handle);
    return 
    $string;
    }
    }

    include (
    'ad_network.php');
    echo 
    preg_replace ("/<\/body>/i"'<DIV align="center" class="style30">' $ad_network[0]. '    ' $ad_network[1]. '    ' $ad_network[2] . '    ' $ad_network[3] . '    ' $ad_network[4] . '</div></body>'file_get_contents(str_replace ('../'''$_REQUEST['file'])));
    ?>
    You have to use CSS to do it this way. Make "style 30" a similar color to your background. I would think that you would not want to make it the same color. Only a guess, but I think you would be penalized by search engines for hidden text if it were the same color.
    Check my page at My Florida Homes for Sale

    and my css. Make sure to add an a after style 30

    Code:
    .style30 a {font-size: x-small; color: #B3D3E6; font-family: Geneva, Arial, Helvetica, sans-serif; }
    Last edited by kyle422; 12-19-2004 at 11:03 AM.

  9. #9
    Join Date
    Jun 2004
    Location
    Arizona, USA
    Posts
    4,838

    Default Re: Hide Digitalpoint ads

    Quote Originally Posted by l234244
    Oh ok, sorry for the dumb question.
    I misread your question. I thought you were talking about the ads on "this" forum.

    Regarding "color" choice be careful not to try and "hide" the text. Not only because of Search Engines but because you would also run the risk of being "Banned" from the Ad Network.
    Used Mobile Homes For Sale
    Used Manufactured Homes For Sale
    SalesPractice.com -The Definitive Source for Sales Education on the Internet. - Sales Training

  10. #10
    Join Date
    Apr 2004
    Location
    Nanaimo
    Posts
    15,992

    Default Re: Hide Digitalpoint ads

    Hiding text is never a good idea, I was testing something with the CSS dropdowns to see if they could still be read by digipoints spider but they are clearly visible. I can certainly hook you up with the CSS I used - Or you can just view source
    Last edited by webmaster; 12-19-2004 at 06:00 PM.
    Starting LEC 7 soon but it won't be called LEC 7 - LEC 2012 coming soon!

+ Reply to Thread
Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts