A Basic Interpreter written from scratch for the ESP8266

Moderator: Mmiscool

User avatar
By Thiqua
#67310 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:
Code: Select alltd{
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 allcss "test.css"
..no effect.
Also tried "/test.css" and "/uploads/test.css" all without any effect.
Any suggestions ?