Thursday, 15 July 2010

How to Add Signature Image at The End of Each Posts in Blogger

I will suggest you to upload it into one of your blog post and once you have uploaded the image you can go into your post's EDIT HTML section and copy the<img src='url_of_your_signature_image' style='border:0px;'/> Code. Once you have copied that code you can delete that code but copy the code in some notepad for further use.

Steps to Add Signature Image in Blogger

#Step 1. Log in to your Blogger Dashboard and Navigate to Layout > Edit HTML and checked the Expand Widget Templates Check box.


Layout Edit HTML - Expand Widget Template


#Step 2. Find any of this code:
<div class='post-footer-line post-footer-line-1'>
OR
<p class='post-footer-line post-footer-line-1'>
OR
<data:post.body/>


Put image code you have copied already after above code and save you template.

after adding code you code should look something like this:
<div class='post-footer-line post-footer-line-1'>
<img src='url_of_your_signature_image' style='border:0px;'/>

That's it, now you will find that at the end of each blog post your signature image is displaying very well.

if you have any difficulty while implementing this hack, comment below your problem.

No comments:

Post a Comment