Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting 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.

Footnotes And References