This page is used for internal used only.
it would contain tools and tips on how to create a nice page. code standards etc.
How to add code snippetThere is no code highlighting in google sites as default. however, you can use the following page:
this would allow you to create a html formatted code that works nicely with google sites.
Instructions: - in tohtml.com
- copy paste the c++ code you want to use into the box
- choose "navy" style
- click to highlight.
- copy the html code
- in google sites
- insert "html-box"
- past the html code.
- add the following style to the first <pre> element: "padding:20px;"
|