Charmed Quark Systems, Ltd. - Support Forums and Community

Full Version: A Little HTML Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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>
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.
Serves up the graph as expected. Thanks Dean.