cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Portal Masthead.JSP logo changes

Former Member
0 Kudos

Friends,

I know we can upload logo from theme editor but we do not want to go that route. We wanted to change the logo while modifying the given masthead.jsp file.

The below is the code line 7  given by sap.

<td class="space_container" id="space_container">

<img src="/com.sap.portal.navigation.afp.masthead/images/blank.gif" alt="" id ="search_blank_gif" style= "height:28px" />

</td>

I have written the code based on the above line to replace my custom image logo but the image is not loading on masthead .

1. I have uploaded the image in MyCompanyMasthead>>WebContent>>Images>>xyz.png

2. I referred uploaded image in masthead.jsp file as below shown, but still I cannot see image on the masthead, I can see the image place holder but not actual image.

<td class="space_container" id="space_container">

<img src="/mycompanymasthead/images/xyz.png" alt="" id ="search_blank_gif" style= "height:28px" />

</td>

got stuck here any help would be great.

Thanks

Krishna

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Krishna,

Is "mycompanymasthead" the project where your masthead is implemented ?

Andrea.