[opencms-dev] fail to include css and image in template
Nicolas Delsaux
nicolas.delsaux at online.fr
Wed Jun 4 14:45:01 CEST 2003
On Wed, 04 Jun 2003 13:20:42 +0200, Nicolas Delsaux
<nicolas.delsaux at online.fr> wrote:
<a lot of stupid things>
Sorry for the previous message, it was more due to my lack of patience than
to a real hard problem. In fact, I miss-spelled my image name.
However, there is a little issue with the HOWTO jsp template. Indeed, the
<link> tag does not contains the rel="stylesheet" attribute, which prevents
the stylesheet from being used and, by the way, makes it useless.
I suggest doc maintainers to replace the <link type= "text/css"
href="<cms:link>../resources/mystyle.css</cms:link>"> line (in page 2 of
this tutorial) with
<link rel="stylesheet" type= "text/css"
href="<cms:link>../resources/mystyle.css</cms:link>">
Thanks
--
Nicolas Delsaux
More information about the opencms-dev
mailing list