About
Digital Colony is the technical web site for Michael Allen Smith of Seattle.
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
