Ver Mensaje Individual
  #1 (permalink)  
Antiguo 05/11/2006, 00:10
Roykssop
 
Fecha de Ingreso: octubre-2006
Mensajes: 78
Antigüedad: 17 años, 6 meses
Puntos: 1
Novatisimo ayuda plis

Buenas a todos perdon pr mi ignorancia
estoy probando i dando mis primeros pasos con estilos, pero ya me ocurre un problemita, quiero saber porque esto en dreamweaver:
Código:
<html>
<head>

<style type="text/css">
<!-- 
BODY {background:green; color:black;font-family:verdana;font-size:48px}
TABLE{border:4;bgcolor:red;bordercolor:black}
-->
</style>
</head>
<body >
<table>
  <td width="0"><th width="136">hola a todos 
</table>
</body>
</html>
No me sale igual a esto:

Código:
<html>
<head>

<style type="text/css">
<!-- 
BODY {background:green; color:black;font-family:verdana;font-size:48px}
-->
</style>
</head>
<body>
<table border=4 bgcolor=red bordercolor=black>
  <td width="0"><th width="136">hola a todos 
</table>
</body>
</html>
Desde ya muchisimas gracias

Saludos