No ads ?

Report bugs found in Poker Mavens
Post Reply
tipaul
Posts: 4
Joined: Wed Dec 21, 2011 12:51 pm

No ads ?

Post 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?
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: No ads ?

Post 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?
tipaul
Posts: 4
Joined: Wed Dec 21, 2011 12:51 pm

Re: No ads ?

Post by tipaul »

no referencing with local files.In the top one thats an Adsense code.
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: No ads ?

Post 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.
tipaul
Posts: 4
Joined: Wed Dec 21, 2011 12:51 pm

Re: No ads ?

Post by tipaul »

ok , with simple code it's working but with javascript or Google Adsense script it's not.
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: No ads ?

Post 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>
Post Reply