External CSS file not working
Posted: Sun Jun 18, 2017 8:31 am
I'm trying to use a CSS-file, but is eems to be ignored completely. The CSS is very simple, just setting the width of a td element:
Uploaded it (test.css) with filemanager who puts it into uploads folder.
In menu.bas which displays a table with 1 <td>, I start with a line
Also tried "/test.css" and "/uploads/test.css" all without any effect.
Any suggestions ?
Code: Select all
td{
width: 50px;
}
Uploaded it (test.css) with filemanager who puts it into uploads folder.
In menu.bas which displays a table with 1 <td>, I start with a line
Code: Select all
..no effect. css "test.css"
Also tried "/test.css" and "/uploads/test.css" all without any effect.
Any suggestions ?