How to Custom Create a Page Image Banner

Hello All,

Please i am trying to figure out how to create a custom Image Banner which will automatically be attached on every page been generated. i was able to achieve that manually using the following code . I will be glad if it can be down automatically and above all i would prefer it to be at the uppermost position of the page. I mean above the Header.

I will be very grateful for any suggestion or solution to the above.

Many thanks

Put this in your global startup script.

$(“.main-header”).before(“

”);

You may see the topic Server Events and Client Scripts → “Global → All Pages” → Page_Head/Foot in the help file.

TikiDood wrote:

Put this in your global startup script.

$(“.main-header”).before(“

”);

Thanks All,

The above code works great on pages without side Nav as compared to the one without Side Nav bar.
The problem is that if the Banner is set to display with 100% width the some part of the Image would not be displayed unless one collapses the side Nav bar.
i really appreciate all for the timely responses and would still be looking out for more suggestions if any to help fix that of main Nav bar and at thesame time the side Nav bar.
Once again i really appreciate