Status: offline

BigBirdy

Forum User
Newbie
Registered: 02/12/07
Posts: 7
I am not sure if this is a google ad, geeklog or firefox problem, but under firefox, some of the google ads on my site get the bottom line or two chopped off? This does not seem to happen with IE though? Anyone have any suggestions/ideas?

www.opensourcenews.ca

Status: offline

jeremy1701

Forum User
Newbie
Registered: 04/24/06
Posts: 8
Is it possible that you have the adblock extension for firefox enabled?


Registered Linux User #346571

ironmax

Anonymous
You can make all of your adjustment to the Ad script in the code that was copied and pasted to your static page you are using. Example below.

Text Formatted Code


<script type="text/javascript"><!--
google_ad_client = "********************";
google_ad_width = 468; <-- Reduce the Ad length, maybe why its pushing right side out
google_ad_height = 47; <--- Check here....play around
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "507AA1";
google_color_bg = "507AA1";
google_color_link = "FFFFFF";
google_color_text = "AECCEB";
google_color_url = "AECCEB";
//--></script>
                            <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>