Posted on: 1/19/2014 5:05:57 PM | Views : 345

I have a textbox where you enter a paragraph into but the way you format the text is by using html tags.
current format to bold: <b> Text </b>
I want to highlight Text and press button to bold.
How would you go about converting, using html tags, to where you highlight the text and press a button to bold the text and etc.
Also, currently have to use <br /> to get to a newline, I want to press enter key to get a newline.
Kinda like how you would write a document in microsoft word.
Thanks

Go to the complete details ...