Forum Moderators: martinibuster
Is there any method of showing Adsense ads.
That won't print when the rest of the page is printed...
That is acceptable under the Google adsense terms and conditions?
Nice observation, But No Way! I've been framed!
Seriously... someone must have hacked my password. I don't have that much free time in ANY universe...
"Haven't checked, but I think there is no problem, will have to see "
Does that mean YOU "will see" or you want ME to try it :-)?
Google can't *require* you to display their ads.
.noprint { display: none; }
Then I wrap each AdSense block (and other ad blocks) within a div with that style.
<div class="noprint">
[adsense code]
</div>
Since I have the line as described above:
<link rel="stylesheet" type="text/css" media="print" href="/print.css" />
I'm all set. No ads print, and no blank space.