Ok, ive heard of unrelavant ads poping up within the first few days or so of putting them live.. but have you hear of wrong sizes being displayed? im trying to put a skyscraper dynamicly on all my pages but the main page.. http://www.mydentify.com on the page no sky is being displayed. perfect. but go to "top hits" or "recent links" at the top and a leaderboard is being displayed and not a sky... im confused >.< any help would be greatly appreciated...i still havent figured out to have the ad show on the individual categories yet,..but making progress. any ideas would be greatly appreciated -tim
i will add that the colors being displayed on the wrong sized ad's are not the colors i chose either.. *shrugs*
This must be a coding problem. Do realize that you are not allowed to change the adsense code in any way. To me it looks like you did.
I only added a {literal} {/literal} tag outside of the code, otherwise it wont display anything...i need to do that for all javascript on my site along with anything want to read literally. where do you see something not normal? i copied and pasted it exactly, please tell me cause im stumped
Problem solved. I missed putting another {literal} tag outside the second javascript tag at the bottom. this isnt modding the code, since its being added outside of the <script> tag. unless im wrong. {literal}<script type="text/javascript"><!-- google_ad_client = "pub-5728034697185927"; google_ad_width = 160; google_ad_height = 600; google_ad_format = "160x600_as"; google_ad_type = "text_image"; //2006-12-03: MyDentify google_ad_channel = "1638220499"; google_color_border = "336699"; google_color_bg = "FFFFFF"; google_color_link = "003366"; google_color_text = "003366"; google_color_url = "215670"; //--></script>{/literal} {literal} <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>{/literal} but its working now. thanks for the replies. -Tim