Html ayuda x favor
Tengo el siguiente estilo definido
<STYLE TYPE="text/css" MEDIA="screen, print, projection">
<!--
.primeraspalabras {
line-height: 95px;
font-size: 30px;
}
-->
</STYLE>
lo estoy haciendo con el dreamweaver en la vista del dreamwaver funcion bien (line-height y font size) pero cuando lo ejecuto, el line-height NO FUNCIONA, x mas que le cambie el numero siempre esta igaul (cuando lo ejecuto; en la vista del dreamweaver si varia) es dentro de un frame q hay hecho. SABES QUE PUEDE SER ????
ahi va todo el codigo que tengo actualmente
<html>
<head>
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<STYLE TYPE="text/css" MEDIA="screen, print, projection">
<!--
.primeraspalabras {
line-height: 95px;
font-size: 30px;
}
-->
</STYLE>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000" background="Fondos_164_amar.jpg">
<p><SPAN CLASS=primeraspalabras><a href="index.htm" target="_parent"><img src="Numer.gif" width="20" height="20" border="0"></a>
HOME</span></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="bibliotecas.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
BIBLIOTECAS</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="bomberos.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
BOMBEROS</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="correos.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
CORREO</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="educacion.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
EDUCACION</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="eventos.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
EVENTOS</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="plazas.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
PLAZAS</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="hospitales.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
SALUD</font></b></font></p>
<p><b><font color="#FFFFFF" size="2"><a href="seguridad.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
SEGURIDAD</font></b></p>
</body>
</html>
GRACIAS DESDE YA
Atte
Jorge
<STYLE TYPE="text/css" MEDIA="screen, print, projection">
<!--
.primeraspalabras {
line-height: 95px;
font-size: 30px;
}
-->
</STYLE>
lo estoy haciendo con el dreamweaver en la vista del dreamwaver funcion bien (line-height y font size) pero cuando lo ejecuto, el line-height NO FUNCIONA, x mas que le cambie el numero siempre esta igaul (cuando lo ejecuto; en la vista del dreamweaver si varia) es dentro de un frame q hay hecho. SABES QUE PUEDE SER ????
ahi va todo el codigo que tengo actualmente
<html>
<head>
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<STYLE TYPE="text/css" MEDIA="screen, print, projection">
<!--
.primeraspalabras {
line-height: 95px;
font-size: 30px;
}
-->
</STYLE>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000" background="Fondos_164_amar.jpg">
<p><SPAN CLASS=primeraspalabras><a href="index.htm" target="_parent"><img src="Numer.gif" width="20" height="20" border="0"></a>
HOME</span></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="bibliotecas.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
BIBLIOTECAS</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="bomberos.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
BOMBEROS</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="correos.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
CORREO</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="educacion.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
EDUCACION</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="eventos.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
EVENTOS</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="plazas.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
PLAZAS</font></b></font></p>
<p><font size="2"><b><font color="#FFFFFF"><a href="hospitales.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
SALUD</font></b></font></p>
<p><b><font color="#FFFFFF" size="2"><a href="seguridad.asp" target="mainFrame"><img src="Numer.gif" width="20" height="20" border="0"></a>
SEGURIDAD</font></b></p>
</body>
</html>
GRACIAS DESDE YA
Atte
Jorge
3 respuestas
Respuesta de ajmarmar
1
Respuesta de arunchi
1
Respuesta de virmix