Is it possible to assign a background color for a certain text part inside the TextArea? similar Like that
<div style="background-color:#FF0000">...</div>
Thanks in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Background color is not woring in htmlText of the TEXTAREA so you need to change the FontColor. I have faced that problem earlier and getting the same result and after googled it a lot i have got the result to change the FONT color instead of changing BACKGROUND Color. but you can bluff that just run the following code by creating new html page
and embed the htmlText of the TextArea with that code…
Have a Nice Day….