[2005] Skin File and Stylesheet
Hello,
I have recently started working in asp.net and i am using Master/Content Pages.
Now the problem is coming in applying the skin file to my aspx pages.
I am having one skin file which needs to be applied on all the web pages and an individual stylesheet for every webpage. But the problem is that when i apply stylesheet theme it asks for the folder name which i give as
Code:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Report.aspx.cs" Inherits="Report" Title="Reports" StylesheetTheme="Report" %>
here Report folder have two files - one skin file(.skin) and other stylesheet (.cs) file.
Now if i have another page then how can i apply the same skin file to that page also. Currently i am making another folder with another name and copying the same skin file into taht and including the other stylesheet.
Can't i have opnly one skin file(no extra copies of that) and several stylesheets???
Plz help!!
Re: [2005] Skin File and Stylesheet
Apply the theme in your Master Page. Give 'report' the most common elements, skin files, and CSS, so that everything in the report themes is applied to the entire website.