Find and make a copy of this file and place into your template/common folder
/includes/templates/template_default/common/html_header.php
In this file towards the bottom you will enter your code where I have indicated in red:
Code:
/**
* include content from all page-specific jscript_*.php files from includes/modules/pages/PAGENAME, alphabetically.
* These .PHP files can be manipulated by PHP when they're called, and are copied in-full to the browser page
*/
require($page_directory . '/' . $value); echo "\n";
}
//DEBUG: echo '<!-- I SEE cat: ' . $current_category_id . ' || vs cpath: ' . $cPath . ' || page: ' . $current_page . ' || template: ' . $current_template . ' || main = ' . ($this_is_home_page ? 'YES' : 'NO') . ' -->';
?>
Insert your code here
</head>
This will place this on all pages and if I read this correctly it will not scroll but be anchored to the lower right corner
I or another will have to look into and comment on the before the body insertion.