The MSDN facelift (not MSDN2) hosed the formatting of code samples in Firefox and Mozilla browsers. To fix it, add this to your userContent.css file (chromEdit is the easiest way to modify this file):
/* Microsoft MSDN code stylesheet */
pre
{
white-space: pre !important;
}
Posted
Thu, Sep 30 2004 7:49 AM
by
Darrell Norton