Link to home
Start Free TrialLog in
Avatar of z24webman
z24webman

asked on

Google ads not showing on some PC's

I am currently having a problem seeing google ads on my PC's browsers, IE and Firefox, however they can be viewed by 2 other PC's browsers on the network.  The ads display within the 2 pc's browsers on the page: http://hsn.live.mediaspanonline.com/weather/  All the PC's are up to date, and all run Windows XP Professional.  Our network consists of remote profiles as well.  here is a sample of the code I am using.  I blanked out the ad_client,

<script type="text/javascript"><!--
google_ad_client = "Blanked_out";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "CCCCCC";
google_color_bg = "92C9EF";
google_color_link = "000000";
google_color_url = "666666";
google_color_text = "333333";
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
ASKER CERTIFIED SOLUTION
Avatar of b0lsc0tt
b0lsc0tt
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
might try

C:\WINDOWS\system32\drivers\etc\hosts

reedit it and put in your ip add and name there
eg

www.yourdomain.com           xxx.xxx.xxx.xxx   ( your site's IP address )

save it back

earlier from my site, some of the templetes (some templetes) was not being shown from 1 of my company's pcs..
when contacted the web hosting helpdesk, they adv to add that line too and after flushing the dns, everythg was working fine then. So just thought it may be working fine here as well.. (*just for a try)
still no luck on displaying the adv ?
I'm glad that did it and I could help.  Thanks for the fun question, the grade and the points.

bol