Found a solution!
In the code - replace the lines:
A:link {
COLOR: blue; TEXT-DECORATION: underline; text-underline: single
}
with
A:link {
COLOR: blue; TEXT-DECORATION: underline; text-underline: single ; cursor: hand
}
This makes sure that anything that is a link is pointed at with the hand cursor. I don't know why I didn't think of using CSS before - I was looking at the main body of code. :-) It's all good anyway. Should work for you! - Need a web designer? I'm your man.


