cancel
Showing results for 
Search instead for 
Did you mean: 

Portal Masthead formatting

Former Member
0 Kudos

I would need javascript help in formatting the masthead in my Portal. I was able to modify and deploy sap.portal.navigation.masthead (light_HeaderiView.jsp) with a small modification that centers the masthead at 760px.

<TABLE width="760" border="0" cellspacing="0" cellpadding="0" align="center" class="prtlHdrWhl" id="myTable">

What I would like to do, is have a specific color on each side of the masthead with a shaded border at the beginning and end of the masthead.

Any help would be appreciated.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for the reply.

This changes the border of the table which I do not want to change. Because the masthead is centered, I want to change the color of the margins on each side of the masthead ... the background of the body behind the masthead.

Former Member
0 Kudos

Hi,

Try to have the border pixels to 2 (or increase the pixels size)

-> this will have the border.

and have the color for the border as 'red' or any number of the color for colroing the table border for MastHead.

<TABLE width="760" *border="2"* color = 'red' cellspacing="0" cellpadding="0" align="center" class="prtlHdrWhl" id="myTable">

Regards

Lekha