- Joined
 - Jun 14, 2004
 
- Posts
 - 11,107
 
- Reaction score
 - 987
 
Just looking at Google Adsense on this page:
http://www.telegraph.co.uk/money/ma...nuId=242&sSheet=/money/2006/02/05/ixcoms.html
and I like the way "Ads by Google" blends into the rest of the site, instead of the usual black text on white background I tend to use.
Looking at the page source code, I cant see how the blue banner bit is done.
The Google code looks different anyway to what I would normally expect.
	
	
	
		
I thought Google Ad Client codes always took the form:
	
	
	
		
I haven't seen this setting before either:
	
	
	
		
Can anyone tell me how to get this:
		
		
	
	
		
	
Thanks
	
		
			
		
		
	
				
			http://www.telegraph.co.uk/money/ma...nuId=242&sSheet=/money/2006/02/05/ixcoms.html
and I like the way "Ads by Google" blends into the rest of the site, instead of the usual black text on white background I tend to use.
Looking at the page source code, I cant see how the blue banner bit is done.
The Google code looks different anyway to what I would normally expect.
		Code:
	
	google_ad_client = 'telegraph-uk_126x400';
	I thought Google Ad Client codes always took the form:
		Code:
	
	google_ad_client = "pub-9489025746941520";
	I haven't seen this setting before either:
		Code:
	
	google_safe = 'high';
	Can anyone tell me how to get this:
	Thanks