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

Comments

Popular posts from this blog

A sharepoint list view of the current month

The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters

Export SharePoint 2010 List to Excel with PowerShell