Page 1 of 1

No ads ?

Posted: Wed Mar 06, 2013 6:17 pm
by tipaul
I put some html code for banner in the "Ad setting Top Ad Html"section.I have 100 in the "Top Ad size".But nothing appears in the window of the browser.Why?

Re: No ads ?

Posted: Wed Mar 06, 2013 6:37 pm
by Kent Briggs
tipaul wrote:I put some html code for banner in the "Ad setting Top Ad Html"section.I have 100 in the "Top Ad size".But nothing appears in the window of the browser.Why?
If you just enter some raw text, does that show up? If so, then the issue is with your ad code. Are you referencing any local files?

Re: No ads ?

Posted: Wed Mar 06, 2013 7:37 pm
by tipaul
no referencing with local files.In the top one thats an Adsense code.

Re: No ads ?

Posted: Wed Mar 06, 2013 10:19 pm
by Kent Briggs
tipaul wrote:no referencing with local files.In the top one thats an Adsense code.
Replace it with "hello world" or some other simple test and see if that shows up. Otherwise post your html code here or send it to my email.

Re: No ads ?

Posted: Thu Mar 07, 2013 4:09 pm
by tipaul
ok , with simple code it's working but with javascript or Google Adsense script it's not.

Re: No ads ?

Posted: Thu Mar 07, 2013 4:31 pm
by Kent Briggs
tipaul wrote:ok , with simple code it's working but with javascript or Google Adsense script it's not.
Then your code is doing something wrong or you have javascript disabled in your browser. No one can help you until you post it. You can test javascript by doing something like this:

Code: Select all

<script>alert("hello")</script>