Hi Lee
I wish to insert an XHTML transitional Doctype in my DNN 4.4.0 so that I might continue to used css skins.
Previously the Doctype was declared in the default.aspx file.
DNN 4.4.0 Default.aspx file, now also contains this line:
<asp:literal id="skinDocType" runat="server"></asp:literal>
Which I understand allows greater control of Doctype settings. I understand also that the code behind also contains Doctype declarations.
I am not exactly sure where I should I insert:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xht..."> <html xmlns="http://www.w3.org/1999/xhtml">
Thanks
Regards
Lynn