Hi All,
Does anybody know an easy (quick n dirty) way to add a custom logo at the top of the page, without messing with css?
Thank you very much
Regards
Peter
Easy way to add custum header?
Re: Easy way to add custum header?
You can insert html to specific table headers using the tablename_header() hook:
http://bigprof.com/appgini/help/advance ... ame_header
Or you can add some global header html to all pages using the header-extras.php file (also found in the hooks folder - only available after V5.40)
You will likely have to add some CSS (even bootstrap classes) to get it to place nicely and perform responsively though.
http://bigprof.com/appgini/help/advance ... ame_header
Or you can add some global header html to all pages using the header-extras.php file (also found in the hooks folder - only available after V5.40)
You will likely have to add some CSS (even bootstrap classes) to get it to place nicely and perform responsively though.
Re: Easy way to add custum header?
Thank you, that seems like at fair solution / workaround, until I get to learn more about the mysteries of css! 
