Bloggers who write personal blogs are much care about their blog design and each widget and other stuff. Usually Personal blog writes insert their signature at the bottom of post .Unfortunately i come to see that it doesn't blend with background image of blog, instead it shows white background on transparent Image.

Here, Transparent Images play good, but i don't teach you how to make you Transparent Images here.
Let you Learn from
Here or Google it it .
Note: Ensure your Transparent Image Format be PNG/GIF not JPEG.
If you Upload this Image directly to blogger you wouldn't get Transparent image instead white background be there.
Note: This Code works for Blogger who run blogger templates .
How To Make Transparent Image Show Up As Transparent In Blogger
- Log In to Blogger Dashboard and Go to Template Designer to Add CSS.
- Now Copy down the Code below and Paste down on your CSS code Box.
- Go to Layout >> Add a Gadget >> Add a HTML/JavaScript Gadget.
- Copy Down Below Code after Replacing Facebook URL .
// Code To Make Transparent Image Show Up As Transparent
.post-body img, .post-body .tr-caption-container, .Profile img, .Image img, .BlogList .item-thumbnail img {
background: none repeat scroll 0 0 transparent;
- Click on 'Apply to Blog' button & Refresh your blog to see how Transparent Image works out :)