Problem: I Have a DNN website, i want to prevent FOUC on it.
I created a Zurb Foundation skin, every time the page loads there is a Flash of unstyled content(FOUC), such as the menu showing all the drop-downs for a few seconds.
After many searches, i found that i just need to add this class no-js
to the <html>
tag as such:
<html class="no-js">
My problem is where in DNN can I add this?
I don't see any option to edit the <html>
tag