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:
Gracias a todos <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 />