adding screen tips

J

joe

Is there any way that when you highlight a word or phrase,
you can attach a "screen tip" without designating it as a
hyperlink in frontpage 2002?

also tried coding on html but don't know if I had the
references right.

Thanks
 
R

Ronx

<span style="cursor:help;color:green;" title="This is a screen tip
thingy">word or phrase with screen tip</span>

Ron
 
R

Ronx

<span style="cursor:help;color:green;" title="This is a screen tip
thingy">word or phrase with screen tip</span>

This should be typed into the HTML view. Change the colour and cursor (or
delete the style altogether) as needed.

Ron
 
Top