I have an html text that has some html tags.
My Question :
How can I add that text into a label without those tags but keeping the text alignment?
For example :
if I have an "< /br>" as tag I need the same effect in the text added to the label but without the "< /br>" appearing in the text.
How can I make that?
/g, '/n'). but it does note work – Manuel_Rodrigues Jun 14 '16 at 10:14
` and
`. Don't go look for other elements like you do. And don't chain replaces: http://stackoverflow.com/questions/1144783/replacing-all-occurrences-of-a-string-in-javascript – Rene Pot Jun 14 '16 at 10:44