Adding a screen tip

J

JEROME

I need a cell to have a screen tip added as there is not enough room for the
text. It seems that I have to have a hyperlink before the OK button is
pushable.
Is there a way round this as I dont need a hyperlink.
Thanks in advance
 
R

Ronx

In HTML/Code view
<span title="This is a screen tip">This is the normal text</span>

Note that some (older) browsers do not display title tags, and some browsers
limit the amount of text that can be displayed.
 
S

Stefan B Rusynko

"screen tips" for links (or title attributes) are limited to ~ 64 char
You apply a screen tip to a non hyperlink use the title attribute in a span tag
as in:

<p>Some text <span title="Your TIP Here">then the other text</span> of the paragraph.</p>

--




| I need a cell to have a screen tip added as there is not enough room for the
| text. It seems that I have to have a hyperlink before the OK button is
| pushable.
| Is there a way round this as I dont need a hyperlink.
| Thanks in advance
|
|
 

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