Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Navigate to and open the css.jsp file. This file is located in the Calendar portlet.
    • Source Location: CalendarPortlet/trunk/src/main/webapp/WEB-INF/jsp/css.jsp
  • Add the code snippet depicted in figure 1 to your css.jsp file.
    Code Block
    xml
    xml
    titlecss.jsp
    <!-- INSTRUCTIONS
    | The below code snippet should be placed just below the include.jsp directive
    | and above the tag that links to the calendar.css file.
    -->
    <c:set var="RESOURCE"><rs:resourceURL value="/rs"/></c:set>
    <link rel="stylesheet" href="${RESOURCE}/fluid/1.1.2/fss/css/fss-layout.css" type="text/css"></link>
    <link rel="stylesheet" href="${RESOURCE}/fluid/1.1.2/fss/css/fss-text.css" type="text/css"></link>
    
    Figure 1

    Step 2: Place fluid css resources in rs directory.
  • Download the Fluid Skinning System (FSS)