i have searched the web for awhile on this...
i wrote a script that will format certain words as the user types
(ex. when the user types MTrak the text is replaced with <b>MTrak</b>)
i need to know how to view the formatting in a text box, not the tags. i dont want a full WYSIWYG editor because the end result of the script will be something like editing scripts in dreamweaver (functions are a different text color that regular text, etc.)
i have already written the javascript to remove the formatting when the form is submitted.
does anyone have a simple solution?