I want to design my website with a consistent look, including images in the header. Is a theme (assuming no overriding desired) the best idea, or are there other ways to simply customize my master page for a consistent look throughout that includes images?
In other words, could I just add an image to the <header> tag in the master page. Or have the entire header contain a background image.
Just curious - would a theme be the better way to go, or is it an "either-way" decision?
Also, at Chapter 6, page 220, bullet point 7 - I added the code to my config file:
Code:
<pages theme="MainTheme" styleSheetTheme="MainTheme" />
but my master page still doesn't show the style(s) in Design View. Although it works in the browser.