+ 1
Can anyone please tell me how to permanently color the text in the text area?
7 Réponses
+ 1
Hi steve, maybe you mean "syntax highlighting" ( https://www.google.com/search?q=syntax+highlight ) or maybe not...??
+ 9
Add this to your css:
textarea{
color: blue;
}
+ 4
Either use css like the other css in your code, or use <textarea color="color"> Both work.
Just a note though, I'm getting a few syntax errors from your code. Haven't looked at it properly, but things like the <center> tag are no longer supported.
+ 4
Like a highlight? We use the <mark> tag for that. If that is what you mean.
+ 1
i dont know
+ 1
same idk
0
River i mean a separate colors , like words in "quotes will have a different color etc.
BTW thanks for the syntax correction