
Originally Posted by
rnd me
display: pre-wrap
THanks for the reply.
The only thing I could find in google under "pre wrap" was:
but there was no change =(
http://officerulz.com.au (here is the script @ lastest tweets
HTML Code:
<pre width="xx">js text</pre>
pre {
whitewhite-space: pre-wrap; /* css-3 */
whitewhite-space: -pre-wrap; /* Opera 4-6 */
whitewhite-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5+ */
whitewhite-space: -moz-pre-wrap; /* Older Versions of Mozilla */
}
Bookmarks