Ver Mensaje Individual
  #10 (permalink)  
Antiguo 05/04/2005, 04:03
Duti
 
Fecha de Ingreso: marzo-2005
Mensajes: 19
Antigüedad: 19 años, 1 mes
Puntos: 0
Cita:
Iniciado por braulito
Pega tu código PHP para que podamos corregirlo.

<html>
<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body,td,th {
color: #FFFFFF;
}
body {
background-image: url(graficos/fondoacceso.jpg);
}
.Estilo2 { font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 9px;
}
-->
</style></head>

<body>
<p align="center">&nbsp;</p>
<table width="200" border="0" cellspacing="1" cellpadding="1">
<tr>
<td height="113"><form name="form1" method="post" action="clientes.php">
<p align="center"> <span class="Estilo2">USUARIO<br>
<input name="user" type="text" id="user" size="10">
<br>
</span><span class="Estilo2">PASSWORD<br>
</span>
<input name="pass" type="password" id="pass" size="10">
<br>
<input name="imageField" type="image" src="graficos/entrar.gif" width="69" height="24" border="0">
</p>
</form>
</td>
</tr>
</table>
<p align="center">&nbsp;</p>
</body>
</html>

Gracias ;)