How to create bubbles or screentips w/ no hyperlink

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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
 
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
|
|
|
 
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
||
||
||
|
|
 
Back
Top