i want to show a part of my source code with color coding in a div for allowing users to get reference of code..now how can i show the actual php jquery or any other language source code with colors in a div.
You're linke doesn't work. I think you meant this one: http://code.google.com/p/syntaxhighlighter/?
jigfox
2010-06-22 06:31:35
The link works perfectly...
jfoucher
2010-06-22 06:33:15
that's funny, now it's working for me too. Just 2 min ago it was a link to http://SyntaxHighlighter/
jigfox
2010-06-22 06:34:29
@Jens I fixed it within seconds - you were faster I guess. And yeah, the link you posted has a link to Alex's page that I posted.
Amarghosh
2010-06-22 06:35:24
A:
I quite like Alex Gorbatchev's javascript-based syntax highlighter. It's very easy to integrate with existing CMS or blogging software (because it's just a javascript library) and produces nice output as well.
Dean Harding
2010-06-22 06:31:02
A:
If you want to output php, you could also use the built-in functions for that:
faileN
2010-06-22 07:05:14