HTML CODE V3- What is wrong with this code?
Posted: Wed Jun 08, 2016 8:06 pm
I had been learning how to work with html code on ver2 but now when trying the same code on ver 3 it does not work..
There are no errors - but there is no effect on the screen.
It should make the screen lightgrey with a lightblue box around the heading.
wprint "<head>"
wprint "<meta http-equiv='refresh'content='5;URL=/input?'>"
wprint "</head>"
wprint "<body bgcolor='lightgrey'>"
wprint "<table align='center' width='320' bgcolor='lightblue' border='6' cellpadding='5'>"
wprint "<th><h2><b>WiFi Eco Thermostat</h2></b></th>"
wprint "<th</th></table><br>"
Thanks
Joe
There are no errors - but there is no effect on the screen.
It should make the screen lightgrey with a lightblue box around the heading.
wprint "<head>"
wprint "<meta http-equiv='refresh'content='5;URL=/input?'>"
wprint "</head>"
wprint "<body bgcolor='lightgrey'>"
wprint "<table align='center' width='320' bgcolor='lightblue' border='6' cellpadding='5'>"
wprint "<th><h2><b>WiFi Eco Thermostat</h2></b></th>"
wprint "<th</th></table><br>"
Thanks
Joe