I have a tricky problem. I have already made a masterpage, along with a style sheet. The masterpage will be used as a format to make several websites.. yes websites not webpages. The thing is that each website will have a different background image. So how
do I put a background image on each of the websites? The style sheet will also be used for all the websites. I want to be able to put the background image on the individual webforms.
So I have this:
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
</asp:Content>
Where do I put it? What are the correct tags?