Finally made SyntaxHighliter working on the blogger.
Good instructions http://pjdurrant.blogspot.com/2011/11/blog-code-syntax-highlighting.html
public class FinallySyntaxHighlighterIsWorking
{
public void React()
{
Console.WriteLine("Hoorah!!!");
}
}