How do I put up links without the description? WHen I add the code the description usually accompanies the links.
When i place the code on my site, there's a short description of the site right next to the url. I see some sites without the descriptions though, how do they do this?
Dear MVHS: You are referring to "Text Only" links. This will show the anchor text without any description whatsoever. To accomplish this, go to your Co-Op account management page. Follow the link "Setup Instructions". Once on this page, select "Only Text Link" from the "Ad Type" drop-down box. Select the desired number of links from the "Ads To Display" drop-down box. Once you have made these changes, you must copy and paste the new code and update you "ad_network_***.php" file. To change the ad separation, open your "ad_network_***.php" file in your favorite text editor and find the following code: $ad_network = implode ('<br />', $ad_network); Once you have located the code above, you can change the text I have highlighted in red. If you wish to display your ads vertically, keep the code the way it is. However, if you wish to display the ads horizontally, you can enter something like " | " - make sure you keep the spacing.