Hola.
Este es el código de la pagina html que estoy haciendo...
Código:
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>formulario</title>
<link rel="STYLESHEET" type="text/css" href="../../estilos.css" />
</head>
<body>
<table class="centrada" background="bannerweb2.jpg" width="700" height="600">
<tr>
<td class="centrado">
<form action="valida_correo.php" method="post">
<P class="linea"><strong><i>Introduce tu correo electrónico</i></strong></p>
<input type="text" name="correo" width="100" />
<br /><br />
<input type="submit" value="Suscripción">
</form>
</td>
</tr>
</table>
</body>
</html>
Necesito que aparezca centrado el formulario independientemente del explorador que se use.
Gracias