how do i set screen tips for selected word in a web page

R

Ronx

Example: In code view:

<span style="color:green"; title="This is a screen tip">Selected
Word</span>

The colour is to make the word stand out from the rest of the text,
but still different from a hyperlink.
 
Top