[opencms-dev] Text-Bugs in a Help-Module (Howto: JSP template development)
Nikolai Neumayer
spam69 at a1.net
Fri Jun 20 17:27:01 CEST 2003
Just to avoid missunderstandings, the stylesheet "it.css" (and the
folder /css) is not the one of the original help-page, but the one I
use for myself. Certainly this makes no difference to the described
bugs.
Niki
-------------------
> If you copy and paste the text from the help-page "Step 2: Creating
a
> simple JSP template", you wont't get the wanted result because of
the
> following bugs:
>
> Instead of the line
> <link type= "text/css" href="<cms:link>../css/it.css</cms:link>">
>
> you need
> <link type="text/css" rel="stylesheet"
> href="<cms:link>../css/it.css</cms:link>">
>
> I don't know, if the additional space between "type=" and
""text/css""
> may cause problems, but the missing "rel="stylesheet"" does this
> definitifely.
>
>
> There are also two additional angle brackets after "<body>" and the
> last "</h2>", which lead to unwanted results.
>
> Best regards,
> Niki
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please
visit
> http://mail.opencms.org/mailman/listinfo/opencms-dev
>
More information about the opencms-dev
mailing list