M
Mort Strom
Right now the header of my master page contains all of the CSS styles for
all of the pages that might be loaded in my ContentPlaceHolder. The problem
is that my <style> tag is getting too large to manage. I have 300 lines of
styles in my masterpage and I don't need all of this for every page --
somehow this can't be a smart way of managing styles.
How do I programmatically apply styles in my MasterPage based on the
ContentPlaceHolder page that's being shown?
Or another way to ask it - how do I apply styles to ContentPlaceHolder pages
since these pages cannot contain a <header> tag?
Thanks for any direction,
Mort
all of the pages that might be loaded in my ContentPlaceHolder. The problem
is that my <style> tag is getting too large to manage. I have 300 lines of
styles in my masterpage and I don't need all of this for every page --
somehow this can't be a smart way of managing styles.
How do I programmatically apply styles in my MasterPage based on the
ContentPlaceHolder page that's being shown?
Or another way to ask it - how do I apply styles to ContentPlaceHolder pages
since these pages cannot contain a <header> tag?
Thanks for any direction,
Mort