-->
Page 1 of 1

CSS file not implemented

PostPosted: Fri Jun 16, 2017 3:57 am
by Thiqua
Hi,

I made a very simple program and a very simple CSS file called test.ss which I uploaded with the filemanager.
In de the program is have a line css "test.css".
In the ccs file I set the font-family and size for a td element.
But it is not implemented when I look at the page in the browser. When I use cssid-lines in the program itself it works fine, but I do not want to set the font for every element again and again.
Any known issues with seperate css-file ? When shoud it be located, since the filemanager puts it in the upload-folder.

Re: CSS file not implemented

PostPosted: Sat Jun 17, 2017 8:47 pm
by atexit8
Thiqua wrote:the filemanager puts it in the upload-folder.


Then have your HTML file look for that file in that folder.

Re: CSS file not implemented

PostPosted: Mon Jun 19, 2017 8:44 am
by Thiqua
Tried all that;
css "/uploads/test.css"

then moved the file to root and tried
css "/test.css"
css "test.css"

nothing...