1 頁 (共 1 頁)

[問題]如何斷開討論區

發表於 : 2004-08-29 18:56
ShiauXiao
如下二圖所示:
圖一             圖二
圖檔  圖檔

預設的沒有,但是藍色天空大大的有,
請問要何辦到呢@@?
煩請見教m(_-_)m

發表於 : 2004-08-29 18:57
StickyKid
歐~那個喔...html碼的問題
在templates/subSilver/index_body.tpl 內\r
我先開來猜猜看(爆)

發表於 : 2004-08-29 19:05
StickyKid
找<!-- BEGIN catrow -->
把它移動到\r
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
上面\r
然後
在 <!-- END forumrow -->和<!-- END catrow -->之間
放一個<br>

發表於 : 2004-08-29 21:47
webspirit

發表於 : 2004-08-29 22:39
藤原文太
那又辦法跟隨意空間的一樣嗎^^比較美觀說\r
如果用簡單的隔開會是\r
版面\r
分區標題
討論版
有什麼比較簡單能做到跟隨意空間的一樣呢?
分區標題
版面\r
討論版

發表於 : 2004-08-29 22:52
天霜
有什麼比較簡單能做到跟隨意空間的一樣呢?
分區標題
版面
討論版
#
#-----[ OPEN 打開 ]------------------------------------------------
#

代碼: 選擇全部

templates/subSilver/index_body.tpl
#
#-----[ FIND 尋找 ]------------------------------------------------
#

代碼: 選擇全部

  <tr> 
	<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
	<th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
	<th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
	<th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
  </tr>
#
#-----[ FIND 尋找 ]------------------------------------------------
#

代碼: 選擇全部

  <tr> 
	<td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td>
	<td class="rowpic" colspan="3" align="right"> </td>
  </tr>
找到的這兩塊互相對調就行了~

發表於 : 2004-08-29 22:58
webspirit
打開
/templates/subSilver/index_body.tpl

找到\r
<tr>
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
<th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>
<!-- BEGIN catrow -->
<tr>
<td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td>
<td class="rowpic" colspan="3" align="right"> </td>
</tr>

換成
<!-- BEGIN catrow -->
<tr>
<td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td>
<td class="rowpic" colspan="3" align="right"> </td>
</tr>

<tr>
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
<th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>

發表於 : 2004-08-30 01:58
藤原文太
那分區的間隔呢?要從那邊調整呢

發表於 : 2004-08-30 06:55
webspirit
我在第四篇不就說了?
樓上的大哥您是怎麼了?

發表於 : 2004-08-31 22:23
藤原文太
呃~抱歉~說得不清楚讓你誤會了
我是指~分區的間隔距離是否能調近一點呢?

發表於 : 2004-08-31 22:42
webspirit
怎麼調近?
HTML 裡不是用<br>就是用<p>來間隔
難道你想用 pixel?
這我不會

發表於 : 2004-09-07 19:37
[ffs]hunej
我是企CSS改~~~先把高條大,再把分區背景的圖檔在上下加上一些控格