5.4 - Alternative to msg for HTML output

jaynabonne
08 Mar 2013, 18:36Is there a way to output HTML besides using "msg", as msg always appends a newline/br on the end? It gets to be a pain for style changes. I could use JS to change the style and that might be a better way to go. But I was curious.
levicki
09 Mar 2013, 22:01You could take a look at OutputTextRaw() code in CoreOutput.aslx but it is not a public API so it wouldn't be wise to call it. Not to mention that it also outputs span and br.
However, it also uses JS for text output if I am not mistaken so you seem to be on the right track with your idea.
However, it also uses JS for text output if I am not mistaken so you seem to be on the right track with your idea.

jaynabonne
09 Mar 2013, 22:32Thanks for the pointer. I'll check it out. 
