Actualmente el que tengo es:
Código: Seleccionar todo
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>aw plus!</title>
<script language="javascript">
function reset() {
var username = window.document.flogin.username.value
window.document.flogin.username.value = ""
}
function login() {
var username = window.document.flogin.username.value
document.location = "users/" + username + "/index.html"
}
</script>
<link href="plus.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="100%" border="0">
<tr>
<td width="200" height="200" class="logo"><p><span class="logoaw">aw</span><br />
<span class="logoplus">plus</span> </p> </td>
<td width="*"> </td>
</tr>
<tr>
<td> </td>
<td><h1>Inicio de sesión</h1></td>
</tr>
<tr>
<td> </td>
<td> <form method="POST" action="--WEBBOT-SELF--" name="flogin">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="200">
Nombre de usuario:</td>
<td width="*">
<input name="username" type="text" value="" size="20" /></td>
</tr>
<tr>
<td colspan="2">
<table cellpadding="0" cellspacing="0" width="50%" height="32">
<tr>
<td width="*">
</td>
<td width="125" onClick="login();">
<p class="blogin">Inicia sesión</p></td>
<td width="*">
</td>
<td width="125" onClick="reset();">
<p class="breset">Borrar</p></td>
<td width="*">
</td>
</tr>
</table>
</td>
</tr>
</table>
</form></td>
</tr>
</table>
</body>
</html>
Gracias a todos de nuevo.