Results 1 to 2 of 2

Thread: Bold text in textarea

  1. #1
    Join Date
    Aug 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Bold text in textarea

    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.........

  2. #2
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    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...>)
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •