- Adanya fasilitas print untuk kode
- Adanya fasilitas View Plain yaitu membuka barisan kode dalam popup windows
- Adanya fasilitas Help untuk melihat bantuan.
1. Login dengan akun blogger anda kemudian pilih Rancangan
2. Klik EDIT HTML (centang expand template widget)
3. Simpan kode berikut Setelah kode <head> atau sebelum kode </head>
<script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shCore.js' type='text/javascript'></script>
<script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shBrushCpp.js' type='text/javascript'></script>
<script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shBrushCSharp.js' type='text/javascript'></script>
<script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shBrushCss.js' type='text/javascript'></script>
<script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shBrushDelphi.js' type='text/javascript'></script>
<script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shBrushJava.js' type='text/javascript'></script>
<script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shBrushJScript.js' type='text/javascript'></script>
<script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shBrushPhp.js' type='text/javascript'></script>
<script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shBrushPython.js' type='text/javascript'></script>
<script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shBrushRuby.js' type='text/javascript'></script>
<script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shBrushSql.js' type='text/javascript'></script>
<script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shBrushVb.js' type='text/javascript'></script>
<script src='http://syntaxhighlighter.googlecode.com/svn/trunk/Scripts/shBrushXml.js' type='text/javascript'></script>
4. Selanjutnya scroll mouse kalian kebawah dan cari kode ]]></b:skin>5. Copy Paste CSS berikut diatas kode ]]></b:skin>
http://syntaxhighlighter.googlecode.com/svn/trunk/Styles/SyntaxHighlighter.css
6. Sekarang lanjut ke bagian paling bawah dan cari kode </body>
7. Simpan kode berikut diatas kode </body> tadi
<!-- Add-in Script for syntax highlighting --> <script language='javascript'> dp.SyntaxHighlighter.BloggerMode(); dp.SyntaxHighlighter.HighlightAll('code'); </script>
<pre name="code" class="JScript">
SIMPAN SCRIPT YANG AKAN DIPASANG DISINI
</pre>
<pre name="code" class="Css">
SIMPAN CSS YANG AKAN DIPASANG DISINI
</pre>
:a
ReplyDelete