M
Martin
I have these entries in a .css file that is linked to several
different web pages:
body
{font-family:arial; font-weight:bold;
background-image:"../WebGraphics/background.gif"; }
table
{font-family:arial; font-weight: bold;}
But on some pages, the bold font is not being used in a table. The
only thing I can see is that these tables happen to be in a FORM.
Could that be the problem? Or should I be looking for something else?
different web pages:
body
{font-family:arial; font-weight:bold;
background-image:"../WebGraphics/background.gif"; }
table
{font-family:arial; font-weight: bold;}
But on some pages, the bold font is not being used in a table. The
only thing I can see is that these tables happen to be in a FORM.
Could that be the problem? Or should I be looking for something else?