HTML code works in the editor, but not on the published page

https://replit.com/@MaxwellCarter2/RizzCalculator?v=1

Hey @MaxwellCarter2 welcome to the forums!

I can not repro this. Can you please provide a screenshot?

It’s not really able to be screenshotted, but when I’m in the editor:

When I published it and clicked the link, the Next button doesn’t work

Ah I see I miss read your question. The problem is that you forgot the closing tags for the script body and HTML. So add the following to the bottom of the HTML file.

</script>
</body>
</html>
1 Like

Thanks! This is my first time doing this xd

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.