Multiline label

purts

Member
Joined
Nov 12, 2008
Messages
8
Programming Experience
1-3
I have a standard label on an aspx page. I'd like to make it multiline but I can't seem to get this working. I've tried a lot of possibilities including \n and vbCrLf but it doesn't work.

The thing is, the label text comes from an editor that creates HTML code. How it works? An editor save the data into an XML file (including HTML tags), so it does work at first sight with the br tags, however, next time I open the site, it shows the tags instead of actually doing the line feed.

What I want is a character (ASCII, unicode...) that would possibly line feed so I could change line. Any other way that would make this work is appreciated.
 
Back
Top