FrontPage 2003

1

116

Within the script the code TITLE="" can be used for a ScreenTip. Can and how
can a Carirage Return be used?
 
A

Andrew Murray

The screen tip is intended as a "short" description - therefore not needing
a second line. I don't know if it can be done, or if it automatically CR's
if the line is too long.

There are other ways of adding "screen tips" with little popup windows using
javascript. (involves layers I believe) and setting the property "visible"
to 'On' and 'Off' depending on if you rollover the link with the mouse.

http://javascript.internet.com might have some scripts of that nature.
 
T

Trevor L.

116 said:
Within the script the code TITLE="" can be used for a ScreenTip. Can
and how can a Carirage Return be used?

Here is one I tested for a welcome banner
title="Welcome
to this page"

It works fine
 
Top