Page is a not externally linkable
Certificates - 7:05 am on Oct 24, 2011 (gmt 0)
If this is the best solution
So you could do something like
<p class="copy">Copyright </p>
and
p.copy:after {
content: " 1999-2011"
}
Are you saying that this bit goes on the web page ?
<p class="copy">Copyright </p>
and this
p.copy:after {
content: " 1999-2011"
}
Goes in the style sheet ?
It seems all so much different from what I'm used to ! I have really tried to do it myself having got books from the library but it's not easy reading
Thanks