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.
#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