a_bertrand Posted April 6, 2011 Posted April 6, 2011 As requested by some, I added some custom BB codes... let's see: MYSQL: [ mysql ]select * from users where name='toto';[ /mysql ] [mysql]select * from users where name='toto';[/mysql] SQL (same) [ sql ]select * from users where name='toto';[ /sql ] select * from users where name='toto'; Align center: [ align=center ]center it![ /align ] [align=center]center it![/align] CSS: [ css ] a { color: red; }[ /css ] [css] a { color: red; }[/css] JS: [ js ]alert(1);[ /js ] [js]alert(1);[/js] C# [ cs ]Console.WriteLine("Hello!");[ /cs ] [cs]Console.WriteLine("Hello!");[/cs] Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.