文章中引用程式碼區塊
Thursday, April 12, 2007 by Anchi
參考: http://ggpi.blogspot.com/2007/01/blogger-30css.html
<code>HightLight</code>
以下符號要替代作處理
「&」 -> '& amp;'
「"」 -> '& quot;'
「'」 -> '& #039;'
「<」 -> '& lt;'
「>」 -> '& gt;'
CODE {
border-bottom: 1px solid #AAAAAA;
border-right: 1px solid #AAAAAA;
display:block;
padding: 10px 10px;
padding-top: 20px;
margin: 10px 0 0 10px;
background:#F5F5F5;
font-family:"Courier New", Courier, mono;
-moz-border-radius: 15px;
}
CODE:hover {
background-color:#F7FEDC;
}
]]></b:skin>