Themes in Master Pages

Last post 09-12-2005 4:09 AM by Dave Sussman. 1 replies.

Sort Posts:

  • Themes in Master Pages

    09-12-2005, 2:42 AM
    • Member
      180 point Member
    • padmakar
    • Member since 07-29-2002, 2:29 AM
    • Posts 40
    How can we apply themes to the master pages?  Is it required that we have to apply the themes in each and every page, when we have to apply at the master page level?
  • Re: Themes in Master Pages

    09-12-2005, 4:09 AM
    You don't apply themes to master pages, but to individual pages. There is, however, a way to set the theme for the entire application, by way of web.config:

    <system.web>
      <pages Theme="MyTheme" />
    </system.Web>


    Dave
Page 1 of 1 (2 items)