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?