Skip to Content
0
Former Member
Dec 10, 2005 at 12:03 AM

How to modify styles on .aspx page to reflect portal theme

32 Views

Hi,

I have created an iView, using the appintegrator, that points to an aspx page on a website.

The page content is a .NET control, so I cannot change the colors inside the control so easily, but I would like to change the background body colors to match the portal theme if possible.

The aspx page is constructed as follows:

<html>

<body bgcolor="blue">

<table>

<tr><td> .NET CONTROL </td></tr>

</table>

</body>

</html>

Can someone provide instructions for what I need to do to allow my page to be displayed with the selected portal theme color? Currently the background around my control is always blue and does not change with the theme.

Can this be done using the appintegrator? If so, what do I need to do? Will this require coding to communicate between the portal and the web page?

One last note: I am trying to get SAP certification, so any solution must be in compliance.

Thanks,

Ken