Wednesday, August 12, 2009

Post Codes in blog

Thanks http://thoughtsomething.blogspot.com/2008/11/display-html-javascript-code-in-blogger.html



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