Right before the
<asp:contentplaceholder id="PlaceHolderAdditionalPageHead" runat="server">
</asp:contentplaceholder>
tag, put the following line of code to include a reference to your custom CSS file.
<sharepoint:cssregistration after="corev4.css" name="<% $SPUrl:~SiteCollection/Style Library/Custom/styles.css %>" runat="server">
</sharepoint:cssregistration>
Done!
No comments:
Post a Comment