Skip navigation.

Viewing MSDN code samples in Firefox or Mozilla browsers

Viewing MSDN code samples in Firefox or Mozilla browsers

useful utilities

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;
}


This Blog Hosted On: http://www.DotNetJunkies.com/