Demo

討論

保持飢餓,保持愚笨 (Stay hungry, stay foolish)。 史蒂夫·賈伯斯

公告

本網站已取消討論區的討論方式,如果您有問題請至LINE群行動條碼圖片網址,或Facebook社團

joomla 1.51 表單問題

  • college
  • college 的個人頭像 Topic Author
  • 訪客
  • 訪客
2010-03-20 14:26 #17634 來自 college
college created the topic: joomla 1.51 表單問題
請問各位大大:

為何在Frontpage中設計好的輸入表單轉貼到joomla1.51的文章中存檔後會亂掉?

是因為html語法不相容嗎?還是其他的因素呢?

該如何解決呢?

有請大大門指點迷津!

謝謝!

Please 登入 to join the conversation.

  • sunlango
  • sunlango 的個人頭像
  • 訪客
  • 訪客
2010-03-22 13:16 #17648 來自 sunlango
sunlango replied the topic: joomla 1.51 表單問題
1 有可能是網頁寬度問題
ex 你的設計是在800*600的環境下做設計
而你的文章呈現區小於或大於你的環境

或者將你的表單原始碼貼上來看看吧

Please 登入 to join the conversation.

  • college
  • college 的個人頭像 Topic Author
  • 訪客
  • 訪客
2010-03-22 16:33 #17650 來自 college
college replied the topic: joomla 1.51 表單問題
您好:

感謝回函!

程式碼如下:


<div id="sidebar1" class="sidebar section section"><div id="HTML12" class="widget HTML">
<div class="widget-content">
<div class="textwidget"><form action="http://www.vemmabuilder.com/26221972" name="form" method="post">
<table cellspacing="0" bordercolor="#ffffff" align="center" bordercolordark="#ffffff" cellpadding="0" bordercolorlight="#ffffff" width="317" class="formfont">
<tbody><tr>

<td width="144" class="formfont">名字:</td>
<td width="181" class="item"><input maxlength="50" value="" name="surveyFirstName" size="25" align="left" type="text" /></td>
</tr>


<tr>
<td class="formfont">姓氏:</td>
<td class="item"><input maxlength="50" value="" name="surveyLastName" size="25" align="left" type="text" /></td>

</tr>


<tr>
<td class="formfont">連絡電話:</td>
<td class="item"><input maxlength="30" value="" name="surveyPhone" size="25" align="left" type="text" /></td>
</tr>

<tr>
<td class="formfont">電子信箱:</td>
<td class="item"><input maxlength="50" value="" name="surveyEmail" size="25" align="left" type="text" /></td>

</tr>

<tr>
<td class="formfont">再次輸入電子信箱:</td>
<td class="item"><input maxlength="50" value="" name="surveyConfirmEmail" size="25" align="left" type="text" /></td>
</tr>

<tr>

<td class="formfont">國家地區:</td>
<td class="item"><select class="formfont" name="surveyCountry"><option value="" />請選擇國家<option value="1" />United
States<option value="12" />Australia<option value="13" />Austria<option value="36" />Canada<option value="78" />Germany<option value="98" />Indonesia<option value="99" />Ireland<option value="103" />Japan<option value="123" />Malaysia<option value="147" />New
Zealand<option value="163" />Philippines<option value="183" />Singapore<option value="184" />Slovenia<option value="197" />Taiwan<option value="213" />United
Kingdom</select></td>
</tr>

<tr>

<td width="101" class="formfont">我每個月想賺取:</td>
<td width="233" class="item"><select class="formfont" name="surveyIncomeGoal"><option value="" />請選擇<option value="0" />每個月少於
$1,000美元<option value="1" />每個月 $1,000美元<option value="2" />每個月
$3,000美元<option value="3" />每個月 $5,000美元<option value="4" />每個月
$10,000美元以上</select></td>
</tr>

</tbody></table>

<div align="center">
<p><font color="#9966ff"><input value="免費註冊" name="surveysubmit" onclick="exit=false" type="submit" /></font></p>
</div>

上述程式碼貼在google部落格也是一樣,表單上方空出一大塊消不去的空白,真不知該如何解決!!

謝謝您!

Please 登入 to join the conversation.

  • sunlango
  • sunlango 的個人頭像
  • 訪客
  • 訪客
2010-03-22 18:44 #17651 來自 sunlango
sunlango replied the topic: joomla 1.51 表單問題
你可以先安裝firefox 再安裝其firebug
一般如果找不到錯誤,可以用這個方法來找尋
按下F12>> 點選觀察元素(蟑螂旁邊的按紐)>> 在你的空白頁面上點選
觀察是CSS佈景或是程式碼的問題

另可將圖PO上一看嗎?
有圖有真相…
己方測試你的表單程式正常…

Please 登入 to join the conversation.

  • college
  • college 的個人頭像 Topic Author
  • 訪客
  • 訪客
2010-04-01 08:18 #17690 來自 college
college replied the topic: joomla 1.51 表單問題
謝謝您的回覆
附圖如下:[attachment=0:2k9f9m9h]<!-- ia0 -->sample.jpg<!-- ia0 -->[/attachment:2k9f9m9h]
感恩!
附件:

Please 登入 to join the conversation.

  • sunlango
  • sunlango 的個人頭像
  • 訪客
  • 訪客
2010-04-06 13:32 #17711 來自 sunlango
sunlango replied the topic: joomla 1.51 表單問題
應該是你的文章編輯器問題
你可以使用FCK或是JCE編輯器
網路上都有相關資料

參閱以下做法
附件:

Please 登入 to join the conversation.