Hello everyone - Does anyone know an easy way to view code within an html document? I'd like line numbers and color coding, and it would be for html code. I'm looking at SyntaxHighlighter currently: http://alexgorbatchev.com/wiki/SyntaxHighlighter Any alternatives, or opinions on this? thanks! mike
SyntaxHighlighter which is at http://alexgorbatchev.com/wiki/SyntaxHighlighter as posted by you is very nice. I used GeSHi - Generic Syntax Highlighter for phpBB forum few years back and it was working nicely. SHJS - Syntax Highlighting in JavaScript is also seems interesting. Both support HTML highlighting.