Can someone please tell me, what is the correct way to specify that my skin will be an XHTML standard document, so that the page is not rendered in quirks mode?
I have searched and have found numerous threads discussing a few different ways, however the core recommended approach had possible performance issues and were in discussion about being fixed as of v4.4.0, I had found some work arounds as well.
My skin is being developed as an HTML file that will be parsed by DNN and turned into an .ascx file, I am not creating the .ascx file directly. (i only mention this because one of the solutions I saw suggested sounded like the .ascx file needed the 'workaround', because the HTML parser would become confused by the tags.
I want to make sure that I do this in the 'newest' way possible; and so could someone either explain what should be done, or refer me to the most recent recommendation?
Thanks very much,
Matt Christenson