Tag Archives: FreeTextBox

Converting HTML to XHTML Programmatically in .NET

The Pro Version of FreeTextBox has a neat feature that will clean up poorly written HTML to a cleaner XHTML. FreeTextBoxControls.FreeTextBox ftb = new FreeTextBoxControls.FreeTextBox(); string html = “<P><img src=joe.gif width=200 height=100 vspace=10>”; ftb.Text = html; string xhtml = ftb.Xhtml; … Continue reading

Posted in C# | Tagged , | Comments Off