[opencms-dev] How to have more than one CSS stylesheet included in template?

KDK kkhipple at gmail.com
Tue Aug 30 05:08:15 CEST 2005


<link type= "text/css"
href="<cms:link>../resources/myfirststyle.css</cms:link>">
<link type= "text/css"
href="<cms:link>../resources/mysecondstyle.css</cms:link>">


On 8/29/05, T Reaves <treaves at silverfieldstech.com> wrote:
> 
> On Aug 29, 2005, at 9:06 AM, pat sad wrote:
> 
> 
> > When I create a new template where I want to have css style sheets
> > included and verified through openCMS I noticed that we can add a link
> > to the resources folder and this makes the pages set up using that
> > specified css file.
> >
> > Example:
> >
> > <link type= "text/css" href="<cms:link>../resources/mystyle.css</
> > cms:link>">
> >
> >
> > Now if I want to have more than one style sheet beeing read,  how do I
> > include that second sheet ?
> >
> >
> 
> 
>     You simply include a second sheet.  Duplicate the line and
> change the file name.
> 
> 
> 
> 
> 
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://mail.opencms.org/mailman/listinfo/opencms-dev
>



More information about the opencms-dev mailing list