2007年2月17日 星期六

在文章裡顯示優質的程式碼

出處: 良人的大秘寶

1. 在CSS中加入 (</head>之前)
CODE {
display: block; /* fixes a strange ie margin bug */
font-family: Courier New;
font-size: 8pt;
overflow:auto;
background: #f0f0f0 url(http://klcintw.images.googlepages.com/Code_BG.gif) left top repeat-y;
border: 1px solid #ccc;
padding: 10px 10px 10px 21px;
max-height:200px;
line-height: 1.2em;
}


2. 使用方法: 在文章中將程式碼置於<code>及</code>的區塊中即可

3. 注意事項: 有些符號必須先轉換

沒有留言: