this is baking my noodle!

here and on code guru, i think they use the same boards, because when one is down, so is the other.. so here i was hoping to find the answer to:

what is the vb tag to make code syntax highlighted?

Code:
 merely puts things in black
VB Code:
  1. appears not to be it,
[vb] doesnt work (ala
PHP Code:

[/vb]

[visualbasic]
if then else 'guess
[/visualbasic]

[visual basic]
if then else 'guess
[/visual basic]

[vb code]
if then else 'guess
[/vb code]

[code language=vb]
if then else 'guess
[/code]

VB Code:
  1. hello