I just installed this cool WordPress plugin that adds syntax highlighting to source code that you put in blog posts. It’s one of those “activation only” plugins that bloggers love so much. I’ll probably add some code snippets to my posts from now on, so this plugin will come in handy. Has support for HTML, CSS, PHP and many more.

Check this out:

#wrapper {
	width: 950px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 15px solid #0F0802;
	border-right: 15px solid #0F0802;
}