NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Johan de Klerk on August 14, 2025, 01:53:06 AM

Title: How to put a Linefeed in a Tooltip
Post by: Johan de Klerk on August 14, 2025, 01:53:06 AM
Hi,

I have this text in my Tooltip:
Select for Orders. Else leave as NONE.

I would like it to show as two lines in the Tooltip:
Select for Orders.
Else leave as NONE
if the user hovers over the field.

I have tried: Select for Orders.<br /> Else leave as NONE.
but it shows the >br /> in the text and no Linefeed.

Any help would be appreciated.

Regards

Johan de Klerk
Title: Re: How to put a Linefeed in a Tooltip
Post by: Johan de Klerk on August 14, 2025, 05:21:23 AM
After a bit of searching I found this 2010 solution from Rob Mikkelsen to use: &#010;

https://www.nettalkcentral.com/forum/index.php?topic=1720.msg6457#msg6457

Works perfect in the Tooltip for the Linefeed.