Friday, October 8, 2010

Sintax

From:
http://alexgorbatchev.com/SyntaxHighlighter/integration.html
http://www.cyberack.com/2007/07/adding-syntax-highlighter-to-blogger.html

Adding to the pre tag the following: class="brush: sql;"

select * from users where 1 = 1


int i = 0;


function helloSyntaxHighlighter()
{
return "hi!";
}

http://alexgorbatchev.com/SyntaxHighlighter/

No comments: