Easy helps to Design your Blog.
Easiest way to design a blog is to go to a website with premade blogs. Such as Cutest blog on the block or Sugar and Spice
Make sure that when you set up your blog on blogger.com that you keep your template as minima. This is the template that will work with premade designs and html coding for your blog.
You will click on a template and copy the coding and they tell you how to do this.
You then go into your blog to customize and go to Add a gadget and then go to Html link and then paste in the html code and save it and whala instant cute blog!
To do it without the premade blog here are the tricks. And this is also good to know if you want a better looking title.
Go to websites such as shabbyprincess.com or pimpmyblog.com and get paper.
You will have to download the paper and choose which ones you want to keep saved. Then get an account at photobucket.com and load your paper into it. Once loaded you will take the html code from the paper by clicking into share then clicking onto Direct link and copying it.
You will input the paper code into the codes below under the correct text format.
The body is the design on the outside of blog
Body
Under background:$bgcolor; you put:
background-image:url();background-repeat:repeat-xy;
place link info in between the parentheses.
background-image:url(http://i213.photobucket.com/albums/cc160/pwb9/Carrie-Stephens-Back-leafy-flower.jpg );background-repeat:repeat-xy;
As you can see you add the link info into the code between the parentheses.
The header wrapper is the wrapping around the header or title
header wrapper
under this you put
background-image:url();background-repeat:repeat-xy;
change auto to 20px
and width at 650
The header is the inside part where the title is
header
under this you put
background-image:url();background-repeat:repeat-xy;
make sure margin is at 40 px
The outer wrapper is the where your bloggy info goes
#outer-wrapper {
background-image:url(http://i213.photobucket.com/albums/cc160/pwb9/Carrie-Stephens-SD-lime-delight.jpg);background-repeat:repeat-xy;
under this it should be changed to this
width: 760px
margin:0 auto;
padding:10px;
text-align:left;
font: $bodyfont;
To make an even more customized title can be harder.
You can go to Microsoft powerpoint and create a picture to add into your title bar. You can create it with little gadgets from a blog paper website like shabby princess, use paper, different fonts for the title or a photo but the hard part is cutting it down to a good size. You will have to play around with it. You should also not compress your finished power point picture and you would need to turn it into a gif file for it to work. You can do this in one of your photo editing software.