Hello Everyone,
Can anybody let me know how to bold italic and other in text box
or
can we use Rich Text box in Javascript
Thnx.........
Hello Everyone,
Can anybody let me know how to bold italic and other in text box
or
can we use Rich Text box in Javascript
Thnx.........
Bold: Addstyle="font-weight:bold;"to the input tag. (<input...>)
Underline: Addstyle="text-decoration:underline;"to the input tag. (<input...>)
Italic: Addstyle="font-style:italic;:to the input tag. (<input...>)
Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
Currently: enjoying the early holidays :)Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide
Bookmarks