border-radius
<div><img src="http://placehold.it/100x100" alt="" /></div>
div { width:100px; height:100px; overflow:hidden; border-radius:50px;}
I wanted to ask how you make round border for the images in the forum
i.e. http://jsfiddle.net/YEHdP/
Will try again
Border-Radius is a CSS3 feature, so it won't work on older browsers.
You can try giving the image a container with the size you want and give the container a radius as well:
HTML
CSSlink: http://jsfiddle.net/YEHdP/1/