pnews.template模板 
<html> <head> <title><temp_title></title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <style type="text/css"> <!-- td {    font-size:12px } A:link {          COLOR: 990000; TEXT-DECORATION: none } A:visited {   COLOR: #666666; TEXT-DECORATION: none } A:hover {   COLOR: #fd6827; TEXT-DECORATION: none } --> </style> </head> 
<body> <table width="760" border="0" align="center" cellpadding="0" cellspacing="2">   <tr>      <th align="center"><temp_title></th>   </tr>   <tr>      <td align="center">  发布时间:<font color=#ff0000><temp_date></font></td>   </tr>   <tr>     <td valign="top"><img src="../../../images/<temp_picture>" width="292" height="300">    <pre><div align="top"><temp_content></div>    </pre> </td>   </tr>   <tr>     <td height="20"> </td>   </tr>   <str_Temp> </table> </body> </html>
   
 
  |