Hi have a form with a Multiline Textbox and a Span
I save the text and load into a <span>
lblSpan.InnerHTML = txtMLBox.Text.ToString.Replace(Environment.NewLine, "<br/>")
The Span looks fine in IE
but If I do this in Firefox the Environment.NewLine is not being converted
I am using Visual Studio 2008