M
Marco Silva
Hello.
I want to make some changes in the selected text in a text box.
Imagine that I have this text in a text box:
"The Web Server may be down, too busy, or experiencing other problems
preventing it from responding to requests. You may wish to try again at a
later time. "
Imagine that I select some part of text and in the selected area I want to
add the folowing codes: <b> </b>
In the example, imagine that I select "Web Server", I want to press a button
and add the codes to that text in order to get this:
"The <b>Web Server</b> may be down, too busy, or experiencing other problems
preventing it from responding to requests. You may wish to try again at a
later time. "
Please help,
Marco
I want to make some changes in the selected text in a text box.
Imagine that I have this text in a text box:
"The Web Server may be down, too busy, or experiencing other problems
preventing it from responding to requests. You may wish to try again at a
later time. "
Imagine that I select some part of text and in the selected area I want to
add the folowing codes: <b> </b>
In the example, imagine that I select "Web Server", I want to press a button
and add the codes to that text in order to get this:
"The <b>Web Server</b> may be down, too busy, or experiencing other problems
preventing it from responding to requests. You may wish to try again at a
later time. "
Please help,
Marco