Multiple Lines on a Screentip

  • Thread starter Thread starter DavidN
  • Start date Start date
D

DavidN

In FP2003, is there anyway of getting the screentip (on a hotspot on an
image map), to break the lines? I need to add text like "abcde", then
have the next line to read "fhgk". I've looked at some DHTYML scripts,
but can't find one to do what I need with the breaks.

Thanks
David
 
This is not tested but works in IE and FF

In code view add &#13 between abcde and fhgk so that it looks like this:

abcde&#13fhgk

Then preview in your browser.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
Back
Top