TextArea size set, with scrollbar, but no word wrap

liunx

Guest
I want to have a text area that physically fits on the screen, but I want the text to actually go off the side and to have a horizontal scrollbar at the bottom.<br />
<br />
The specifics are I'm viewing a CSV file in a textarea window. There are lots of fields which go across the screen pretty far. But, I want the box to fit on the page and to just scrol within the textarea window.<br />
<br />
Is this possible?<br />
<br />
Thanks.<!--content--><textarea style="width:100%;" rows="10" wrap="off"><br />
Change the rows as required.<!--content-->
 
Back
Top