mostlylucid

scott galloway's personal blog...
posts - 916, comments - 758, trackbacks - 11

My Links

News

Archives

Post Categories

Misc. Coding

Tip from Darrel Norton on getting the MSDN Library Code bits to work properly in Firefox

Umm...OK, I made the title overly descriptive...anyway, I stole this from here:

Viewing MSDN code samples in Firefox or Mozilla browsers

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 on Thursday, September 30, 2004 7:49 AM

Print | posted on Thursday, September 30, 2004 3:57 PM |

Feedback

Gravatar

# re: Tip from Darrel Norton on getting the MSDN Library Code bits to work properly in Firefox

Thanks for chromEdit tip, finally solved the last issue with FireFox.
10/5/2004 7:11 PM | //Rutger
Comments have been closed on this topic.

Powered by: