does anybody knows how to put the buttons for italic, bold, underline, etc. buttons on a text field so user can apply properties to text and results an HTML text? how they works and that things. tnx
I am not sure that this is possible. if you are using a <textarea> anything that appears between the <textarea> and </textarea> tags will not be processed and will just be displayed as is.
hmmm ... how about use VB Script or Java/JavaScript? Hint: use <input type=button ... > Otherwise just create button you'd like from Paintshop/Photoshop ...
Hope this helps .. 🙂