Html label gives strange results

Hi
I have a label as html Format widht fill all

Now I made this


doing first command, all works well br command works Together not

this


works well. So
grafik
block makes problems.
What is the reason?

By the way this works:

Horst

Just join everything in one join block, no need to keep using variables to add parts.

perhaps the empty puzzle slots?

Bookmarks cannot be retrieved after being assigned to the tag.

Thus, after executing the statement set label1.Text = "Hi <br>", label1.Text is simply "Hi" (loses the <br>)

You can use the HTMLContent block to preserve html content

image

http://ai2.appinventor.mit.edu/reference/components/userinterface.html#Label.HTMLContent

1 Like

This ist en extraction of the block which may cause the error

Its a piece for testing. To show the error

AH! Thats new for me. Thanks.

1 Like