08 February 2013

Construction of correct design patterns in SharePoint

As in the previous post, to avoid content editor put the wrong color and not merit.

You need to built styles for content editor



How do I add style?

Add the following CSS code to the Master-Page

h1.ms-rteElement-YourTitle
{
    -ms-name: "Your Title";
    font-family: arial;
    font-weight: bold;
    font-size: 14.5pt;
    color: #9bbe08;
    height: 33px;
    line-height: 33px;
}


Thanks,
Roi

No comments:

Post a Comment