I\'m very new to this sort of thing but this is my issue. I\'ve looked through a couple of questions and it makes sense with how to make it circular but the image which is m
Just add the border-radius:50%; to circular_imageClass.
border-radius:50%;
circular_image
Below the neet code is....
.circular_image{ float:left; margin-left:125px; margin-top: 20px; width: 200px; height: 200px; border-radius: 50%; /* Modified*/ /*overflow:hidden;*/ background-color: blue; }