I have a textarea control, which by default displays it's contents in Courier New (or Courier, whichever) ... but this font looks horrid, it's hard to read. I would like to change this font to match the rest of my website. Any help? Thanks.
Printable View
I have a textarea control, which by default displays it's contents in Courier New (or Courier, whichever) ... but this font looks horrid, it's hard to read. I would like to change this font to match the rest of my website. Any help? Thanks.
are you using a css on your site??? if so just set the class property of the textarea to one of the css styles.
<input type="textarea" rows="10" cols="50" class="yourCSSstyle"></textarea>