Forum Moderators: phranque
Be careful though with Safari though because it will stretch everything to one long line...
I use something like the following for CSS which handles all the quirks of all browsers except Safari:
pre { color: #000000; font-style: normal; font-weight: normal; font-size: 11.5px; line-height: 15px; font-family: verdana, arial, sans-serif; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word }