views:

72

answers:

1

Is it possible to do Code Sytnax highlighting on sites.google.com websites like the way we do it on Blogger.com or Wordpress.com?

+1  A: 

You can insert gadgets into Google Sites pages. You could create a gadget that did syntax highlighting using any number of open source javascript syntax highlighters.

Not an ideal solution but would get you what you want. Lemme know if you want further pointers.

Moishe
Any pointers on creating Gadgets?
ajay
Check out the gadgets API here: http://code.google.com/apis/gadgets/docs/gs.htmlAnd the gadgets editor here: http://code.google.com/apis/gadgets/docs/tools.html#GGEAnd here's a javascript code highlighter: http://code.google.com/p/syntaxhighlighter/
Moishe