Tema: CuteNews
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 08/10/2005, 20:30
Avatar de izar
izar
 
Fecha de Ingreso: enero-2004
Mensajes: 519
Antigüedad: 21 años
Puntos: 1
CuteNews

Buenos dias a todos. Estoy intentando modificar el tamaño de letra de la seccion active news, en la parte de noticia corta (short-story) pero no me deja, y deja el texto con un tamaño fijo. El tamaño de otras secciones lo puedo modificar sin problemas. Pense que podria ser problema con la hoja de estilos externa, pero no es.

Aqui os dejo el codigo que tengo en la seccion active news. y en negrita la parte que no me modifica (le ponga el valor que le ponga, el tamaño de letra siempre es el mismo....)
Código:
<style type="text/css">
a:link {
text-decoration: none;
border-bottom: 0px solid #e2e2e2;
color: #000000;
}
a:visited {
text-decoration: none;
border-bottom: 0px solid #e2e2e2;
color: #000000;
}
a:hover {
text-decoration: none;
border-bottom: 0px solid #59AAEE;
color: orange;
}
a:active {
text-decoration: none;
border-bottom: 0px solid #e2e2e2;
color: red;
}
</style>



<table border="0" width="100%" cellspacing="1" cellpadding="3" style="border-left: solid  silver 1px; border-right: solid  silver 1px; border-bottom: solid  silver 1px;padding-top:0px" >
<tr>
<td width="100%" style="text-align:justify;background-color:orange;color:white;font-size:20px">
<b>{title}</b>
</td>
</tr>
<tr>
<td width="100%" style="text-align:justify;background-color:orange;color:white;font-size:20px">
<b>{short-story}</b>
</td>
</tr>
<tr>
<td width="100%">
<table border="0" style="border-top: 1px dotted #f2f3f3; font:10px Georgia,Verdana,sans-serif; color:black" width="408" cellspacing="0">
<tr>
<td width="220"><i>{date} por {author}</i><br></td>
<td width="168" ><div align=right>[full-link] Leer más ...[/full-link]    [com-link]comentarios ({comments-num})[/com-link]<br> 
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
Gracias a todos