Search Engine News from Piedmont Design

October 30, 2006

How to Exactly Match Adsense Font and Color

Filed under: Google, Adsense, Web Design — Greg @ 8:06 am

http://www.quickonlinetips.com/archives/2006/10/match-google-adsense-font-type-and-size-to-increase-ctr/

Great blog about matching Adsense fonts. The post doesn’t discuss whether it’s ethical or acceptable under Google’s guideline to do so. I guess it depends… the old, I’ll know it when I see it rule. But it’s a good tip:

In Firefox - Right click the ad, Select “This Frame” then “View Frame Source”. A new window shows you the whole source code with the CSS code too.
In Internet Explorer - Just right click the ad, select View Source.

For the leaderboard
Title
line-height: 12px; font-size: 11px; font-family: verdana, arial, sans-serif;
text
line-height: 12px; font-size: 10px; font-family: verdana, arial, sans-serif;

For the large rectangle
Title
line-height: 14px;font-size: 11px; font-family: arial, sans-serif;
text
line-height: 14px;font-size: 10px; font-family: arial, sans-serif;

Leave a Reply

You must be logged in to post a comment.