We are working on creating forms that users will enter info into via a web page. I'm also trying to make these forms printable using the media="print" attribute of a linked stylesheet.
The users will be entering comments via a multiline textarea tag. Is there a way in CSS to keep the border and dimensions of the textarea but have it not show the scrollbars in a printed version?