Posts Tagged “ribbon”

Custom Styles for SharePoint 2010 Rich Html Field

October 27 2010 229 comments

A typical requirement from a client is to be able to incorporate their own custom styles for the Rich Html Field. Allowing their public relations department to apply nice text formating for paragraphs with some Comic Sans Hotness might not be the best practice in here, so let’s be careful out there. The best scenario is only to allow custom…

Read more »

Fix Disabled Page Scrolling on Navigation Settings

September 28 2010 32 comments

When it comes to semantic and well-formed markup, SharePoint 2010 lags a little bit behind. Unclosed HTML tags, inline styles and script, unique classes and not-so-unique IDs with random naming conventions are your usual opponents in the battleground where the older generation Internet Explorers still roam.

The prime example of this is the Navigation Settings page (/_layouts/AreaNavigationSettings.aspx) in the layouts…

Read more »

Centered layout with CSS & v4.master on SharePoint 2010

May 6 2010 46 comments

First of all, I must say that I’m not a huge fan on how the new Ribbon UI is implemented. The positioning system aided by ECMAScript messes with the body-tag and it requires quite a few steps to disable the positioning system as Jonathan Kern explains here.

I have a case here…

Read more »