How to add CSS link to master page, page layout and page in Sharepoint publishing sites
How to add CSS link reference to Master Page, Page Layout, Page in a Sharepoint Publishing site?1. Master Page: Add the following code inside <head> tags[crayon-69f9c1ff6c4df263686414/]2. Page Layout:Add below code after <!--ME:</Publishing:EditModePanel>--> tag in your Page Layout[crayon-69f9c1ff6c4e5121948514/]3. Pages: Add below code after <!--MS:<asp:ContentPlaceHolder id="PlaceHolderAdditionalPageHead" runat="server">--> tag in Page[crayon-69f9c1ff6c4e7642356497/]
Read more