Possible Duplicate:
how remove wordwrap from textarea
Can't figure out how to disable word wrapping in texarea. What is the CSS equivalent of wrap="off" cross browser?
Possible Duplicate:
how remove wordwrap from textarea
Can't figure out how to disable word wrapping in texarea. What is the CSS equivalent of wrap="off" cross browser?
<textarea name="nowrap" cols="20" rows="5" style="white-space:nowrap;overflow:auto;"></textarea>