Showing a screen tip

M

Mr.Muppster

Hi all

I've managed to do hyperlinks where a screen tip is shown when a cursor is
placed over the hyperlink.

Is it possible for a screen tip to be shown above some text but without a
hyperlink be needed.

For example I'm doing a sports web page & wish to have the scorers name
shown when the cursor is placed over the scoreline.

Thanks for any help.

Mr.P
 
P

p c

Yes. In the HTML view, add the title atribute to the element you want.
It doesn't have to be a link. For a word or segement, you can use the
span tag.

<span title="tool tip text goes here">John Doe</span>

...PC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top