Home
NOTE: I'm in the middle of upgrading the site. Most things are in place, but some things are missing and/or broken. This includes alt text for images. Please bear with me while I get things fixed.

Prevent Word Wrap In A textarea Form Field

textarea {
  white-space: pre;
  word-wrap: normal;
  overflow-wrap: normal;
  overflow-x: scroll;
}

Apparently [TODO: Code shorthand span ] is an alias for [TODO: Code shorthand span ] but some browsers support one and some the other.

~ fin ~

References