Tagged Questions
3
votes
2answers
228 views
Sharepoint site using corev4 AND custom CSS File?
I'm using a custom Masterpage which references a custom CSS File in the header like so:
<Sharepoint:CssRegistration Name="CUSTOM/Custom.css" runat="server"/>
My custom CSS file is simply a ...
0
votes
1answer
497 views
sharepoint:cssLink returns a broken link [closed]
I'm developing the master page for my company's intranet. I've read that this html will link all default and custom css files.
<sharepoint:csslink runat="server" version="4" />
I get back ...