Log in

View Full Version : Bold text in textarea



Manoj Bisht
08-31-2007, 10:35 AM
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.........

tech_support
08-31-2007, 10:51 AM
Bold: Add style="font-weight:bold;" to the input tag. (<input...>)
Underline: Add style="text-decoration:underline;" to the input tag. (<input...>)
Italic: Add style="font-style:italic;: to the input tag. (<input...>)