I want to use a separate CSS file for my HTML webpage. I am designing everything in Node-red. How do I achieve this?
Answer by knolleary (2799) | Jul 03, 2015 at 03:27 AM
You can create a simple HTTP-In->Template->Http-Response flow that serves up your CSS content. The HTTP-In node will define the URL the content is served from, the Template node will contain the CSS itself.
Thanks. But what if I want to add some image to my webpage. Will this also be done the way you advised?
Getting moni.ai working node-red on bluemix? 0 Answers
Is Live Edit broken for Node RED / IOT bluemix apps? 1 Answer
node-gyp rebuild issue while installing node-red-node-swagger on Windows 7 0 Answers
Node-RED + Cloudant - Inserting a new document 0 Answers
Node-Red Raspberry Pi 3 Deploy Flow automatically on startup 1 Answer