Can it is possible to combine multiple sheets into one
Yes it is possible to combine multiple sheets in one to combine multiple/partial style sheets into one set the TITLE attribute taking one and the same value to the LINK element. The combined style will apply as a preferred style to under stand it we take a example. <LINK REL=Stylesheet HREF="style1.css" TITLE="dotnetquestion"> <LINK REL=Stylesheet HREF="style2.css" TITLE="dotnetquestion"><LINK REL=Stylesheet HREF="style3.css" |
|
| TITLE="dotnetquestion"> | |
