Textarea help

liunx

Guest
I have a textarea that I need to put the following inside of for people to fill out:<br />
<br />
Description of Problem:<br />
Build:<br />
Use Case Name/Number (optional):<br />
Steps to reproduce the problem:<br />
1.<br />
2.<br />
3.<br />
Actual Results:<br />
Expected Results:<br />
How often does this happen:<br />
Additional Information:<br />
<br />
Is this possible?<!--content-->Well, yeah... But why woudn't you split it up into individual fields?<br />
<br />
<textarea cols="50" rows="12">Description of Problem: <br />
Build: <br />
Use Case Name/Number (optional): <br />
Steps to reproduce the problem: <br />
1. <br />
2. <br />
3. <br />
Actual Results: <br />
Expected Results: <br />
How often does this happen: <br />
Additional Information: <br />
</textarea><!--content-->I agree, but this is how my manager wants it. I got it figured out, thanks.<!--content-->
 
Back
Top