Home » 2011 » March » 9 » Powerful and reliable Professional Code Box For Bloggers
10:55 AM
Powerful and reliable Professional Code Box For Bloggers

Professional Code Box For Bloggers


code boxI 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 ]]></b:skin> 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:
<div class="code">
YOUR TEXT OR CODE GOES HERE
</div>
code box

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

Category: Programming Blog | Views: 1084 | Added by: seniorkoa | Tags: Gurus Internet | Rating: 5.0/1
Total comments: 1
0  
1 LittleProf   (2011-03-10 2:01 PM) [Gurus Entry]
We need more on codding to improve on this site.!!!!!!!!!!!!!!!!!!
Let us all put heads together to achieve this. biggrin wacko tongue

Only registered users can add comments.
[ Sign Up | Log In ]