Contact Log Code Articles Tips About Collection Opinions
hypatia:
Try the following css too (works for css 2.1 browsers, and mozilla, falls back to <p> styles for non Mozilla/CSS2.1 browsers):
pre { white-space: normal; } pre { white-space: -moz-pre-wrap; } pre { white-space: pre-wrap; }