In stead of going and changing every link for every page in the page properties. I thought i would have a go at creating a roll over link with css. I currently use the style below for most of my text in a seperate css page. Some of the text using this css style had links.
but with this all text linked or not changes colour with the cursor over it.
how do I just have the linked text change colour? And does this over ride what what is already entered into the page properties.
I want to change the mouseover colour of the links at the very bottom of my page from blue to an orange colour.
I just thought there might have been away for css to identify which were linked and just have thoughs changed.
In the end I just created an extra style for the linked text. The only problem is that I only did .whitestylenav:hover instead of .whitestylenav a:hover as below.
It seems to work ok though. If I add the 'a' on now will that knock of the css rules for each page? I might have to do it all again. That would be an extra half hour. It works I think I will just leave it how it is. Thanx for you help!!!!!