Edit the Blog Layout->Edit HTML->IN the Edit Template add this CSS and add the code as HTML
In CSS:
.postCode{ background:lightyellow none repeat scroll 0 0; border:1px inset orange; height:150px; margin:10px; overflow:auto; padding:6px; text-align:left;}
Now Goto your post and EditHTML add this with your code
<pre class="postCode">
YOUR CODE
</pre>
No comments:
Post a Comment