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

phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
neo[B]etas.NET
星球普通子民
星球普通子民
文章: 25
註冊時間: 2003-08-12 09:39
來自: 北一中

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

文章 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>
最後由 neo[B]etas.NET 於 2004-02-01 11:10 編輯,總共編輯了 1 次。
《愛,幻化,狂想曲》
午夜,熟悉的四十和絃,未讀簡訊。
四年來,從沒有一天心情像現在這樣平靜,心中再也
沒有掛念,或者說……殘念。妳我曾相隔對街、一起\r
上學、一塊兒跨年;妳我曾一同哭和笑、一同煩惱、
一起被嚴謹的學校生活和瞬息萬變的社會腳步當掉。
那時妳沒喝完的飲料,在瓶中發酵;而苦悶,如今卻\r
在我內心,不斷煎熬。


有妳在歡聚歡笑每一刻 ...^________^...

==================================================
Martinet
竹貓忠實會員
竹貓忠實會員
文章: 850
註冊時間: 2003-06-09 21:58
聯繫:

文章 Martinet »

@@?...怎麼會改成 #F7F8FC呢...看起來應該是白色的阿XD....

把#F7F8FC改成#FFFFFF吧...XD
neo[B]etas.NET
星球普通子民
星球普通子民
文章: 25
註冊時間: 2003-08-12 09:39
來自: 北一中

文章 neo[B]etas.NET »

痾...你是用CRT嗎?我看起來差很多...
很深的那段式#ECF7F6,淺的是我改的
《愛,幻化,狂想曲》
午夜,熟悉的四十和絃,未讀簡訊。
四年來,從沒有一天心情像現在這樣平靜,心中再也
沒有掛念,或者說……殘念。妳我曾相隔對街、一起\r
上學、一塊兒跨年;妳我曾一同哭和笑、一同煩惱、
一起被嚴謹的學校生活和瞬息萬變的社會腳步當掉。
那時妳沒喝完的飲料,在瓶中發酵;而苦悶,如今卻\r
在我內心,不斷煎熬。


有妳在歡聚歡笑每一刻 ...^________^...

==================================================
neo[B]etas.NET
星球普通子民
星球普通子民
文章: 25
註冊時間: 2003-08-12 09:39
來自: 北一中

文章 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>
《愛,幻化,狂想曲》
午夜,熟悉的四十和絃,未讀簡訊。
四年來,從沒有一天心情像現在這樣平靜,心中再也
沒有掛念,或者說……殘念。妳我曾相隔對街、一起\r
上學、一塊兒跨年;妳我曾一同哭和笑、一同煩惱、
一起被嚴謹的學校生活和瞬息萬變的社會腳步當掉。
那時妳沒喝完的飲料,在瓶中發酵;而苦悶,如今卻\r
在我內心,不斷煎熬。


有妳在歡聚歡笑每一刻 ...^________^...

==================================================
Martinet
竹貓忠實會員
竹貓忠實會員
文章: 850
註冊時間: 2003-06-09 21:58
聯繫:

文章 Martinet »

=...................................=
懶得看你比對你剛剛改了哪裡(<----XD)

反正改成功就好囉~^^"
neo[B]etas.NET
星球普通子民
星球普通子民
文章: 25
註冊時間: 2003-08-12 09:39
來自: 北一中

文章 neo[B]etas.NET »

<style type="text/css">
<!--
body {
background-color: #F7F8FC;
}
-->
</style>
《愛,幻化,狂想曲》
午夜,熟悉的四十和絃,未讀簡訊。
四年來,從沒有一天心情像現在這樣平靜,心中再也
沒有掛念,或者說……殘念。妳我曾相隔對街、一起\r
上學、一塊兒跨年;妳我曾一同哭和笑、一同煩惱、
一起被嚴謹的學校生活和瞬息萬變的社會腳步當掉。
那時妳沒喝完的飲料,在瓶中發酵;而苦悶,如今卻\r
在我內心,不斷煎熬。


有妳在歡聚歡笑每一刻 ...^________^...

==================================================
主題已鎖定

回到「外掛問題討論」