Forum Moderators: martinibuster

Message Too Old, No Replies

When not enough ads...

         

Mikey85

11:18 pm on Dec 20, 2004 (gmt 0)

10+ Year Member



Hi,

I have 3 google adsense blocks on my website, 2x 468 and 1x 120x600.

When there are not enough ads to view, he shows an alternal ad in the 468x60, and the ads he can find in the 120x600.

Now, I want him to view the ads in the 468x60 and the alternal ad in the 120x600.

Is that possible?

Thanks in advance

PatrickDeese

11:37 pm on Dec 20, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If I understand you correctly - you say that you would prefer that the 120x600 adsense has 1st priority for showing ads.

This is controlled by the order in which the adsense is loaded on the page.

In other words if your HTML code was as such:

<html>
<head></head>
<body>
Adsense 1
(content)
Adsense 2
(content)
Adsense 3
</body>
</head>

Your #1 adsense code would have priority. if your 468x60 is the first to be loaded, you need to look into using CSS to reorder the HTML code so that your 120x600 loads first, or if you use tables, use the table trick [google.com] to make sure that the 120x600 code is loaded first.

Welcome to WebmasterWorld :)

Mikey85

6:18 pm on Dec 22, 2004 (gmt 0)

10+ Year Member



Thanks Patrick!