文章关键字 ‘25411’

How to display HTML(*) code in pages

2008年04月15号,星期二

hehe,i regret to talk about it ,of course ,you may directly put the codes into the page,it is absolutely right.
here i wanna to talk about it’s style
Css code(modified)
————————————————————————————————–

body {
font-family:"PMingliu",arial;font-size:0.8em;
padding:5px;
}
.quote {
MARGIN: 10px; BORDER-LEFT: #94cfd6 3px solid; BACKGROUND-COLOR: #edf9fa;text-align:left;
}
.quote-title {
PADDING: 5px; FONT-WEIGHT: bold; COLOR: #666666; BORDER-BOTTOM: #94cfd6 1px dashed
}
.quote-content {
PADDING: 10px; COLOR: #666666;
}

————————————————————————————————–
look at its html document.