M
Mika
Hi,
I have a HTML page which has the following CSS code:
a:link
{
text-decoration: underline;
font-weight: bold;
}
td
{
font-family: Arial, Verdana, Tahoma, sans-serif;
font-size: 9pt;
}
And here is some of the HTML code:
<table>
<tr>
<td>
<a href="home.htm" style="text-decoration: none"><font
color="#EEEEEE">Home 1</font></a>
<table>
<tr>
<td>
Text
</td>
<td>
<table>
<tr>
<td>
Text
</td>
</tr>
</table>
</td>
</tr>
</table>
<a href="home.htm" style="text-decoration: none"><font
color="#EEEEEE">Home 2</font></a>
</td>
</tr>
</table>
The problem is that Netscape 4.7 displays the link "Home 2" with Times
New Roman, not Arial. Why is that? How could I fix that?
Thanks,
Mika
I have a HTML page which has the following CSS code:
a:link
{
text-decoration: underline;
font-weight: bold;
}
td
{
font-family: Arial, Verdana, Tahoma, sans-serif;
font-size: 9pt;
}
And here is some of the HTML code:
<table>
<tr>
<td>
<a href="home.htm" style="text-decoration: none"><font
color="#EEEEEE">Home 1</font></a>
<table>
<tr>
<td>
Text
</td>
<td>
<table>
<tr>
<td>
Text
</td>
</tr>
</table>
</td>
</tr>
</table>
<a href="home.htm" style="text-decoration: none"><font
color="#EEEEEE">Home 2</font></a>
</td>
</tr>
</table>
The problem is that Netscape 4.7 displays the link "Home 2" with Times
New Roman, not Arial. Why is that? How could I fix that?
Thanks,
Mika