Try a directory name other than 'icons'... if you've not changed httpAdminRoot to move where the editor is served from, then 'icons' will clash with a path the editor uses.
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/973e998b-6ad2-4f55-94dc-66be09489817%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hmmm…
You received this message because you are subscribed to a topic in the Google Groups "Node-RED" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/node-red/bKIE3WASUjc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to node-red+u...@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/fab25d62-52e9-464e-8baa-260ae0c96ee9%40googlegroups.com.
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/49afeeb2-5f21-4bd8-9512-004f3481f0b6%40googlegroups.com.
Hi,using src="dabar-energy_logo.png" will mean the browser will try to load that file relative to the path the dashboard is served from - by default, /ui/dabar-energy_logo.png, which is not where httpStatic is serving the file from.
If you change the src attribute to: src="/dabar-energy_logo.png" (added a / at the start) it will then load it from the root path - which is probably where you have httpStatic being served from.
On 11 April 2017 at 19:35, Jéan Roux <je...@familyroux.com> wrote:
Sorry to bother you guys with this, it seams you have your img problems sorted.Not sure if maybe my problem is as result of trying to show a .png file, but here goes.settings.js :httpStatic: '/home/pi/tools',Stopped / started node-red,I have the .png file in: /home/pi/tools/dabar-energy_logo.pngin a UI_template:<img src="dabar-energy_logo.png" alt="dabar Logo" style="float:right;width:200px;height:160px;">Not displaying, what should I do ?
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.

--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/05aa2fe4-e51e-42c6-b4cb-9a84bf1eb3e0%40googlegroups.com.