NetTalk Central

Author Topic: How to put a Linefeed in a Tooltip  (Read 1260 times)

Johan de Klerk

  • Full Member
  • ***
  • Posts: 219
  • Johan de Klerk
    • View Profile
    • Designer Software
How to put a Linefeed in a Tooltip
« 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
Clarion 10, NT 11.57

Johan de Klerk

  • Full Member
  • ***
  • Posts: 219
  • Johan de Klerk
    • View Profile
    • Designer Software
Re: How to put a Linefeed in a Tooltip
« Reply #1 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.
Clarion 10, NT 11.57