אשכול: שאלה בHTML??
View Single Post
ישן 23-03-09, 22:10   # 6
nissim.g
חבר חדש
 
מיני פרופיל
תאריך הצטרפות: Mar 2009
מיקום: נתניה
הודעות: 36

nissim.g לא מחובר  

תראה עשיתי את הטבלה כמו שאמרת אבל אני לא טוב
כל כך בטבלאות אז הינה הקוד המשופר אם הטבלאות
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>  

		<th><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: 5px; color: #ff0000; padding-left:5px;'>USER-NAME</div></th>
				<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>
				</tr>  
				</table>

		 <br><input type="button" name="button" value="שלח" onclick="window.open('http://webmaster.org.il');"><br>
			</div>
		</div>   
	</div>

</body>
</html>
תודה מראש על העזרה

Last edited by nissim.g; 23-03-09 at 22:15..
  Reply With Quote