Categories
Journal

Source Code Formatter for Blogspot

Add the following CSS Style to your Blogger template


pre.source-code {
font-family : Andale Mono, Lucida Console, Monaco, fixed, monospace;
color : #000;
background-color : #eee;
font-size : 12px;
border : 1px dashed #999999;
line-height : 14px;
padding : 5px;
overflow : auto;
width : auto;
text-indent : 0px;
}

surround your code with the following tags to add the source-code formatter: