ti è mai capitato di mettere il tag body all'interno della cella??
<td><body></body></td>
non si può fare
#id_news
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: #000000;
text-decoration: none;
}
#id_news a {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: #000000;
text-decoration: underline;
}
#id_news a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: underline;
}
#id_news a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: #FF0000;
text-decoration: underline;
}
#id_news a
significa: x i tag <a> presenti nell'elemento ke ha come ID ID_NEWS
capito?
![]()