Charmed Quark Systems, Ltd. - Support Forums and Community
A Little HTML Help - Printable Version

+- Charmed Quark Systems, Ltd. - Support Forums and Community (https://www.charmedquark.com/vb_forums)
+-- Forum: General Discussion (https://www.charmedquark.com/vb_forums/forumdisplay.php?fid=3)
+--- Forum: Installation/Configuration (https://www.charmedquark.com/vb_forums/forumdisplay.php?fid=10)
+--- Thread: A Little HTML Help (/showthread.php?tid=9160)



A Little HTML Help - potts.mike - 01-05-2015

Is this all I need to serve up this iframe from the cqc webserver?

<!DOCTYPE html>
<html>
<body>
<iframe width="450" height="260" style="border: 1px solid #cccccc;" src="http://api.thingspeak.com/channels/20877/charts/6?width=450&height=260&timescale=30&days=3&dynamic=true&title=CQC%20Server%20Memory" ></iframe>
</body>
</html>


A Little HTML Help - Dean Roddey - 01-06-2015

It looks legal in general, though whether it does what you want I dunno. I think that spaces in the query parameters are supposed to be + signs, not %20 type values, but probably it won't make a whole lot of difference. The space after dynamic= may be a problem, assuming it's not just a display issue.


A Little HTML Help - potts.mike - 01-07-2015

Serves up the graph as expected. Thanks Dean.