All Tags »
MasterPage
Sorry, but there are no more tags available to filter with.
-
A few thoughts:
1. Are the pages that won't show the image in a different folder than default.aspx? If so, it's a mapping problem.
2. Do the pages that don't show the logo have the MasterPageFile="site.master" in the Page declaration at the very top? If not, add it so it uses the site.master.
Also, ...