Header text

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
ahmed7
User
Posts: 97

Header text

Post by ahmed7 »

hello
I'd like to add a text in above of page (all of pages) which is in header section or in navbar section
Is there any easy way to do that which allow me to see my text or image in all pages in system?
Thanks


MichaelG
User
Posts: 1095

Post by MichaelG »

You can use Global Startup Script to add content to the header (e.g. use jQuery.append).


Post Reply