anissa
11-25-2002, 09:56 PM
I have the following code:
<p><b>This is to be bold</b></p> with the stylesheet set at:
LI, P, OL, UL, TD{
font-family: Arial, Helvetica;
font-size: 8pt;
margin-right: 10px;
margin-left: 20px;
font-weight: normal;
}
In all Windows platforms and in Mac/IE 5, the bold is being rendered in both IE and NS. But in NS/Mac OSX it is not. Any ideas? I have tried:
B{
font-weight: bolder !important;
}
but it doesn't seem to help.
<p><b>This is to be bold</b></p> with the stylesheet set at:
LI, P, OL, UL, TD{
font-family: Arial, Helvetica;
font-size: 8pt;
margin-right: 10px;
margin-left: 20px;
font-weight: normal;
}
In all Windows platforms and in Mac/IE 5, the bold is being rendered in both IE and NS. But in NS/Mac OSX it is not. Any ideas? I have tried:
B{
font-weight: bolder !important;
}
but it doesn't seem to help.