pnews.template模板

发表于:2007-06-22来源:作者:点击数: 标签:
pnews.template模板 html head titletemp_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: #66666

   


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">&nbsp;&nbsp;发布时间:<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">&nbsp;</td>
  </tr>
  <str_Temp>
</table>
</body>
</html>

原文转自:http://www.ltesting.net