Hi All,
Since i upgraded to the latest versions of DNP (2.8.6 or 2.8.7) i have had several problems getting the logo to display in Internet Explorer 6.
I used to edit the file \App_Themes\Default\Images.skin so that we could rename the images to whatever we wanted and use whatever file type we wanted to rather than the standard .png file that is called dnp_logo.png.
Usually we change the following lines of code in the above file name:-
<asp:Image runat="server" SkinID="Logo" ImageUrl="images/dnp_logo.png" />
<asp:Image runat="server" SkinID="LogoBig" ImageUrl="images/dnp_logo_big.png" />
And change them to:-
<asp:Image runat="server" SkinID="Logo" ImageUrl="images/logo.gif" />
<asp:Image runat="server" SkinID="LogoBig" ImageUrl="images/logo.gif" />
Since upgrading to 2.8.6 and even after upgrading to 2.8.7 i have been unable to get the image to display in the portal once you have logged in as it seems to now be hard coded within the files or even worse the DLL's that we can't edit.
When you go to the login screen the logo displays correctly, but once you have logged in it disappears completely.
If you use another browser it works fine.
The answer i have had from the support team after emailing them to find out why it will not pick up from the \App_Themes\Default\Images.skin file they advised that i upgrade my browser!
Some of our clients are still using the old ie6 or later and we still use it here to make sure that any websites that we develop are working in ALL browsers and the images are displaying correctly in the older as well as newer browsers.
If anyone has any ideas about how to change this logo once you have logged in it would be greatly appreciated.
We would prefer to use a gif file for the logo as we know this will not be a problem for any browser.