Problem with HTML component line break.
Hi,
I have a HTML component which width=100% height=100%,
I set some text just like below in to the HTML component,
/////////// html code ////////
abadjflajflkdafjlkajflajflalfjalfjaljflsadfljsdafljasdlfsdlfljfljflsdjfljsd<br />
abadjflajflkdafjlkajflajflalfjalfjaljflsadfljsdafljasdlfsdlfljfljflsdjfljsd<br />
abadjflajflkdafjlkajflajflalfjalfjaljflsadfljsdafljasdlfsdlfljfljflsdjfljsd<br />
/////////////////////////////////////
The content in HTML component can't auto line break.And display a horizontal scroll bar.
How to make the HTML component can fit the page just like label?