MAESTROS!! AYUDA CONFLICTO CSS Y HTML
Publicado por Herni (1 intervención) el 23/01/2001 00:00:00
QUIERO HACER CON HTML Y CSS UN SUMARIO DE ESA MANERA QUE INDICO PERO NO PUEDO ALINEAR EL TEXTO AL MEDIO DE LA CELDA...ES IMPOSIBLE...O NO?? AYUDAA!!!! COPIA EL TEXTO, EDITALO Y PRUEBA ,PLEASE!!!
<html>
<head>
<title></title>
<style type="text/css">
}
A:hover.tool {background-color: #CCCCCC;}
</style>
</head>
<body>
<table border="0" width="125" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#003399" height="20" align="left"> <p><a CLASS="tool" STYLE="width: 125px; height: 20px" href="http://"><b><font size="1" face="Verdana">Sumario</font></b></a></p>
</td>
</tr>
</table>
</body>
</html>
<html>
<head>
<title></title>
<style type="text/css">
}
A:hover.tool {background-color: #CCCCCC;}
</style>
</head>
<body>
<table border="0" width="125" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#003399" height="20" align="left"> <p><a CLASS="tool" STYLE="width: 125px; height: 20px" href="http://"><b><font size="1" face="Verdana">Sumario</font></b></a></p>
</td>
</tr>
</table>
</body>
</html>
Valora esta pregunta


0