Linked Static Text - No Pointer Finger?

I’ve got a bunch of text in some of my pages, and there are parts of the text that I have linked. On the web, the text just looks normal, which is fine, but when I put the mouse over it, the finger pointer doesn’t come up, so no one would guess it’s actually a link if they didn’t know. It still works if you click on it, but why doesn’t the mouse turn into the finger pointer?

well, dunno. It’s only gonna show the hand cursor if it’s a button. You can manually turn the hand cursor on and off with:

useHandCursor = 0 //or 1

If it’s static, you could just slap a botton over top of the text that looks the same. Quick and dirty but it would work.