Posts

Showing posts from June, 2011

SharePoint Content Editor Web Part Crashes Internet Explorer

I recently ran into an issue where a user had auto generated some HTML and pasted it into a content editor web part.   The page would not load.   The easy solution append ?Contents=1 to the end of the page and close the offending web part.   So: http://Teamsites/SiteCol/default.aspx becomes http://Teamsites/SiteCol/default.aspx?contents=1