function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFDCConsultant.ax449SFDCConsultant.ax449 

Partner Portal Custom Header not working

I am trying to create a custom header for the partner portal.

 

I created an html with the following contect:

<div> this is the header </div>

 

I created a salesforce.com document for this html file.

 

On the partner portal settings page I change the 'Header' to the document created in the previous step.

 

When I log into the partner portal I get this at the top of my page:

<div>

this is the header

</div>

 

For some reason it's not interpreting the html code.  I tried adding doc type but no luck.  I have looked at examples and they look exactly the same as mine.

 

Any ideas?

 

Thank you,

Michael

kruti tandelkruti tandel

hi,

 

first creat html file. test.html

 

<html>

<body>

<div> this is the header </div>

</body>

</html>

 

then you create salesforce.com document for this html file. 

TH53TH53

Did you ever get this to work? I am encountering the same situation and am curious to learn what I need to do to change the UI display and look and feel of a partner portal.