Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
83 Chapter 11. Controlling Appearance with ASP.NET Themes Creating ASP.NET Themes, 116 Adding Skins to an ASP.NET Theme, 116 Adding CSS Style Sheets to an ASP.NET Theme, 119 Applying Themes to Pages and Sites, 120 The previous chapter explained how Cascading Style Sheets (CSS) control the appearance of HTML elements. CSS can control almost any visual aspect of an HTML element and, in the case of type selectors, it can do so without any additional code in the element itself. For example, a CSS rule named td automatically affects every <td> tag in the same page. Unfortunately, the same approach doesn't work with ASP.NET Web server controls. CSS can affect any HTML code that a Web server control creates, but it can't affect the server control itself. To