Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > formatted expenditure in a extarea?

Reply
Thread Tools

formatted expenditure in a extarea?

 
 
Maria Sudderman
Guest
Posts: n/a
 
      07-16-2007

I wish html con in a textarea represent.

<textarea rows="2" name="S1" cols="20"><b>hallo</b></textarea>

i see <b>hallo</b>

I wish a formatted expenditure.

?

maria





 
Reply With Quote
 
 
 
 
rf
Guest
Posts: n/a
 
      07-16-2007

"Maria Sudderman" <> wrote in message
news:f7f467$rto$01$...
>
> I wish html con in a textarea represent.
>
> <textarea rows="2" name="S1" cols="20"><b>hallo</b></textarea>
>
> i see <b>hallo</b>
>
> I wish a formatted expenditure.


You cannot. Stuff inside a textarea is exactly that, text, not HTML.

--
Richard.


 
Reply With Quote
 
 
 
 
scripts.contact
Guest
Posts: n/a
 
      07-16-2007
On Jul 16, 12:46 am, "Maria Sudderman" <maria_su...@gmx.de> wrote:
> I wish html con in a textarea represent.
>
> <textarea rows="2" name="S1" cols="20"><b>hallo</b></textarea>
>
> i see <b>hallo</b>
>
> I wish a formatted expenditure.


As richard said, not possible. But you can use Rich Text Edit Control-
See Example :
http://www.mozilla.org/editor/midasdemo/


 
Reply With Quote
 
Neredbojias
Guest
Posts: n/a
 
      07-16-2007
Well bust mah britches and call me cheeky, on Mon, 16 Jul 2007 06:46:07 GMT
Maria Sudderman scribed:

>
> I wish html con in a textarea represent.
>
> <textarea rows="2" name="S1" cols="20"><b>hallo</b></textarea>
>
> i see <b>hallo</b>
>
> I wish a formatted expenditure.
>
> ?


I don't use <textarea>s, but have you tried:

<textarea rows="2" name="S1" cols="20" style="font-weight:bold;">hallo
</textarea>

?

--
Neredbojias
A self-made man who worships his creator
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
formatted data leaf VHDL 8 02-09-2006 03:25 AM
How do I get nicely-formatted times? Leif K-Brooks Firefox 1 11-20-2003 10:22 PM
Sending HTML formatted mail using CDONTS Paul Turley ASP .Net 2 08-12-2003 09:16 AM
Server-side Printing With Formatted Text Stuart Woodard ASP .Net 0 08-03-2003 05:53 PM
Help needed formatted submit results - Changing data Robert V Perl 1 07-19-2003 12:49 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57