Author information box is now present on most of the wordpress blogs. It gives the info about the author and also contact info about him/her. It also makes your blog more attractive too.
Adding Author Information box:
Step 1
Go to Blogger dashboard > Design > Edit HTML. Click on expand widgets template.
Look for ]]>
Add following code just above ]]>
Adding Author Information box:
Step 1
Go to Blogger dashboard > Design > Edit HTML. Click on expand widgets template.
Look for ]]>
Add following code just above ]]>
.author_info {
float: right;
width: 573px;
padding: 10px;
border: 1px solid #e0e0e0;
margin-bottom: 15px;
margin-top: 15px;
background: #eee;
}
.author_info h3 {
margin-bottom: 10px;
}
.author_photo {
float: left;
margin: 0 0 0 10px;
}
.author_photo img {
margin-right: 10px;
border: 1px solid #e0e0e0;
}