編碼問題....

2007-03-10 2:12 am
<input name="entrypwd" type="password" style="font-size:12px;font-family:Verdana;color:#666666;height:18px;border:1p solid #7F9DB9;background-color: #FAFAFA;" size="15" maxlength="12">
 <button type="submit" name="Submit" style="font-size:12px;font-family:Tahoma,Verdana;height:22px;"> 送出 </button>
<input name="pwdentryid" type="hidden" value="5443002">
請自己轉返半寫

回答 (1)

2007-03-16 10:50 am
✔ 最佳答案
改作咁啦:
< style>.passwordBtn{font-size:12px;font-family:Verdana;color:#666666;height:18px;border:1p solid #7F9DB9;background-color: #FAFAFA;}
.submitBtn{font-size:12px;font-family:Tahoma,Verdana;height:22px;}
< /style>
< input name="entrypwd" type="password" maxlength="12" class="passwordBtn">
 
< input type="submit" name="Submit" value="送出" class="submitBtn">
< input name="pwdentryid" type="hidden" value="5443002">

利用css(即係< style>...... < / style> )方便好多

2007-03-16 02:52:58 補充:
改返d > 做 < 做


收錄日期: 2021-04-12 18:52:07
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20070309000051KK02481

檢視 Wayback Machine 備份