You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Patrice Le Cozler <pl...@dexem.com> on 2002/04/23 14:29:01 UTC

who is generating the tag ?

Hi,

newbie question :

I need to use a style sheet for my app so I must write something like :

<HEAD>
<TITLE> prettyTitle</TITLE>
<LINK REL=STYLESHEET HREF="mystyles.css" TYPE="text/css">
</HEAD>

but the templates/app/layouts/Default.vm template only defines the
<body> part of the page.
How can I add/modify things before the <body> tag ?

thanks

Patrice