留言本HTML格式原样显示怎么做
比如要把网友程序原样显示出来
------------------------------------------------------------------------
<HTML>
<HEAD><TITLE></TITLe>
</HEAD>
<body bgcolor="#000000" link="#0066ff" alink="#0066ff" vlink="#0066ff" text="#0066ff" valign=top vspace=0 hspace=0 topmargin="0">
<div align="left">
<table border="0" width="800" height="549" cellspacing="0" cellpadding="0">
<tr>
<td width="800" height="229"></td>
</tr>
<tr>
<td width="800" height="67">
<p align="center"><font size="6">
</font><font color="#00FF00"><font color="#666666" size="5" face="华文行楷">留言成功 请稍后</font><font color="#666666" size="3">··············</font></font></td>
</tr>
<tr>
<td width="800" height="236"></td>
</tr>
</table>
</div>
</body>
</HTML>
---------------------------------------------------------------
比如上面这一些怎么做呢