Hi,
<br>
IÂ’m trying to change the masthead logo image.
I downloaded the com.sap.portal.navigation.masthead.par and opened it on IDE.
I understood that I need to update the HeaderiView.jsp on this location: <br><br>
<TD class="prtlHeaderNotch" id="header_notch" nowrap><img src="<%=themeRootURLPath%>/../common/1x1.gif"
class="prtlHeaderNotchImgWidth"></TD>
<TD nowrap ti="0" tabIndex="0" class="prtlHdrWelcome"
id="welcome_message"><%=StringUtils.escapeToHTML(GetWelcomeMsg(componentRequest, welcomeClauseStr))%></TD>
<TD class="prtlHdrBrandImgContainer" ti="-1">
<%=GetLicenseText(componentRequest)%></TD>
<br><br><br>
1. What should I need to do in order to change the logo?
I was looking for < img src tad but didnÂ’t find and I understood that the original logo is
retrieved by prtlHdrBrandImgContainer. In this case, should
I remove this line? What should I add instead?
<br><br>
2. Where I need to locate the new image I want to use?
<br><br><br>
Thanks in advance
<br>
yoel