Forum Moderators: martinibuster
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
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 :)