How to get an image in a corner of your blog
1. Find the <body> tag in your HTML code
2. Paste: <img src=’IMAGE URL’ height=100 style=’position:fixed;bottom:0px;left:0px;z-index:999’/> under it.
3. Where it says 'IMAGE URL' change it to the url of your picture. (you can get the url using a website like tinypic)
4. Adjust the height=100 (the number) to the size you want
5. Find this bit in the code: bottom:0px;left:0px;
Change it if you wish it to be elsewhere:
Bottom right: bottom:0px;right:0px;
Bottom left: bottom:0px;left:0px;
Top right: top:0px;right:0px;
Top left: top:0px;left:0px;
6. Find the 0px; bits. You can play around with the numbers to move it up/down/left/right as desired












