It doesn't work for the following class which is in the external style sheet.
.fontColor{
color: #003366;
font-family: Times;
font-size: 14;
}
I am using this class in the html page as follows
<font class=fontColor>text</font
But this class does not display its effect after the rows are sorted. All other classes work fine.
Main Topics
Browse All Topics





by: anshul9189Posted on 2003-11-01 at 00:29:53ID: 9662315
to be more specific
It is not working for only this class which I have in the external style sheet
.fontColor{
color: #003366;
font-family: Times;
font-size: 14;
}
For other classes it is working fine.