Pages

Showing posts with label Blogspot. Show all posts
Showing posts with label Blogspot. Show all posts

Sunday, September 26, 2010

Syntax Highlighter - post code snippets on web


Need to display code in your blog or website like the html code given below ??


<html>
<body>
<div> Hi, I am html code </div>
</body>
</html>


Or a C# code

using system;
protected string func()
{
Response.WriteLine("Hi from C# code");
}



Pretty nice formatting and show-off . Isn't it ? You too can do this in some simple steps.
Just follow this simple copy-paste mechanism step by step.