So how come the "../images/" doesn't fail when the master page is used in a subdirectory?
Or is the path relative to the location of the style sheet rather than the page?
Also, when I tried putting "runat=server" in the body tag of my application, I got 6 compile errors -- all of them were "Too many characters in character literal". 3 were in the MasterPage.master on line 1, column 1 (the Page directive?); the others were 3
different aspx pages that use this master page. Completely mysterious.
CynthiaD
Participant
1000 Points
237 Posts
Re: Referencing images (path) in MasterPages
Jun 02, 2005 03:48 PM|LINK
So how come the "../images/" doesn't fail when the master page is used in a subdirectory?
Or is the path relative to the location of the style sheet rather than the page?
Also, when I tried putting "runat=server" in the body tag of my application, I got 6 compile errors -- all of them were "Too many characters in character literal". 3 were in the MasterPage.master on line 1, column 1 (the Page directive?); the others were 3 different aspx pages that use this master page. Completely mysterious.