C
Chris Mitchell
I have the following in my styles.css page:
h1 {font-family:Arial; font-size:30pt; }
h1 {color: #003399; }
h2 {font-family:Arial; font-size:22pt; }
h2 {color: #003399; }
h3 {font-family:Arial; font-size:12pt; font-weight:bold; }
h3 {color: #003399; }
body {font-family:Arial; font-size:12pt; }
body {color: #003399; }
plaintext {font-family:Arial; font-size:12pt; }
plaintext {color: #003399; }
smalltext {font-family:Arial; font-size:10pt; }
smalltext {color:#003399; }
I know other pages are picking this up since I can cahnge the h1, h2 etc
text size and this is reflected in the other pages, but they don't pick up
the colour (color). I would like all text to be the same colour (color)
#003399.
What am I doing wrong?
Is there and easy way to make all text the same font and colour (color)?
TIA
Chris.
h1 {font-family:Arial; font-size:30pt; }
h1 {color: #003399; }
h2 {font-family:Arial; font-size:22pt; }
h2 {color: #003399; }
h3 {font-family:Arial; font-size:12pt; font-weight:bold; }
h3 {color: #003399; }
body {font-family:Arial; font-size:12pt; }
body {color: #003399; }
plaintext {font-family:Arial; font-size:12pt; }
plaintext {color: #003399; }
smalltext {font-family:Arial; font-size:10pt; }
smalltext {color:#003399; }
I know other pages are picking this up since I can cahnge the h1, h2 etc
text size and this is reflected in the other pages, but they don't pick up
the colour (color). I would like all text to be the same colour (color)
#003399.
What am I doing wrong?
Is there and easy way to make all text the same font and colour (color)?
TIA
Chris.