Problems with PRE tag in IE 7
Hello!I have researched the problems with the PRE tag in IE, and have added the following code to my CSS style sheet:pre { white-space: pre; /* CSS2 */ white-space: -moz-pre-wrap; /* Mozilla */ white-space: -hp-pre-wrap; /* HP printers */ white-space: -o-pre-wrap; /* Opera 7...
|