How do I make the text in a textarea monospace?

amisuggests

New Member
I have the following \[code\]textarea\[/code\] element:\[code\]<form action="/checkit" method="get"> <textarea class="field span8" id="textarea" name="user_input" rows="20">{{default_data}}</textarea> <input type="submit" value="http://stackoverflow.com/questions/14455080/Checker"></form>\[/code\]I have just started using \[code\]bootstrap\[/code\], but can't work out the best way to make the text in the textarea monospace.
 
Back
Top