was very easy, everything is explained very well on the website.
Ok so all we need to change from that, though, using the autoloader is
that it seems blogger needs the autoloader javascript to be encased in
<[CDATA[ ]]> tags.
now lets see if this works:
<link href="http://alexgorbatchev.com/pub/sh/current/styles/shThemeEmacs.css" rel="stylesheet" type="text/css" /> <script src="http://alexgorbatchev.com/pub/sh/current/scripts/shCore.js" type="text/javascript" /> <script src="http://alexgorbatchev.com/pub/sh/current/scripts/shAutoloader.js" type="text/javascript" /> <script type="text/javascript"> <![CDATA[ SyntaxHighlighter.autoloader( 'js http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJScript.js', 'php http://alexgorbatchev.com/pub/sh/current/scripts/shBrushPhp.js', 'bash http://alexgorbatchev.com/pub/sh/current/scripts/shBrushBash.js', 'c http://alexgorbatchev.com/pub/sh/current/scripts/shBrushCpp.js', 'css http://alexgorbatchev.com/pub/sh/current/scripts/shBrushCss.js', 'py http://alexgorbatchev.com/pub/sh/current/scripts/shBrushPython.js', 'sql http://alexgorbatchev.com/pub/sh/current/scripts/shBrushSql.js', 'xml http://alexgorbatchev.com/pub/sh/current/scripts/shBrushXml.js', ); SyntaxHighlighter.config.bloggerMode = true; SyntaxHighlighter.all(); ]]> </script>