How to create bubbles or screentips w/ no hyperlink

G

Guest

In Frontpage of Word, I want to make some messages pop-up when the cursor
highlights some areas of my page. Screentips are great but:
-They have to have a hyperlinked page attached to them,
-The area of the text displayed is not editable.

I want to display for instance in a yellow background bubble / screentip:
"bla bla bla bla bla
bla bla bla bla bla bla bla
bla bla
bla"
And this message would pop up when the mouse goes over one sentence of my
text in my Word or Frontpage page.

I tried "pop-ups" but they dont match with my idea.
I tried "screen tips" but see above what I dont like.
I tried "hotspots" but they are restricted to images.

Thanks for helping me out.
 
T

Trevor Lawrence

Kapigreg said:
In Frontpage of Word, I want to make some messages pop-up when the cursor
highlights some areas of my page. Screentips are great but:
-They have to have a hyperlinked page attached to them,
-The area of the text displayed is not editable.

I want to display for instance in a yellow background bubble / screentip:
"bla bla bla bla bla
bla bla bla bla bla bla bla
bla bla
bla"
And this message would pop up when the mouse goes over one sentence of my
text in my Word or Frontpage page.

I tried "pop-ups" but they dont match with my idea.
I tried "screen tips" but see above what I dont like.
I tried "hotspots" but they are restricted to images.

Thanks for helping me out.

It may not be yellow but try title=

e.g.
<p title="Test">A test</p>
or
<span title="Test">A test</span>
(This would work for only one sentence of a paragraph)

You can add this in Code or HTML view
 
R

Rob Giordano \(Crash\)

this would make it yellow
<span style="background-color:yellow">your highlighted text</span>



--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression





|
| | > In Frontpage of Word, I want to make some messages pop-up when the
cursor
| > highlights some areas of my page. Screentips are great but:
| > -They have to have a hyperlinked page attached to them,
| > -The area of the text displayed is not editable.
| >
| > I want to display for instance in a yellow background bubble /
screentip:
| > "bla bla bla bla bla
| > bla bla bla bla bla bla bla
| > bla bla
| > bla"
| > And this message would pop up when the mouse goes over one sentence of
my
| > text in my Word or Frontpage page.
| >
| > I tried "pop-ups" but they dont match with my idea.
| > I tried "screen tips" but see above what I dont like.
| > I tried "hotspots" but they are restricted to images.
| >
| > Thanks for helping me out.
|
| It may not be yellow but try title=
|
| e.g.
| <p title="Test">A test</p>
| or
| <span title="Test">A test</span>
| (This would work for only one sentence of a paragraph)
|
| You can add this in Code or HTML view
| --
| Trevor Lawrence
| Canberra
| Microsoft MVP - FrontPage
| MVP Web Site http://trevorl.mvps.org
|
|
|
 
R

Rob Giordano \(Crash\)

nevermind i misread the post

--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression





| this would make it yellow
| <span style="background-color:yellow">your highlighted text</span>
|
|
|
| --
| ~~~~~~~~~~~~~~~~~~
| Rob Giordano
| Microsoft MVP Expression
|
|
|
|
|
| ||
|| || > In Frontpage of Word, I want to make some messages pop-up when the
| cursor
|| > highlights some areas of my page. Screentips are great but:
|| > -They have to have a hyperlinked page attached to them,
|| > -The area of the text displayed is not editable.
|| >
|| > I want to display for instance in a yellow background bubble /
| screentip:
|| > "bla bla bla bla bla
|| > bla bla bla bla bla bla bla
|| > bla bla
|| > bla"
|| > And this message would pop up when the mouse goes over one sentence of
| my
|| > text in my Word or Frontpage page.
|| >
|| > I tried "pop-ups" but they dont match with my idea.
|| > I tried "screen tips" but see above what I dont like.
|| > I tried "hotspots" but they are restricted to images.
|| >
|| > Thanks for helping me out.
||
|| It may not be yellow but try title=
||
|| e.g.
|| <p title="Test">A test</p>
|| or
|| <span title="Test">A test</span>
|| (This would work for only one sentence of a paragraph)
||
|| You can add this in Code or HTML view
|| --
|| Trevor Lawrence
|| Canberra
|| Microsoft MVP - FrontPage
|| MVP Web Site http://trevorl.mvps.org
||
||
||
|
|
 

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