Monday, October 1, 2012
Reffering URLs, Referer as SPAM on Blogger/Wordpress and Website
This summary is not available. Please
click here to view the post.
How to: Rounded Picture Post for Website or Blogger
Here's the tutorial on how to make rounded for picture post in Blogger Platform. Add Rounded corners to your photos,Images.
See the image below: The demo
If you're using the old Blogger interface: Go to Dashboard - Design - Edit HTML - Back Up (Download Full Template) -
If you're using the new Blogger interface: Go to Dashboard - Template - Backup/Restore - Download Full Template - Close - Edit HTML - Proceed -
Find for /* Posts ----------------------------------------------- */ - paste the following code directly below this line:
.post img, .post a img {
-moz-border-radius: 10px !important;
-webkit-border-radius: 10px !important;
-goog-ms-border-radius: 10px !important;
border-radius: 10px !important;
}
See the image below: The demo
If you're using the old Blogger interface: Go to Dashboard - Design - Edit HTML - Back Up (Download Full Template) -
If you're using the new Blogger interface: Go to Dashboard - Template - Backup/Restore - Download Full Template - Close - Edit HTML - Proceed -
Find for /* Posts ----------------------------------------------- */ - paste the following code directly below this line:
.post img, .post a img {
-moz-border-radius: 10px !important;
-webkit-border-radius: 10px !important;
-goog-ms-border-radius: 10px !important;
border-radius: 10px !important;
}
