Hi,
I would like to add a custom button which adds predefined unexisting 'tags' around a selected text. I used to write my own editor with the DHTML editing control from Microsoft, and there I did it.
This functionality was used to indicate which parts of the text could be seen by which securitylevel.
example
general text
<level1>text only to be seen by level 1 users</level1>
<level2>text only to be seen by level 1 users</level2>
When displaying the text in the webapp. then I filtered the correct text. Is it possible to add this kind of functionality in the plain asp version our did I buy the wrong version? (I see some possibilities in the .net version, but we intend to switch to .net only from next year onwards)
Ronny