2012年5月31日星期四

用第三方模板为Bogger添加代码高亮显示

在“设计”选项中选择编辑HTML,然后在标签中加入

&lt link href="http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.css" rel="stylesheet" type="text/css"  &gt  &lt/link&gt
&lt script src="http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.js" type="text/javascript"&gt
&lt /script&gt

最后在标签中加入"onLoad"事件处理:&ltbody onload='prettyPrint()'&gt
使用: 当我们编写博客时需要加入代码,使用如下格式: 

&lt pre class="prettyprint"&gt
   code...
&lt /pre&gt

评论: 发表评论

订阅 博文评论 [Atom]





<< 主页

This page is powered by Blogger. Isn't yours?

订阅 博文 [Atom]