Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<td id="cellid">...
document.getElementById('cellid').innerHTML=myvariable;
document.getElementById('cellid').innerHTML="<span style='color:#4455DD; border:2px inset #DDDDDD; background-color:#666666;'>" + myvariable + "</span>";