Connecting Tech Pros Worldwide Forums | Help | Site Map

Master Page & Themes

Member
 
Join Date: Dec 2006
Posts: 39
#1: Sep 27 '08
Hi

Can any body help me how to add theme in master page. I have added

App_Theme-->Default-->HelloDr.css in my project.

Newbie
 
Join Date: Sep 2008
Posts: 2
#2: Sep 28 '08

re: Master Page & Themes


In source of masterpage in first line(master section) add
EnableTheming="true"

in web.config there is <pages> tag
in that tage add <pages theme="Default">

it must work ;-)
Reply