Is it possible to insert HTML, CSS, or JS code?
In this article, you will learn how to inject advanced HTML, CSS, and JS code directly onto your pages and funnels created within SystemeScale.
What you will need:
- An active SystemeScale account.
- Your valid HTML, CSS, or JavaScript code snippets.
Why add custom code to your pages?
By leveraging custom code, it is possible to drastically modify the default styles, functionalities, and structures of your assets beyond the standard editor capabilities.
- CSS: To override and customize global styling variables across texts, buttons, and layouts.
- JavaScript: To deploy complex functional animations (e.g., hover states, dynamic loading) or integrate tracking scripts (like the Meta Pixel or Google Analytics).
- HTML: To embed external iFrames, build structured div tables, or construct highly specialized page divisions.
<head> </head><footer> </footer><html> </html><body> </body>
Incorrect:
<div><iframe src="link to your video"></iframe></div>Correct:
<iframe src="link to your video"></iframe>
1. Adding code to specific pages (Page-Level Tracking)
If you only need a script to fire on one precise page (e.g., a specific conversion event tracking snippet), you inject it directly into that page's backend parameters.
- Edit header code: Paste any scripts requiring initialization within the
<head>tags (most common for analytics). - Edit footer code: Paste any operational scripts intended to load at the bottom of the Document Object Model (DOM).
2. Adding global code to all Sales Funnels
Certain operational tags (like Meta Pixels or Google Tag Manager) must be present across your entire ecosystem. To avoid manually pasting the script onto every single page within every funnel, you can configure it globally at the account level.
Navigate to your Profile picture, click on Settings, and select the Sales Funnels menu tab on the left sidebar. Paste your universal tracking snippet directly into the Tracking code text area, and click Save.

Sales funnel settings
3. Adding the "Raw HTML" element inline
The Raw HTML block allows you to insert custom structural code directly into the visual body of most pages (such as sales pages, order forms, and thank you pages).
