HTML Textbox editor
I'm working with an JS Editor (FCKEditor) and in the editor window I want to display some text that shows up, but the user cannot edit that text. I thought of placing a DIV around the text; However, the DIV still allows the user to edit the text. Does DIV has a disable or readonly property? I...
|