Quote:
Send with HINT
You can set up a "mouse-over" hint that appears if the player moves the mouse over the hyperlink. eg.
<send href=West hint="Go to the second floor landing">West - The Second Floor Landing</send>
In this case, the player sees "Go to the second floor landing" in a little popup window if they move the mouse over the hyperlink.
Send with HINT
You can set up a "mouse-over" hint that appears if the player moves the mouse over the hyperlink. eg.
<send href=West hint="Go to the second floor landing">West - The Second Floor Landing</send>
In this case, the player sees "Go to the second floor landing" in a little popup window if they move the mouse over the hyperlink.
i'm trying to use this to send a small block of text on mouse over for items and stats and such, however i'd like to break up the text using newlines so the block of text isnt as wide as the screen.
Problem i'm running into is that neither '\n' or '<BR>' do anything in the tooltip popup.
'\n' breaks the mxp code sends all sorts of trash to the mud and no tool tip.
<BR> just shows as <BR> in the tool tip.
I've checked the outcome in both zmud and mushclient and i seem to have run into a brick wall.
thanks
-typ