Home » 2011 March 09 » Powerful and reliable Professional Code Box For Bloggers
10:55 AM Powerful and reliable Professional Code Box For Bloggers |
Professional Code Box For Bloggers![]() 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 ]]></b:skin> 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;} ![]() 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> ![]() If you find any problem, please feel free to reply here and I will gladly help you with the best possible way |
|
Total comments: 1 | ||||||
|