I had a cell in a table as given below which gave bigger fonts in winme ns 
and IE and also in mozilla and galeon. But in ns and konq in linux gave small 
fonts.
<td bgcolor="#ff00ff"><font size="7" color="#FFFFFF" face="Arial
Black, Photina Casual Black, Tahoma"><b><center>XYZ</center></b></font></td>
Now I wanted to shift the font to stylesheet. I have done as below.
.pt {
         color: white;
         font-weight: bold;
         font-size: 7;
         font-family: arial, helvetica, Tahoma, sans-serif;
}
While testing I used the variants of class as td.pt and also font.pt
I have the following lines in page.
<link rel="stylesheet" type="text/css" href="mystyle.css" />

.......
in body in a table,
<td bgcolor="#ff00ff"><class="pt">XYZ</td>
for td.pt 
<td bgcolor="#ff00ff" class="pt">XYZ</td>
for font.pt
<td bgcolor="#ff00ff"><font class="pt">XYZ</font></td>
Nothing works as the original lines in any of the browsers. Any clues?
-- 
L.V.Gandhi
203, Soundaryalahari Apartments, Lawsons Bay colony, Visakhapatnam, 530017
MECON, 5th Floor, RTC Complex, Visakhapatnam AP 530020 INDIA
[EMAIL PROTECTED],  [EMAIL PROTECTED] linux user No.205042

Reply via email to