steve wrote:Sorry, the FAQ was out of date; the file is now called weatherstyle.css and is in the same place on your web site as the index.htm file etc.
Thanks i have found these files under the heading weatherstyle on my c drive
But not sure which one i need to remove don't want to remove the
hi & h2 both mention lowercase
wrong one and mess things up
@charset "UTF-8";
body {
background-color: #FFFFFF;
font-family: Verdana, Helvetica, sans-serif;
font-size: 10pt;
color: #585858;
text-align: left;
background-attachment: fixed;
background-image: url(images/picture.jpg);
background-repeat: no-repeat;
background-position: left bottom;
}
#content {
margin-top: 5%;
margin-right: 20%;
margin-bottom: 5%;
margin-left: 20%;
}
h1 {
font-size: 150%;
font-weight: bold;
text-transform: lowercase;
color: #678090;
letter-spacing: 0.7em;
padding-bottom: 1em;
text-align: left;
}
h2 {
font-size: 125%;
font-weight: bold;
color: #6F9DBE;
letter-spacing: 0.4em;
text-transform: lowercase;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
}
a {
color: #FF6600;
text-decoration: none;
font-weight: normal;
}
a:visited {
text-decoration: none;
color: #CC6600;
}
a:hover {
text-decoration: underline overline;
color: #6F9DBE;
}
a:active {
text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {