[問題] 圖片後面緊接著text欄位 (補上code~~~)

看板Web_Design作者 (CoMix)時間15年前 (2009/02/21 16:04), 編輯推噓1(105)
留言6則, 5人參與, 最新討論串1/2 (看更多)
剛剛問的問題忘記補上 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="
" rel="nofollow">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)

02/21 16:31, , 1F
你的HTML需要重修
02/21 16:31, 1F

02/21 17:29, , 2F
br標籤不是這樣用的吧~
02/21 17:29, 2F

02/21 17:31, , 3F
而且body竟然有兩個=_=;
02/21 17:31, 3F

02/21 23:05, , 4F
文繞圖不是應該加個float: left之類的嗎?@@a
02/21 23:05, 4F

02/22 00:02, , 5F
你圖也太多了 到底是要排哪一個XD
02/22 00:02, 5F

02/28 11:04, , 6F
這.... 什麼鬼.... 怎麼都大寫啊!
02/28 11:04, 6F
文章代碼(AID): #19dxMTtI (Web_Design)
文章代碼(AID): #19dxMTtI (Web_Design)