1.先下載 google-code-prettify
http://code.google.com/p/google-code-prettify/
將壓縮檔中 src 目錄全都上傳到你的網頁空間
2.在你的 HTML <head>..</head> 中加入
<!-- google-code-prettify -->
<link href="http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.js"></script>
prettify.css 和 prettify.js 請使用自已的網頁空間, 若無則用例中路徑