I am new to this CSS system having used plain old HTML with millions of tags for the last ten years.
At the bottom of my web pages is the phrase Copyright 1999-2011.
When the year changes every year I update this on over 100 pages.
Can you use a CSS Sheet to do it ?
At present the very simple shee I am using is below
body {
color: black; font-weight:bolder;font-style:italic;font-size: 15px;;
background-color: aqua }
table,td,th
p { font-size: 15px;font-style:italic;font-weight:bold}
a:link {
color: black }
a:visited {
color: black }A{text-decoration:none}
Thanks very much
Antony