John.Reacher
Member
Hello everyone.
I made a project that took a string from an edit box and converted it to html. This program was working well until I put html tags in the edit box, the program stopped. How to put html tags in html.
I made a project that took a string from an edit box and converted it to html. This program was working well until I put html tags in the edit box, the program stopped. How to put html tags in html.
B4X:
sb.Append($"<html><head><title>Title</title></head><body><p>"$)
///////////////
sb.Append($"<html><head><title>Title</title></head><body><p>this is a sample that how to make html</p></body></html>"$)
/////////////
sb.Append($"</p></body></html>"$)
Last edited: