janice
01-24-2005, 11:42 AM
Hello all,
I need to enter a comment header inside a text area bolded.
Does anyone know how to do this:
Here is an example of what I am trying to do:
Comments:This is a text test
This is a text test
This is a text test
This is a text test
Below is the code I am trying to use
<td><b>Comments</td><td>
<%
Response.Write("<TEXTAREA rows=6 cols=40 name=laneNotes>" & "<b>Comments:</b>" & rs("laneNotes") & "</textarea>")
%>
</td>
Thanks in advance
I need to enter a comment header inside a text area bolded.
Does anyone know how to do this:
Here is an example of what I am trying to do:
Comments:This is a text test
This is a text test
This is a text test
This is a text test
Below is the code I am trying to use
<td><b>Comments</td><td>
<%
Response.Write("<TEXTAREA rows=6 cols=40 name=laneNotes>" & "<b>Comments:</b>" & rs("laneNotes") & "</textarea>")
%>
</td>
Thanks in advance