4 Replies Latest reply on May 2, 2007 4:17 PM by ashishaneja

    How to add header???

    ritesh_sanjay

      Hi All,
      I have header HTMl file and like to add on every page on my portal.
      Can anyone tell me which are the files where I nned to include my html files and how to add that?

      Thanks in advance!

      Ritesh.

        • 1. Re: How to add header???
          peterj

          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_sanjay

            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???
              peterj

               

              can I just include my html files in some file


              Not as far as I know.

              • 4. Re: How to add header???
                ashishaneja

                you can try layouts/generic/index.jsp to include your html content.
                As far as i remember , this is configurable .
                A