Image HTML for global header widget
-
Morning all
I've added a global header to my site (using Jumbotrom container to make it appear more like a banner).
I want this banner/header to be an image.
I think the only way to do this is by adding an HTML widget? (which I've done)
I've uploaded the banner image that I'd like to use into the assets folder:
/assets/uploads/system/header-feb.jpgI have absolutely no clue about HTML code. What should I be putting here?
Thanks in advance
-
Something as simple as the below will work
<img src="/assets/uploads/system/header-feb.jpg">
You'll likely need to use some CSS to get the layout you are looking for. Feel free to come back to me if you need help.
-
@phenomlab Thank you so much
-
can you with text widget
![](/assets/uploads/system/header-feb.jpg)
-
@Yehonatan-Albert That would only work if the upload was completed via NodeBB as there will not be any reference point in the DB for it otherwise