Jay's Blog

Thursday, March 09, 2006

Code Highlighter

Nice code highlighter when you need to include code in a blog, in a html doc, etc.

using Solar.System;

namespace MyWorld.LostInSpace
{
public partial class WhatNext : ToInheritOrNot
{
protected void Page_Load(object sender, EventArgs e)
{
// Hello World !
}
}
}

0 Comments:

Post a Comment



Links to this post:

Create a Link

<< Home