Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/10/2005, 18:36
carceron
 
Fecha de Ingreso: junio-2003
Ubicación: Cali
Mensajes: 80
Antigüedad: 20 años, 10 meses
Puntos: 0
Problema Con Body Y Font-size

Lo que pasa es que quiero saber si en una hoja de estilos en la
etiqueta body puedo colocar el tamaño que quiero que tenga mi
sitio..es que no me quiere funcionar y no encuentro que es lo que pasa

Mando el html para ver si me pueden ayudar

Como se darán cuenta el font-size está en 8, pero no
funciona...

Muchas gracias

<html>
<head>
<title>
.:P&aacute;gina principal de egresados:.
</title>
<style type="text/css">
body{font-size:8px;font-family:Verdana, Arial, Helvetica, sans-serif}
</style>
</head>
<body topmargin=0 leftmargin=0>
<table width='778' border='0' cellpadding=0 cellspacing=0>
<tr>
<td valign=top >
<img src='http://salud.univalle.edu.co/~egresados/InterfazGrafica/website_egresados/imagenes/top.jpg'
width='617' height='99' border='0' usemap='#Map'>
</td>
</tr>
<td>Aqui se listan las opciones</td><tr>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>