I’ve seen this question posted before, but have not seen an answer that fits my needs.
Is it possible to add html wrapper content around my script case application?
I’ve tried setting header col 1 to value and inserting html code but that does not work.
What I need to do is place custom html code right after the <body> tag of the application and right before the </body> tag. Can this be done and if so how?
I do not want to use iframe or integrate with Joomla. I see others are using those methods and it is not what I would like to do.
I suspect this could be done with a PHP wrapper of some sort that pulls in the app content with CURL. Your thoughts?
Thank you.