CSS include w3.css no effect
Posted: Sun Jun 12, 2016 5:07 am
Hi,
uploaded w3.css using the file manager to /uploads/w3.css. Tried several options to change the style, but non worked.
Try 1
Try 2
Try 3
Wanted to use the style, like
uploaded w3.css using the file manager to /uploads/w3.css. Tried several options to change the style, but non worked.
Try 1
Code: Select all
css "w3.css"
Try 2
Code: Select all
css "/uploads/w3.css"
Try 3
Code: Select all
wprint |<head>|
wprint |<title>ESP8266Basic HowTo - LED Toggle ON / OFF using w3.css</title>|
wprint |<link rel="stylesheet" href="http://www.w3schools.com/lib/w3.css">|
wprint |<link rel="stylesheet" href="http://www.w3schools.com/lib/w3-theme-blue-grey.css">|
wprint |</head>|
Wanted to use the style, like
Code: Select all
wprint |<header class="w3-container w3-theme w3-large w3-blue">|
wprint |ESP8266Basic HowTo - LED Toggle ON / OFF|
wprint |</header>|
wprint |<HR>|
wprint |<div class="w3-row-padding">|
wprint |<div class="w3-large w3-red">LED:|
textbox ledstatus
ledstatus = "OFF"
wprint |</div>|