css 文章內容排版執行個體

來源:互聯網
上載者:User
 代碼如下 複製代碼

<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns="http://www.111cn.net/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312" />
<title>css教程 文章內容排版執行個體</title>
<style>
.artbody h2{ font-size:14px; height:10px; margin:0px auto;padding:10px 0px;  text-align:center;}
.artbody .info{ height:30px; text-align:center; color:#666;}
.artbody .artcontent{ text-indent:20px; font-size:14px; line-height:24px;padding:10px;}

</style>
</head>

<body>
 <table width="98%" border="0" class="artbody">
    <tr>
      <td><h2>{dede:field.title/}</h2></td>
    </tr>
    <tr>
      <td >
      <div class="info">
    <small>時間:</small>{dede:field.pubdate function="mydate('y-m-d h:i',@me)"/}<small>來源:</small>{dede:field.source/} <small>作者:</small>{dede:field.writer/} <small>點擊:</small><script src="{dede:field name='php教程url'/}/count.php?view=yes&aid={dede:field name='id'/}&mid={dede:field name='mid'/}" type='text/網頁特效' language="javascript"></script>次</div>
                <div class="artcontent">
               
              
                {dede:field.body/}(責任編輯:{dede:adminname/})
                </div>
                </td>
    </tr>
  </table>
</body>
</html>

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.