HTMLFormat Label HTML not showing < or >

LABEL HTML not show <text, text..

any browser show ..
how fix ,,

1 Like

Show your full content, probably the text1 tag causing the problem

1 Like

This full content. Have problem if text have tag <>

1 Like

HTMLFormat is limited to most html4 tags

You will need to use opening and closing tags

<b>text2</b>
1 Like
1 Like

HTML I know, how to add a symbol to the text <
?

1 Like

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: