Quote:
Originally Posted by vbenhancer
it is really simple... it's basic CSS actually...
the DIV that contains your banner, you simply have to configure it via its css class to have an image of your choice as background-image... that way, the image will always be there, invisible when you have a banner, and shown when the banner is deactivated... because it is in the background.
|
ya i understand that but i dont know where to put it.
i've tried adding this:
Code:
.adblocked {
background-image:url('images/adblocked.png');
}
in additional.css
i then wrapped it around my adsense code with <div id=adblocked>
and it didnt work