Hello Again All,
Just getting back to my original style sheet, I can alter the colour of the
Tag but not any of the other tags.
I used:-
h1, h2, h3, h4, h5 {
margin: 0;
color: #D50672;
}
/* Header */
#header {
width: 700px;
margin: 0 auto;
color: ;
}
#header h1 {
float: left;
margin: 0px 0 0 0px;
font-size: 50px;
letter-spacing: -7px;
}
#header h2 {
float: right;
margin: 40px 20px 0 0;
font-size: 18px;
letter-spacing: -2px;
}
The colour #D50672 is a purple and the other tags are grey.
Thanks as always,
Best wishes
Graeme