I have seen so many of my visitors are blog writers and they really like the template of my blog. Some of them asked how to make this.
So I thought to write how to make a blog really customized as mine.
It is pretty easy first of all you have to choose some simple template as "Minima".
Here is the steps after that.
Please do "Download Full Template" before you start editing on HTML.
And if something went wrong then just upload the template you have saved.
If something went wrong please contact me.
So I thought to write how to make a blog really customized as mine.
It is pretty easy first of all you have to choose some simple template as "Minima".
Here is the steps after that.
Please do "Download Full Template" before you start editing on HTML.
And if something went wrong then just upload the template you have saved.
- First go to Template >> Edit HTML
- Here you have to do some coding stuff on CSS (Cascade Style Sheet)
- If you are not familiar on CSS do not worry I'll provide code stuff you need (just contact me)
- Before getting into the code you should have some place to host your images
- Don't worry there are place that gives facility to share images.
- Host the images which you want to display on the site background.
- Get the url of those images and insert this code shown below in the Edit HTML place.(this sample code should be within the CSS part)
- Now the CSS knows about the background but it have to be added on HTML also.Just add the code given below inside the < body > tag.
- Do not forget to place the end tags before the end tag of the body tag.
- Now there should be 2 images on the top and the bottom as backgrounds.But Internet Explorer 6 in does not render it correctly (it just put images on the top and bottom of the page).On FireFox and Internet Explorer 7 it just appears in background and the text can be scrolled separately on top of the background (like 2 layers)
- Now you have to do some little more.
- Next step is to give some transparency to the content of the page. It is pretty much easier.
- In HTML code you are editing you can find CSS class as "#outer-wrapper". Just add the following lines to that class.
- Now you'll feel the difference.
#bottom {
background:url("URL of bottom image");
background-attachment: fixed;
background-position: bottom center;
background-repeat: repeat-x;
}
#top {
background:url("URL of top image");
background-attachment: fixed;
background-position: top center;
background-repeat: repeat-x;
}
< div id="top" >
< div id="bottom">
background-color: white; //background color can be changed
-moz-opacity:0.55;
filter:alpha(opacity=55);//transparency level can be changed
The green color content can be changed as your wish.
If something went wrong please contact me.
Great........
ReplyDeletekool man. keep it goin
ReplyDeleteThere are places to share images.I have used mediamax.com first but it has some limitations.So now I'm using flickr.com and picasa of google.
ReplyDeleteIn my 13th step I have said how to make transparency but actually it works only for IE7 and FireFox. If you want transparency on Apple Safari you have to add this line also.
ReplyDelete-khtml-opacity:0.55;
Yoooo Man Thanks for Customizing My Blog Template
ReplyDeletehttp://prageethm.blogspot.com/
Cheers