אשכול: שאלה בHTML??
View Single Post
ישן 16-04-09, 01:53   # 8
YinonOzery
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Apr 2009
הודעות: 62

YinonOzery לא מחובר  

HTML קוד:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html dir='ltr' xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
	<head>
	<title>WoW</title>
	<meta http-equiv="content-type" content="text/html; charset=windows-1255" />
	</head>
<body style="background-color: #FFDAB9; margin: 0;">

	<div style='background-color: #F5F5DC ; width: 100%; height: 400px;'>
		<div style='text-align: center; font-family: arial; font-size: 36px; color:#FFDAB9; padding-left: 25px; padding-top: 20px;'>
		<u>LOGIN</u>
			<div style='float: center; font-family: arial; font-size: 18px;'>
			fill user name.<br />fill password.
			</div>
		</div>
		<table border="0">  
		<tr>  

		<div style='text-align: center; font-family: arial; font-size: 12px; padding-top: 150px;'>
			<div style='background-color: #fafafa; width: 100%;'>
				<div style='float: left; padding-top: 10px; color: #ff0000; padding-left:5px; font-weight: bold; margin:0px'>USER-NAME</div>
				<td><input type="text" name="text" /></td>
			</div>
		</div>   

		<th><div style='text-align: center; font-family: arial; font-size: 12px;'>
			<div style='background-color: #fafafa; width: 100%;'>
				<div style='float: left; padding-top: 5px; color: #ff0000; padding-left:5px;'>PASSWORD</div></th>
				
				<td><input type="password" name="password1"></td>

				<th><div style='text-align: center; font-family: arial; font-size: 12px;'>
			<div style='background-color: #fafafa; width: 100%;'>
				<div style='float: left; padding-top: 5px; color: #ff0000; padding-left:5px;'>MAIL</div></th>


				<td><input type="mail" name="mail" /></td>
<td align="center"><input type="button" name="button" value="שלח" onclick="window.open('http://webmaster.org.il');"></td>
				</tr>  
				</table>
			</div>
		</div>   
	</div>

</body>
</html>
תגיד לי אם עובד
  Reply With Quote