Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

10
  • but what will this help in my situation, can you advice ? Commented Sep 12, 2013 at 12:11
  • If you add the '\9' to your CSS lines, it should display it in a correct manner. Other option would be to manually add the classes to your HTML, but in SharePoint, if you mess with the master page HTML, you`d probably brake the entire site layout. Commented Sep 12, 2013 at 12:14
  • where i should add the \9 inside the custom CSS ? Commented Sep 12, 2013 at 12:15
  • 1
    See the example from the answer. Commented Sep 12, 2013 at 12:16
  • 1
    Like the example says, you should place it inside your custom CSS file, in every class/id you wrote the CSS for :) Commented Sep 12, 2013 at 12:47