online stats TUT AND TIP FOR YOU: Professional Code Box For Bloggers ss_blog_claim=3ecc388a6d177976e5de119ba2e7a810

Professional Code Box For Bloggers

Hello.

I got few mails from my readers asking me to share How did I designed this blog and share the tips. So I will start with the Professional Looking Code Box. This tutorial assumes that you have at least little bit knowledge of working around with templates.

This Professional looking Code Box can also be used with Wordpress, but here I am taking the example of Blogger.

Also this Code Box comes with a hover effect, that is when you hover your mouse over this the color changes.

Here we start:
01. Login to Blogger and on your Dashboard choose the blog for which you want to Add The Code Box and then click on Layout tab:
layout

Once there, click on Edit Html tab:
edit html

02. Now in Edit Html tab, before proceeding next, it would be a better idea to backup your template, by clicking on Download Full Template link:
hide navigation bar
Now just before the

add this Code:
before this line


.code {color: #006AB0; border : 1px solid #DADADA;padding : 5px 5px;font-family : Consolas, "Courier New", Courier, mono, serif;font-size : 12px;background-color : #fAfAfA; width : 90%;overflow : auto;margin : 10px 0 10px 10px; border-left : 20px solid #DADADA;max-height : 500px;min-height : 16px;line-height : 16px;}
.code:hover {background-color : #f3f3f3;}

code box
Save Your Template. And it is done.

03. Now whenever you want to put any code in your template just use the div class code as
shown below:




code box

If you find any problem, please feel free to reply here and I will gladly help you with the best possible way.senyum

Source http://www.tutzone.org