
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:

Once there, click on Edit Html tab:

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:

Now just before the ]]> add this Code:

.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:hover {background-color : #f3f3f3;}

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:
YOUR TEXT OR CODE GOES HERE

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




