2007年12月30日 星期日

不思議惑星 Magical Star Blogger: 如何在文章裡顯示程式碼的語法

不思議惑星 Magical Star Blogger: 如何在文章裡顯示程式碼的語法


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;
}



如果要貼html碼的話
要作變化


.<取代為<
.>取代為>
.&取代為&



<code class="ref"> 此處貼上要顯示的程式碼</code>

沒有留言:

RHEL install EPEL

  https://www.linuxtechi.com/install-epel-repo-on-rhel-system/ EPEL dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest...