Archived topic
Add javascript to site
1 reply · Started by takkularapsis on September 22, 2021
Viewing posts 1–2 of 2
Hi,
I have added this javascript straight to Section of the page. Still it doesnt show. What could be the reason?
Hi there,
first off Javascript needs to be wrapped in <script></script> tags. eg.
<script>
Your Javascript goes here
</script>
And this **** is not valid and should not be included.
This archived topic is closed to new replies.