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) lef\
t top repeat-y;
border: 1px solid #ccc;
padding: 10px 10px 10px 21px;
max-height:200px;
line-height: 1.2em;
}
[code]
for i=1 to 10 step 1
for j=1 to 10 step 1
k= i*j
print *, i, j, k
next j
next i
[/code]
沒有留言:
張貼留言