Also I think in textarea it is not possible to show bold text.
You need rich text editor.
Karan
Main Topics
Browse All Topicshi there, i have this data, as from the database.
>>
<B>xxx</B> <B>resume</B> <B>artemis</B> <B>apollo</B> <B>license</B> <B>key</B> <B>copyright</B> <B>war</B> <B>legal</B> all above are keywords.. did caught all !!!
>>
i need to put this as a value within my textarea, with this,
<textarea name="textfield" cols="57" rows="10" >
<%
String strContent = yo.getVN_022();
strContent = sp.forAttachments(strConte
strContent=strContent.repl
strContent=strContent.repl
strContent=strContent.repl
%>
<%= strContent %>
</textarea>
Yet, when it's come out, it's become exactly like what database stores. If i do like this,
<tr>
<td> <%= strContent %>
</td>
</tr>
It'll automaticallly make certain text to be <b> bold in display.
Thus, any ideas how can i make the character in bold color? I have tried the RicjText Editor.. dont know why it's niot working. please help.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
karanw is right.
you need something like this: http://www.dynarch.com/pro
thanks guys.. i am now using the tinyMCE.. anyone use this b4? i stuck in the documentation where by i cant show my <b> character no matter how...
<script language="javascript" type="text/javascript" src="tiny_mce/tiny_mce.js"
<script language="javascript" type="text/javascript">
tinyMCE.init({
theme : "simple",
valid_elements : "strong/b*[*]",
mode : "textareas"
});
</script>
this is my words...
this is <b> testing </b> for my text editor adivce by <u> experts </u>
but when its shown, its didn't get formatted.... any ideas?
Business Accounts
Answer for Membership
by: fargoPosted on 2006-05-22 at 03:38:07ID: 16733119
for the given text, i don't see B1 or B2 in your strContent. What r u replacing then?