-
1. Re: How to add header???
Peter Johnson May 2, 2007 10:31 AM (in response to Ritesh)The layout of the portal is dictated by the stylesheet for the selected theme. You can find the themes at jboss-portal.sar/portal-core.war/themes. In the stylesheet, look for styles that have "header" as a prefix. Also, most styles have images/header_bg.gif (or simply header.gif) as the background image.
-
2. Re: How to add header???
Ritesh May 2, 2007 10:47 AM (in response to Ritesh)Hi Peter,
Nice to hear again from your side,thanks for your reply.
I got the idea what u have mentioned.But I wanted to know, can I just include my html files in some file.Actually I have a header ready, which has been made by someone else for my project.
Like in some other portal, we can just include in jsp using some jsp tag.
Should we have something similar to that in Jboss Portal?
Thanks a lot!!!
Ritesh. -
3. Re: How to add header???
Peter Johnson May 2, 2007 11:54 AM (in response to Ritesh)can I just include my html files in some file
Not as far as I know. -
4. Re: How to add header???
asa asa May 2, 2007 4:17 PM (in response to Ritesh)you can try layouts/generic/index.jsp to include your html content.
As far as i remember , this is configurable .
A