作者CoMix (CoMix)
看板Web_Design
標題[問題]
時間Sat Feb 21 16:04:41 2009
剛剛問的問題忘記補上 code ^^"
我想要讓我的網頁達到這樣的介面 圖片的後面可以緊接著text的欄位
┌─┐ ┌───────────┐
│圖│ │ text │
└─┘ └───────────┘
補上程式碼 ^^"
<html>
<head>
<style>
INPUT {
BORDER-RIGHT: #ddd 1px solid;
BORDER-TOP: #ddd 1px solid;
FONT-SIZE: 10pt;
BORDER-LEFT: #ddd 1px solid;
COLOR: #555;
BORDER-BOTTOM: #ddd 1px solid;
FONT-FAMILY: verdana;
}
</style>
</head>
<BODY BGCOLOR="#EEEEEFF">
<body>
<center><img src="
http://192.168.141.67/contest/item/Log_in.png"></img><br>
<BR>
<DIV style="border:1px solid #777777;padding:0px 130px 0px 90px
;margin-bottom:12px;">
<form method="post" action="">
<table border="0">
<img src="item/User.png">
<input type="text" name="user"><br>
<img src="item/Password.png">
<input type="password" name="pw"><br>
<tr>
<input type="submit" value="Login">
<input type="reset" value="Reset">
</tr>
</table>
<input type="hidden" name="hide" value="1">
</form>
</div>
<BR>
<BR>
<img src="item/Copyright.png">
</body>
</html>
--
看著遠方香草天空想妳的笑容
走在熱鬧的午後街道品嚐著寂寞
∮CoMix
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 210.71.22.22
※ 編輯: CoMix 來自: 210.71.22.22 (02/21 16:06)
→ darKyle:你的HTML需要重修 02/21 16:31
→ asamoon2008:br標籤不是這樣用的吧~ 02/21 17:29
→ asamoon2008:而且body竟然有兩個=_=; 02/21 17:31
→ Mature:文繞圖不是應該加個float: left之類的嗎?@@a 02/21 23:05
推 fotofolio:你圖也太多了 到底是要排哪一個XD 02/22 00:02
→ zusocfc:這.... 什麼鬼.... 怎麼都大寫啊! 02/28 11:04