Multiple Lines on a Screentip

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
 
S

Steve Easton

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
 
Top