XF 2.1 I want to add stuff in the header - how?

I have a bunch of stuff that I want to add above everything. A main graphic, text and hotlinks. All in html format. I assume I can do this.nwhere do I put it?

thanks!
 
When you say above everything, do you mean above the header or at the top of the header?

As in previous post, I would use PAGE_CONTANER and add content either

after <body data-template="{$template}"> or <header class="p-header" id="header"> or <div class="p-header-inner">
 
Top Bottom