RE: [code][/code] suggestion
Code blocks should simply be tagged as HTML <pre>, which is a tag included precisely for that purpose and preserves tabs. This is a more appropriate way to address that than any sort of server side processing -- because it tells the browser what the content is, rather than try to force a particular way of rendering it.
|