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]>=========
- RE: A doubt about CSS and Velocity Soriano, Jaume
- RE: A doubt about CSS and Velocity Paulo Gaspar
