Pages

How To Add Image To Every Post On Your Blogger Blog

Would you like add image or signature to every blog post in blogger blog? This post will show you how to do it in just a few easy steps! :)

To add a signature or image, first, you need to have image or signature and upload it somewhere like Flicker, photobucket or in your FTP. Then follow the below steps..

1. Go to your blog inside the Blogger Dashboard and click on design.

2. Then click the Edit HTML button.

3. Check the Expand Widget Template box.

4. Find by Click CTRL-F and copy and paste the line below in the search box to search for it in your code.


post-footer-line post-footer-line-1
You will get:


<div class="post-footer-line post-footer-line-1"></div>
4. Under that line, paste the below code and change IMAGE URL to the url address of your signature image (it’s the Direct Link of your image).


<img alt='flower' src='http://www.imagesource.com/flower.jpg' style='border: 0;'/>
5. If you want to create hyperlink (clickable) for this image, then paste the below code and change both src & href url of yours.


<a href=’http://www.xyz.com/flowers’><img alt=’flower’ src=’http://www.imagesource.com/flower.jpg’ style=’border: 0;’/></a>

You are done!

Source:sociablweb