I had a client send me a skinning question I was hoping someone could help answer as I am not a skinning guru, I am more on the programming side. I have only found half the answer. Below is the example of what they want to do with DNN via their skin. I know that you can change the document type via the XML file with the skin, however I have no idea how to inject the other tags etc. into the HTML section / pre-head of the page etc. Can anyone give me some assistance? Below is the example markup. Thanks.
Here is the current site header (with meta data, open graph tags, ie conditional comments, etc), which is what we'd like to mimic in DNN.
An example of the namespace question in particular is the xmlns attribute:
<html class="ie9" xmlns:fb="http://www.facebook.com/2008/fbml">
<!DOCTYPE HTML>
<!--[if IE 6]><![endif]-->
<!--[if lt IE 7 ]> <html class="ie6" xmlns:fb="http://www.facebook.com/2008/fbml"> <![endif]-->
<!--[if IE 7 ]> <html class="ie7" xmlns:fb="http://www.facebook.com/2008/fbml"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8" xmlns:fb="http://www.facebook.com/2008/fbml"> <![endif]-->
<!--[if IE 9 ]> <html class="ie9" xmlns:fb="http://www.facebook.com/2008/fbml"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html xmlns:fb="http://www.facebook.com/2008/fbml"> <!--<![endif]-->
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta property="og:image" content="">
<meta property="og:site_name" content="Coors Light">
<meta name="title" content="">
<meta name="description" content="">
<link rel="image_src" href="" />
<meta name="keywords" content="">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<title>Coors Light</title>
<!--[if lt IE 9]> <script src="../assets/js/html5shiv.js"></script> <![endif]-->
<link rel="stylesheet" href="../assets/css/screen.css" type="text/css">
</head>
<body>