How to Add PrettyPrint On Blogspot

Tuesday, September 29, 2009

PrettyPrint is one of the xml and javascript file that will easier our job for write source code. Its gives highlighting for every source code that we've written.

Here the simple setup:
1.Go to http://google-code-prettify.googlecode.com/svn/trunk/README.html
2.Convert Your Code into html code, here.
3.Copy-Paste the converted source code in the blogspot editor.
4.Done!!

Here the implementation:

#include<stdio.h>

int main(){
    int A = 10;
    printf("A = %d\n", A);
    return 0;
}


:)

0 comments:

Post a Comment

 
 
Copyright © Welcome