On Fri, 02 Mar 2001 01:32:54 +0100, Rolf Offermanns
<[EMAIL PROTECTED]> wrote:
>Hi everyone!
>Can someone tell me, if it is possible to get a newline into a tooltip
>generated by a title attribute?
>
>E.g.
><a href="http://www.mozilla.org" title="This is my text!\nBut I want a
>newline!">test</a>
>
>'\n' does not work. Is there a way? Otherwise I will have to use a DHTML
>tooltip...
>
>Rolf
Why would \n work? I think you must be confusing HTML with some other
language. :)
I can imagine a browser which would interpret a carriage return in the
title attribute title="One
Two"", but I don't think mozilla does
this. Title isn't limited to display in a tooltip. You are assuming
a particular display mechanism, but the title attribute really doesn't
give control over the appearance of the result.
Chris Hill
[EMAIL PROTECTED]