How can I do this?
<head runat="server">
<title></title>
<link rel="stylesheet" href="default.css" type="text/css">
<asp:ContentPlaceHolder ID="head" runat="server">
</asp:ContentPlaceHolder>
My CSS file is called default.css and it's located in the App_Themes folder > Default > default.css
Any help? :(