Nowadays we're using stylesheet (CSS) in our
HTML files and we'd like to still using them
in our Velocity Templates (something as follows)

<html>
<head>
    <LINK REL="stylesheet" TYPE="text/css" HREF="ourstyle.css">
</head>
<body>
        <B>$Wellcome</B>
</body>
</html>

...I've tried this code but no style is applied, 
what am i doing wrong?
(the same code but with an '.html' extension works fine!)

Thanks in advance:

========<[EMAIL PROTECTED]>=========

Reply via email to