florida
10-09-2003, 11:56 AM
This makes bold and blue color in IE but doesnt do any bold or blue color in Netscape:
<form action="anywhere" method="get" name="Monthly_message">
<textarea name="ffff" cols="40" rows="3" wrap="soft" style="font-size:9pt; color:blue; font-weight:bold;">here is the info</textarea>
</form>
This gets bold in Netscape 4.77 but doesnt change color to blue.
<form action="anywhere" method="get" name="Monthly_message">
<font face="Arial" color="#0000FF"><strong>
<textarea name="here">here is the info</textarea>
</strong></font>
</form>
How can I get blue and bold textarea in Netscape 4.77??
<form action="anywhere" method="get" name="Monthly_message">
<textarea name="ffff" cols="40" rows="3" wrap="soft" style="font-size:9pt; color:blue; font-weight:bold;">here is the info</textarea>
</form>
This gets bold in Netscape 4.77 but doesnt change color to blue.
<form action="anywhere" method="get" name="Monthly_message">
<font face="Arial" color="#0000FF"><strong>
<textarea name="here">here is the info</textarea>
</strong></font>
</form>
How can I get blue and bold textarea in Netscape 4.77??