tips
Tips for the world!
request tracker tip
Tried request tracker?
Here is a site that's been up and used for a while: http://rt.indymedia.org/
Posted Mon 05 Apr 2004 13:07:18 UTC
CSS tip
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; }
Posted Mon 23 Feb 2004 12:01:46 UTC