co-op all working but questions...

Discussion in 'Co-op Advertising Network' started by ian_ok, Feb 20, 2005.

  1. #1
    1. I've managed to change the colour of the LINK, by adding this to my css..BUT how do I change the background and the text colour.

    2. In the pool of advertisers, what is the dropdown listing numbers from 1-15?

    3. If I add more than 1 ad on my website, do they auto fit into the area placed.

    Thanks Ian


    
    .ads a:active {color: #3333cc; TEXT-DECORATION: none } 
    .ads a:link {color: #3333cc; TEXT-DECORATION: none} 
    .ads a:visited {color: #9966cc; TEXT-DECORATION: none } 
    .ads a:hover {color: #ff0000; TEXT-DECORATION: none}
    
    Code (markup):
    My table is below....
    
    <table width="100%" border="0" class="ads">
          <tr>
            <td height="20"><?php
    	ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../');
    	include ('ad_network.php');
    	echo $ad_network[0];
    ?>
            </td>
          </tr>
        </table>
    Code (markup):
     
    ian_ok, Feb 20, 2005 IP