I am trying to change the Font size and color in a CSS for the <H1> tag and I cannot make it change. Strikethrough or underline or background color all work fine so I obviously am accessing the correct CSS. Is it possible to change these attributes please? I am using the MS development environment and this is the code
H1
{
FONT-WEIGHT: bold;
FONT-SIZE: 8pt;
COLOR: red;
FONT-FAMILY: verdana, arial, sans-serif
}
Thanks
Stephen
H1
{
FONT-WEIGHT: bold;
FONT-SIZE: 8pt;
COLOR: red;
FONT-FAMILY: verdana, arial, sans-serif
}
Thanks
Stephen