To begin, go to the Extras section on The Cutest Bog on the Block (TCBotB for brevity's sake) and choose a set that you like, or, if you're feeling creative, you can make your own. Download, extract and then upload your images to an image hosting site, such as Photobucket. Once this has been done, it's time to get a little more complex.
In order to find your individual gadget codes for CSS, go to Template > Edit HTML. Scroll all the way to the bottom and you will see the actual gadget IDs for all of your gadgets, listed in the order that they appear on your blog. So, in my case, the CSS gadget ID for my "Blog Archive" gadget is "BlogArchive1." It is important that you are able to find your own individual codes, as the code names can be different for each blog.
Look here for your Gadget ID |
#BlogArchive1 h2 {
background: url(your image url) no-repeat bottom left;
height:100px;
width:750px;
padding-top:10px;
font-size:0px;
}
background: url(your image url) no-repeat bottom left;
height:100px;
width:750px;
padding-top:10px;
font-size:0px;
}
#Followers1 h2 {
background: url(your image url) no-repeat bottom left;
height:100px;
width:750px;
padding-top:10px;
font-size:0px;
}
background: url(your image url) no-repeat bottom left;
height:100px;
width:750px;
padding-top:10px;
font-size:0px;
}
For the image url, remember to put in the "Direct Link."
Only use "Direct Link"! |
If your image seems cut off at the top, you can adjust the "height" value.
Before (top) and After (bottom) |
Before (top) and After (bottom) |
#Profile1 h2 {
background: url(your image url) no-repeat bottom left;
height:100px;
width:0px
padding-top:0px;
font-size:0px;
right:30px;
}
background: url(your image url) no-repeat bottom left;
height:100px;
width:0px
padding-top:0px;
font-size:0px;
right:30px;
}
IMPORTANT: Only the change the values in red. In order for these images to serve as gadget titles, you must already have a text title in place, even if it's just the default title! This is a very important detail that can be easily overlooked.
For instance, in the screenshot below, the "Title" box is empty, and therefore the image has nothing to replace in the header of this gadget, so it will not appear.
No title = No image |
Title = Image |
You have posted some pretty good Blogger tutorials and tips.
ReplyDeleteThanks! I tried to make it as simple and easy to follow as I could.
Delete