Hi there shaunysj,
try it like this...
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="english">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>Untitled Document</title>
<style type="text/css">
body {
font-family:verdana,arial,sans-serif;
font-size:16px;
background-color:#f0f0f0;
}
#form-1 {
width:275px;
padding:10px 20px 0;
background-color:#000;
}
#form-1 label {
float:left;
clear:both;
width:82px;
margin-bottom:10px;
font-size:90%;
color:#fff;
}
#form-1 input {
width:174px;
margin-bottom:10px;
}
</style>
</head>
<body>
<form id="form-1" action="#">
<div>
<label for="lgn">Login:</label>
<input id="lgn" type="text">
<label for="pwd">Password:</label>
<input id="pwd" type="text">
</div>
</form>
</body>
</html>
coothead
Bookmarks