You probably just need to change the font settings (font selection & size) in 
Netscape and Konqueror. All the browsers should implement the HTML properly 
(except maybe IE), but some browsers will render the page on a smaller scale 
than others.

On Mon, 23 Jul 2001 11:08, L.V.Gandhi wrote:
> 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?

-- 
Sridhar Dhanapalan.
        "There are two major products that come from Berkeley:
        LSD and UNIX. We don't believe this to be a coincidence."
                -- Jeremy S. Anderson

Reply via email to