0
在asp.net web表單的項目,我需要外部樣式表只有內容頁添加,是否可以將樣式表僅添加到內容頁面?
如果我把CSS鏈接<%@ Page>
聲明後,它提供了一個錯誤說
Error 103 Validation (XHTML 1.0 Transitional): Content is not supported outside 'script' or 'asp:content' regions.
如果我把這裏面<asp:Content>
標記錯誤是
Error 104 Cannot switch views: Validation (XHTML 1.0 Transitional): Element 'link' cannot be nested within element 'td'.
是否有可能一個樣式表僅添加到內容頁?