1 頁 (共 1 頁)

[問題] 我的表格怪怪的

發表於 : 2005-07-16 17:21
小郭
我是使用 Aeolus 的風格\r
不知道是否是裝CASHMOD時有動到還是怎樣的.....
我的論壇開了投票之後就會變成這樣\r
圖檔
圖檔

請問要如何才能恢復正常?

發表於 : 2005-07-16 21:01
~倉木麻衣~
那個應該是你又自行在投票結果的表格上下加了外框所造成的
試看看這樣子改\r

代碼: 選擇全部

#
#--------[ OPEN ]----------------
#
templates/YourTemplates/viewtopic_poll_result.tpl

#
#--------[ FIND ]----------------
#
{TPL_HDR1}<span class="cattitle">{MESSAGE_TITLE}</span>{TPL_HDR2}<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
<tr> 
  <td class="row2" colspan="2"><br clear="all" />

#
#--------[ REPLACE WITH ]----------------
#
<tr> 
  <td class="row2" colspan="2"><br clear="all" />
  {TPL_HDR1}<span class="cattitle">{MESSAGE_TITLE}</span>{TPL_HDR2}<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">

#
#--------[ FIND ]----------------
#
	<br clear="all" />
  </td>
</tr>
</table>{TPL_FTR}

#
#--------[ REPLACE WITH ]----------------
#
	{TPL_FTR}
	<br clear="all" />
  </td>
</tr>

#
#--------[ OPEN ]----------------
#
templates/YourTemplates/viewtopic_poll_ballot.tpl

#
#--------[ FIND ]----------------
#
{TPL_HDR1}<span class="cattitle">{MESSAGE_TITLE}</span>{TPL_HDR2}<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
			<tr>
				<td class="row2" colspan="2"><br clear="all" /><form method="POST" action="{S_POLL_ACTION}"><table cellspacing="0" cellpadding="4" border="0" align="center">

#
#--------[ REPLACE WITH ]----------------
#
			<tr>
				<td class="row2" colspan="2"><br clear="all" />
				{TPL_HDR1}<span class="cattitle">{MESSAGE_TITLE}</span>{TPL_HDR2}<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
				<form method="POST" action="{S_POLL_ACTION}"><table cellspacing="0" cellpadding="4" border="0" align="center">

#
#--------[ FIND ]----------------
#
				</table>{S_HIDDEN_FIELDS}</form></td>
			</tr>
</table>{TPL_FTR}

#
#--------[ REPLACE ]----------------
#
				</table>{S_HIDDEN_FIELDS}</form>
				{TPL_FTR}
				</td>
			</tr>

#
#--------[ SAVE/CLOSE ALL FILES ]----------------
#
# EoM
viewtopic_poll_ballot.tpl 的部份不能確定, 因為必須為會員或有投票權限才看到的
因此viewtopic_poll_ballot.tpl的部份是否能正常就不敢確定了

發表於 : 2005-07-16 22:02
小郭
我沒有動那個檔案耶!@@ 我會試試看您的方法的,謝謝喔

發表於 : 2005-07-17 12:22
問題狂
檢查一下posting_body.tpl
說不定有效 :-P