VOX how to post HTML & XML code samples
You can post code samples in your VOX blog by wrapping it in [code] and [/code]
PS Use < and > instead of [ and ]
PPS If your HTML or XML includes < and > then convert them to [ and ] before pasting it into VOX
$ cat myfile.xml | tr "<>" "[]" > myfile.vox
Comments