|
Thanks, using your points and a bit of google, I've worked out what I wanted. Basically I didn't want to hack around with the global CSS to achieve my result, as that could effect other pages.
So what I did was put the following in the body of the html
<style type="text/css">
h2 {color: #ffffff; font-family: Arial; font-weight:bold; font-size:18px }
h2 a:hover { color: red; font-family: Arial;font-weight:bold; font-size:19px;}
</style>
What I find strange and I can't explain is the fin-size is different in both settings to keep the resulting text the same. Strange
Thanks
Dave.
|