highlight code on a zoho site page

highlight code on a zoho site page

Hi,

I try tocreate a small site with zoho... 
one page contains some code examples that I would like to be highlighted. 
In the past I used to use tohtml.com or TOHtml from vim to generate the html that next I copy/paste or insert in the page.

However this method does not seem to work for a zoho sites page.
Any idea if there is any alternative?

Alin

somthing like this... ironic is it works in here (this is copy pasted from tohtml.)

//C hello world example
#include <stdio.h>
 
int main()
{
  printf("Hello world\n");
  return 0;
}