You need to sign in to do that
Don't have an account?

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
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.
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.