Forum Moderators: martinibuster

Message Too Old, No Replies

Highest CTR is from 2 Loaded Channel - How Can I Make That Load First?

         

work together

11:16 am on Feb 10, 2006 (gmt 0)

10+ Year Member



Hi

I have 3 adsense channels on a page and the channel that loads second gives me the highest click through and highest revenue.

How can I get that channel to load first without rearranging it's position. Thereby higher paying keywords will be forced into it.

Thanks Alan

krakrazor

11:19 am on Feb 10, 2006 (gmt 0)

10+ Year Member



I believe using Java.WriteDocument, I'm not too fimiliar with java so you might have to look into it.

jonathanlewis1973

11:40 am on Feb 10, 2006 (gmt 0)

10+ Year Member



You need to use CSS and divs.... Make sure that you call the highest CTR block at the top of your code (even if the top of your code refers to the second highest div), then the next bit of your code can call your top div, and the next the bottom div...

Hope that makes sense...