AdSense Rounded Corner Ads

Google AdSense is now offering a more interesting layout style for ads. Most Web 2.0 style sites sport rounded edges and Google now makes sure that AdSense ad units can also do the same.

If you check the setup page for AdSense for content, you’d notice a new feature called “Corner Styles.” It’s a drop-down menu that lets you chose between square, slightly rounded and very rounded corners. If you don’t want to redo all your formatting in the setup, you can just insert the following attributes to your code:

  • Square - google_ui_features = "rc:0";
  • Slighlty rounded - google_ui_features = "rc:6";
  • Very rounded - google_ui_features = "rc:10";

Image via Digital Inspiration