Results 1 to 5 of 5

Thread: Bolding Text in a Text Area?

  1. #1
    Poster
    Join Date
    May 2003
    Posts
    1,044
    <textarea rows="10" cols="50">
    1349
    13 Candles
    45 Grave
    Abigor
    Abruptum
    Absurd
    Agalloch
    Akira Yamaoka
    Amorphis
    </textarea>

    With that HTML code, is there a way that I can bold certain band names? Putting the <b> </b> tags there don't do anything, it justs looks like
    <b>Abigor</b> in the text box.
    www.never-dead.cjb.net

    Ardeth In Pre-Production

  2. Internet, Programming and Graphics   -   #2
    tesco's Avatar woowoo
    Join Date
    Aug 2003
    Location
    Canadia
    Posts
    21,669
    not possible, a text area just shows text and html isn't parsed.

    Why does this have to be a text area?

  3. Internet, Programming and Graphics   -   #3
    tesco's Avatar woowoo
    Join Date
    Aug 2003
    Location
    Canadia
    Posts
    21,669
    You could try something like:

    HTML Code:
    <div style="height:200px;width:400px;overflow:scroll;background:#FFF;border:1px solid #000;">
    	<pre>
    		1349
    		13 Candles
    		45 Grave
    		Abigor
    		Abruptum
    		Absurd
    		Agalloch
    		Akira Yamaoka
    		Amorphis
    	</pre>
    </div>
    Although you can't edit that from your browser... (If you need to, let me know what you're trying to do and I can come up with something).

  4. Internet, Programming and Graphics   -   #4
    Poster
    Join Date
    May 2003
    Posts
    1,044
    Well, check my Myspace page at www.myspace.com/vampiricyouth

    Under the Music list I have a lot of bands and I'd like to bold the ones that are a step above the rest.
    www.never-dead.cjb.net

    Ardeth In Pre-Production

  5. Internet, Programming and Graphics   -   #5
    tesco's Avatar woowoo
    Join Date
    Aug 2003
    Location
    Canadia
    Posts
    21,669
    In that case you don't need a text area so why not use the suggestion i posted above.
    You can even edit the background, font color, width, height, etc. to match the rest of the site.

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
  •