[Typo3] CSS include

Nino Katic nkatic at public.srce.hr
Mon Jun 13 16:06:11 CEST 2005


Hi,

I have:

page.includeCSS {
  file1 = fileadmin/cms/style.css
}

Anyone have an idea what typo (3.8.0) insert that css like absolute link
so in HTML i get:

<link rel="stylesheet" type="text/css" href="/fileadmin/cms/style.css" />

and what i need is:

<link rel="stylesheet" type="text/css" href="fileadmin/cms/style.css" />

If I try to write it like so:

page.includeCSS {
  file1 = ./fileadmin/cms/style.css
}

typo doesn't insert anything in HTML ??

Thx. and best regards,

Nino



More information about the TYPO3-english mailing list