![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
17/11/2003, 13:52
|
![Avatar de 00israel](http://static.forosdelweb.com/customavatars/avatar3020_1.gif) | | | Fecha de Ingreso: enero-2002 Ubicación: madrid
Mensajes: 636
Antigüedad: 23 años Puntos: 5 | |
bien mira un ejemplo, este es el codigo de una simple pagina:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="sin%20t%92tulo.css" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="300" border="0">
<tr>
<td class="unnamed1">son las 3:30</td>
</tr>
</table>
</body>
</html>
y este el CSS:
.unnamed1 { font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-align: centre}
Bien pues no me funciona el centrado ¿porque? |