Google today introduced new Adsense ad formats that have rounded corners - the ads are available in two option - slightly rounded and very rounded (the former has a slighly lower corner radius that the latter).
If you are displaying Adsense Ads with background color same as the border color (which is recommended for high CTR), this new format would be of little interest as the ads will essentially look the same.
In terms of Adsense implement, the following variable will be added to your ad script depending on the version you select:
google_ui_features = "rc:6"; [slightly rounded]
google_ui_features = "rc:10"; [very rounded]
google_ui_features = "rc:0"; [default, square corners]
Probably the rc: numbers indicates the pixel radius.
Reader Comments
oh thats great to hear amit, but i used my custom css for displaying google ads which is much better than the current option. check my blog out, i can give the code if you want.
Written on 27/6/07 9:08 PM