On Mon, Jun 16, 2008 at 8:55 PM, PEF <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Still having a bit of trouble with CoolUri. This time, all the relative 
> references in the html template - i.e.
> fileadmin/css/typo.css - is referenced relative to the actual url:
>
> - http://www.mydoman.dk/my-subpage/my-sub-subpage/fileadmin/css/typo3.css
>
> instead of
>
> - http://www.mydoman.dk/fileadmin/css/typo3.css
>
> <html>
> <head>
>        ...
>        <link rel="stylesheet" type="text/css" href="fileadmin/css/typo3.css" 
> />
>        ...
> </head>
> ...
>
> Anyone with a suggestion to solve the problem?


<base href="http://www.mydoman.dk/"; />


-- 
Christopher Torgalson
http://www.typo3apprentice.com/
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to