For adding signature on your blog after each posts, then you must first divide your post content and your signature. For that you have to add a post divider on your blog.
For adding a signature after each blogger posts, then follow these steps .
• First you create an image like your signature in Adobe Photoshop. I prefer the image’s dimension must be 320 x 150 [ w x h ]. [ How to create a signature image – click here ].
• Upload the image on Flickr or any Image hosting sites. [ You can access to Flickr.com by your Facebook account so its better to upload your image in Flickr.com ]
Lets come back to our matter,
1. Login to your blogger account.
2. Click on Edit HTML.
3. Click on proceed any way.
4. Put the tick mark on expand widget templates box.
5. Press ctrl + f and find this code :
post-footer-line post-footer-line-1Find any of these line.
It may say like this :
<p class='post-footer-line post-footer-line-1>
OR
<div class='post-footer-line post-footer-line-1'>
6. Under that line, paste your image URL in this format :
<img src='YOUR IMAGE URL' style='border: none; background: transparent;' /><br/>7. Click on Save and then close.
8. View your blog and you can see that it had worked.