Monday, November 06, 2006

Misc : Formatting code in your blog

One possible solution is to use the

==blockquote==/blockquote==

construct

e.g.

void method (int a)
{
==blockquote==


int b = a * a;


==/blockquote==
}

where the "==" stands for the angled brackets.

Enjoy!

No comments: