I'm using the following code:
<html>
<head>
<style type="text/css">
pre {display: inline;}
</style>
</head>
<body>
<div><pre>hello</pre> world</div>
</body>
</html>
IE6.0 deletes all spaces after <pre> block and outputs "helloworld". Opera
and Firefox retains at least one space after <pre> block. How to resolve
this problem in IE? <pre> in inline context is needed for outputing all
spaces inside <pre> as is.
--
Best regards, Vadim.