Quick n Dirty Console-like Highlighting in WordPress

Just add this to your stylesheet:

#page pre {
	color: #63FF00;
	background: #000;
	overflow: auto;
	font: normal 12px "bitstream vera sans mono", monaco "lucida console", "courier new", courier, serif;
	margin: 0.9em 0; padding: 6px;
}

Then wrap your code in <pre></pre> tags.

CSS blatantly ripped from I.NFECTIO.US, though I’ve seen it around on plenty of blogs before so I think we’re OK. :)

You can Bookmark this entry on del.icio.usbookmark this, digg this entrydigg this or check the See this page in technoraticosmos

Shanti A. Braford blogs here.

If you really want to know, just read this.



  

Powered by FeedBlitz