Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. How to format the text inside of textarea box?

How to format the text inside of textarea box?

Scheduled Pinned Locked Moved ASP.NET
tutorialquestion
6 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    koncuk
    wrote on last edited by
    #1

    I want to change format text in textarea. FRANCE Merhaba,arkadaslar POLOGNE Selam vatandaslar.. >/textarea> I want just "FRANCE" bold or change fore color.</x-turndown>

    R A N 4 Replies Last reply
    0
    • K koncuk

      I want to change format text in textarea. FRANCE Merhaba,arkadaslar POLOGNE Selam vatandaslar.. >/textarea> I want just "FRANCE" bold or change fore color.</x-turndown>

      R Offline
      R Offline
      rakeshs312
      wrote on last edited by
      #2

      take a look http://www.webmasterworld.com/forum21/10080.htm

      K 1 Reply Last reply
      0
      • R rakeshs312

        take a look http://www.webmasterworld.com/forum21/10080.htm

        K Offline
        K Offline
        koncuk
        wrote on last edited by
        #3

        I tried, but it doesn't work.

        1 Reply Last reply
        0
        • K koncuk

          I want to change format text in textarea. FRANCE Merhaba,arkadaslar POLOGNE Selam vatandaslar.. >/textarea> I want just "FRANCE" bold or change fore color.</x-turndown>

          A Offline
          A Offline
          April Fans
          wrote on last edited by
          #4

          Do you just want to chang "FRANCE"? If so, I think you must change your textarea to html editor.

          April Comm100 - Leading Live Chat Software Provider

          1 Reply Last reply
          0
          • K koncuk

            I want to change format text in textarea. FRANCE Merhaba,arkadaslar POLOGNE Selam vatandaslar.. >/textarea> I want just "FRANCE" bold or change fore color.</x-turndown>

            A Offline
            A Offline
            April Fans
            wrote on last edited by
            #5

            You can use Substring to intercept “France” out,and then give it the style.

            April Comm100 - Leading Live Chat Software Provider

            1 Reply Last reply
            0
            • K koncuk

              I want to change format text in textarea. FRANCE Merhaba,arkadaslar POLOGNE Selam vatandaslar.. >/textarea> I want just "FRANCE" bold or change fore color.</x-turndown>

              N Offline
              N Offline
              Nasri87
              wrote on last edited by
              #6

              <style type="text/css"> textarea.special { font-family:arial; font-size:14px; } textarea.special:first-line { font-weight: bold; } </style> Like rakeshs312, this method is nice

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups