Viewing MSDN code samples in Firefox or Mozilla browsers
Viewing MSDN code samples in Firefox or Mozilla browsers
Submitted by Darrell Norton on Thu, 30/09/2004 - 08:49. useful utilitiesThe 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/
