Hi, re the "hover":
I use CC Editor but my knowledge of coding is very basic - I tried this little bit of code in a new page:
<a class="hover" href="" title="This is a link">Hover Over This</a>
Basically it's a link with nowhere to go (
href=""), it seems to work in FireFox and IE7 OK, i.e. the text in the
title="etc" attribute shows up on mouse hover, but ...
clicking on it in IE7 brings up Windows Explorer and shows the local disc directory I'm working in - I don't know how this will work after being uploaded to a server as I haven't tried it.
Also there are probably reasons why this method is "not a good idea" e.g. I bet it sets up an error when validated, so I'm hoping someone with more coding savvy than me will set me straight if necessary.
PS use the
class="hover" (or whatever you want to name it in your *.css file) to make the words look like regular words and not like the standard blue underlined link, if that's how you want it.