You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Marcus <mv...@gmail.com> on 2007/05/10 00:35:06 UTC

Re: T5 CSS

Just another way,

Layout.html:

<head>
     <link href="assets/css/mystyles.css" rel="stylesheet" type="text/css"/>
</head>


with mystyles.css under src/main/webapp/assets/css/

;)
Marcus