Okay, I have the Ads running on the ASP pages. They are all banner ads. How do I make them into all text ads?
Currently, I have the ad_network.asp line 16 ad_type = "link" '"link" for text link | "text" for text banner | "" (empty) for graphical banner This is supposed to just show text links however as you can see on the page below it is showing text banners and graphical banners.... Can someone help with this? http://www.worldfamousgiftbaskets.net/shopping/shoperror.asp?msg=Shopping+cart+is+empty
The first thing you need to do is empty your ad_network.txt file to clear out the banners that it has accumulated. Then see if that does not resolve your issue.
Okay I will do that now.... I think I just figured out what was going on. I have .htm pages with text banners on it as well as asp pages with text links on it as well as php with text banners on it.... I have to set my ad_network.php file to only list text as well.
Yes, I had to change out the ad_network.php file for the php and htm files and and to clear out the .txt file. Thanks.