Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

comment field scrollbars

Status
Not open for further replies.

mwebbo1

Technical User
Jul 11, 2002
71
US
How can I get rid of comment box scrollbars! Thanks in advance.
 
a comment box I mean a <textarea>, as in what I am typing my response in right now...sorry
 
Hi pal :)

This is a browser issue.
If the text entered is to long (i.e. has to many lines, more than defined by the row-attribute), the browser will show a vertical scrollbar.
If the text entered contains a single word longer then definded by the cols-attribute, it will show a horicontal scrollbar.

You can try to use the unofffical 'nowrap=&quot;nowrap&quot;'-attribute.

If this is not what you are after, please explain in more detail or show an example.

cu, Sascha cu, Sascha
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top