end
end
buf = buf.."<h1> ESP Web Controller</h1>";
buf = buf.."<p>Switch 1 <a href=\"?pin=ON1\"><button style= \"width:150px;height:150px;font-size:100px;>On</button></a> <a href=\"?pin=OFF1\"><button style= \"width:150px;height:150px;font-size:100px;>Off</font></button></a></p>";
buf = buf.."<p>Switch 2 <a href=\"?pin=ON2\"><button style= \"width:150px;height:150px;font-size:100px;>On</button></a> <a href=\"?pin=OFF2\"><button style= \"width:150px;height:150px;font-size:100px;>Off</font></button></a></p>";
local _on,_off = "",""Note that these lines build a string in a buffer which is sent to the calling browser. When I add "background-color:green" to the css style It won't compile. However if I replace one of the other attributes with it, it will compile. I might also mention that the same code written in an HTML editor (without the escaped characters) works fine when viewed in a browser. Anyone know where am I going wrong?