![]() ![]() ![]() ![]() |
|||||
|
|||||
樓主 龍 ![]()
![]() |
本篇文章發表於2002-09-10 19:20
|
1樓
最有價值解答
etman ![]() |
有種爛方式
<input> <img> 以上這些標籤在html是屬於獨立的(當然還有別種)所以你不管在<table>或<td>設定height他都不鳥你~~有個好方式 <style type="text/css"> .setmystyle{height:20px;width:20px} </style> <img src="aaa" class="setmystyle"> 或是 <style type="text/css"> img{height:20px;width:20px} </style> <img src="aaa"> 或 <img src="aaa" style="height:20px;width:20px"> 用這種方式吧....
本篇文章回覆於2002-09-10 23:12
== 簽名檔 ==
--未登入的會員無法查看對方簽名檔-- |
2樓
作者回應
龍 ![]() |
嗯.....謝謝阿^^我去試試看.真高興
本篇文章回覆於2002-09-10 23:45
== 簽名檔 ==
--未登入的會員無法查看對方簽名檔-- |
回覆 |
如要回應,請先登入. |