LABEL HTML not show <text, text..
any browser show ..
how fix ,,
Show your full content, probably the text1
tag causing the problem
This full content. Have problem if text have tag <>
HTMLFormat is limited to most html4 tags
You will need to use opening and closing tags
<b>text2</b>
HTML I know, how to add a symbol to the text <
?
Try using a backslash \
before <
. Like :
\<text1>
Output :
<text1>
not work
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 ..
Or use escape characters....
Sample &It;text1>
text2
---> "Sample &It;text1><br>text2
"
(?)
It is a small "L"
Sample <text><br>text2
Sample <text>
text2
Then we should have found sufficient solutions by now.
For the OP and others/everyone, the use of html entities
may help to expand the possibilites in HTMLFormat
Show an example of your global recycleList