HTMLFormat Label HTML not showing < or >

Try using a backslash \ before <. Like :

\<text1>

Output :

<text1>

not work

Screenshot_20220701102508_cr

If you want the output to be:

Sample <text1>
text2

then uncheck "HTMLFormat", and replace <br> with \n. Remember, \n has a backslash.

need HTMLFormat, also need other tag, color, size, and etc. Browser show ..

grafik

grafik

grafik

1 Like

Or use escape characters....

image

Sample &It;text1>
text2
---> "Sample &It;text1&gt;<br>text2"

(?)

It is a small "L" :wink:

2 Likes

Sample &lt;text&gt;<br>text2

Sample <text>
text2

2 Likes

Then we should have found sufficient solutions by now. :wink:

3 Likes

For the OP and others/everyone, the use of html entities may help to expand the possibilites in HTMLFormat

2 Likes

if static text, yes
if dynamic no :slight_smile:

Show an example of your global recycleList

:question:

Post a simple test aia.

label.aia (2.5 KB)

More work required by you, you would need to specify which tags to change.....

yes, need exception)

Like so

image