主機空間:竹貓星球
最近在我的論壇改風格,本身只會一點點的html語法(國中學的),
不會用CSS,之前也沒聽過DIV這東西 >< 常常會被表格搞的很亂,
現在裝了一個最新發表主題的mod,但是我怎麼修改都會凸出來,很醜!
請大大幫忙一下,看看我哪裡多表格?或是寫不正確?
我的論壇位置 http://www.dotawo.com
進去第一眼就可以看到那很突兀的方塊!
拜託了...謝謝!(想要自改風格...真是耗時費力阿
-EE_David-
版主: 版主管理群

代碼: 選擇全部
<table width="650" height="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td valign="top">
<table width="650" border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
<tr>
<th align="center" class="thCornerL" width="20%"> {L_FORUM} </th>
<th align="center" class="thTop" width="40%"> {L_TOPICS} </th>
<th align="center" class="thTop" nowrap> {L_AUTHOR} </th>
<th align="center" class="thTop" nowrap> {L_REPLIES} </th>
<th align="center" class="thTop" nowrap> {L_VIEWS} </th>
<th align="center" class="thCornerR" 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" nowrap><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>所以Top 5的部份若有版面名稱或主題長度將不理會<th>裡的20%及40%設定, 所以會爆表<!-- 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" nowrap><span class="topictitle"><a href="{toprow.TOPIC_URL}" target="_top" class="topictitle">{toprow.TOPIC}</a></span></td>