@marci123 said in Where to add html before end of head & body tags for individual pages?: 
  @alwayspaws usually you will find the the  tag in the file header.tpl. If you put javascript in a tpl file you will have to wrap it in {literal}here comes your script {/literal} 
  
  you will find the closing  tag in footer.tpl. Here you can insert the footer script. 
  
  Then the code will be loaded on every page. 
@marci123 thanks for joining us and for clarifying for me, exactly how to do that! Now I just need to figure out the best spot for it. 
Any ideas, people?