Wednesday 7 November 2012

How to make popular post image and profile image rounded in blogger


To look your blog more attractive and cool add profile picture and post picture looking round that make a part of design your blog. If you know about css (design)  easily  make out this you don’t know, then don’t worry about that just copy paste the given code

Two ways to add design of css for make your image look round
  1. Login blogger account
  2. Edit html
  3. Press ctrl+f and type  <b:skin><![CDATA[
  4. copy and paste this code after this line  <b:skin><![CDATA[
  5. img{border-radius:50%;} keep more than 40 or 50% that look exact circle


Second method is: 
Step 1:
Log-in to your blogger account
Step 2:
Go to template and click customize
Step 3:
Select advanced and css
Step 4:
Add this code to in css editor window

img{border-radius:50%;}