Hello. You can't exactly do that with standard TextBox; TextBox does not support styles in the working area. You can use some of the JavaScript editors which will do following: - present user with (what appears) RichTextBox - capture user typing and store that as html in ordinary TextBox - present user...