...
- 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.
Figure 1Code Block xml xml title css.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>
Step 2: Place fluid css resources in rs directory.
- Download the Fluid Skinning System (FSS)