Hi, I have 2 stylesheets in my project and all the pages are inheriting from a Master page.
When i inherit a master page, the child's page code should be in <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat ="Server"> </asp:Content>. If so, then how should i link my CSS pages into this child page? Regards, Su
