1 頁 (共 1 頁)

[問題]TOP 5(自己解決了...剛剛回文的大大請看)

發表於 : 2004-02-01 10:55
neo[B]etas.NET
如圖,底色不同耶(我已經改過TPL了喔)
圖檔

代碼: 選擇全部

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"  />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="stylesheet" href="templates/{T_HEAD_STYLESHEET}" type="text/css" />
</head>
<body bgcolor="#F7F8FC">
<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0" style="{background-color:#F7F8FC;}">
  <tr><td height="18" valign="top"><span class="nav">{nav_links}</span></td></tr>
  <tr>
    <td valign="top">
      <table width="100%" border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
	<tr> 
	  <th align="center" class="thHead" width="20%"> {L_FORUM} </th>
	  <th align="center" class="thHead" width="40%"> {L_TOPICS} </th>
	  <th align="center" class="thHead" nowrap>  {L_AUTHOR}  </th>
	  <th align="center" class="thHead" nowrap> {L_REPLIES} </th>
	  <th align="center" class="thHead" nowrap> {L_VIEWS} </th>
	  <th align="center" class="thHead" nowrap> {L_LASTPOST} </th>
	</tr>
	<!-- BEGIN toprow -->
        <tr>
          <td class="row1" nowrap><span class="forumlink"><a href="{toprow.forum_url}" target="_top" 

class="forumlink">{toprow.forum_name}</a></span></td>       
          <td class="row2" 100%><span class="topictitle"><a href="{toprow.topic_url}" target="_top" 

class="topictitle">{toprow.topic}</a></span></td>
          <td class="row1" align="center" nowrap><span class="name">{toprow.poster_url}</span></td>
          <td class="row2" align="center" nowrap><span class="postdetails">{toprow.topic_replies}</span></td>
          <td class="row1" align="center" nowrap><span class="postdetails">{toprow.topic_views}</span></td>
          <td class="row2" align="center" nowrap><span class="postdetails">{toprow.post_time}<br />

{toprow.replier_url} <a href="{toprow.last_post_url}" target="_top"><img src="{icon_url}" border="0" 

alt="{icon_alt}" /></a></span></td>        
        </tr>
        <!-- END toprow -->
      </table>
    </td>  
  </tr>
</table>
</body>
</html>

發表於 : 2004-02-01 11:00
Martinet
@@?...怎麼會改成 #F7F8FC呢...看起來應該是白色的阿XD....

把#F7F8FC改成#FFFFFF吧...XD

發表於 : 2004-02-01 11:04
neo[B]etas.NET
痾...你是用CRT嗎?我看起來差很多...
很深的那段式#ECF7F6,淺的是我改的

發表於 : 2004-02-01 11:09
neo[B]etas.NET
我把它改成醬就OK了ㄟ

代碼: 選擇全部

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5"  />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="stylesheet" href="templates/{T_HEAD_STYLESHEET}" type="text/css" />
<style type="text/css">
<!--
body {
	background-color: #F7F8FC;
}
-->
</style></head>
<body>
<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0" style="{background-color:#F7F8FC;}">
  <tr><td height="18" valign="top"><span class="nav">{nav_links}</span></td></tr>
  <tr>
    <td valign="top">
      <table width="100%" border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
  <tr> 
	  <th align="center" class="thHead" width="20%"> {L_FORUM} </th>
	  <th align="center" class="thHead" width="40%"> {L_TOPICS} </th>
	  <th align="center" class="thHead" nowrap>  {L_AUTHOR}  </th>
	  <th align="center" class="thHead" nowrap> {L_REPLIES} </th>
	  <th align="center" class="thHead" nowrap> {L_VIEWS} </th>
	  <th align="center" class="thHead" nowrap> {L_LASTPOST} </th>
  </tr>
	<!-- BEGIN toprow -->
        <tr>
          <td class="row1" nowrap><span class="forumlink"><a href="{toprow.forum_url}" target="_top" 

class="forumlink">{toprow.forum_name}</a></span></td>       
          <td class="row2" 100%><span class="topictitle"><a href="{toprow.topic_url}" target="_top" 

class="topictitle">{toprow.topic}</a></span></td>
          <td class="row1" align="center" nowrap><span class="name">{toprow.poster_url}</span></td>
          <td class="row2" align="center" nowrap><span class="postdetails">{toprow.topic_replies}</span></td>
          <td class="row1" align="center" nowrap><span class="postdetails">{toprow.topic_views}</span></td>
          <td class="row2" align="center" nowrap><span class="postdetails">{toprow.post_time}<br />

{toprow.replier_url} <a href="{toprow.last_post_url}" target="_top"><img src="{icon_url}" border="0" 

alt="{icon_alt}" /></a></span></td>        
        </tr>
        <!-- END toprow -->
</table>
    </td>  
  </tr>
</table>
</body>
</html>

發表於 : 2004-02-01 11:15
Martinet
=...................................=
懶得看你比對你剛剛改了哪裡(<----XD)

反正改成功就好囉~^^"

發表於 : 2004-02-01 11:23
neo[B]etas.NET
<style type="text/css">
<!--
body {
background-color: #F7F8FC;
}
-->
</style>