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á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>