Thanks, Dave, but that doesn't seem to have fixed it either.
Here's my head from my master page:
Code: Select all
<head>
<link href="../TableStyles/LibraryFooter.css" rel="stylesheet" MadCap:stylesheetType="table" />
<link href="../Stylesheets/styles.css" rel="stylesheet" type="text/css" />
<link href="http://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet" type="text/css"/>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-56825100-1', 'auto');
ga('send', 'pageview');
</script>
</head>
And here's the head when I publish:
Code: Select all
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><title></title>
<link rel="Stylesheet" href="Skins/Default/Stylesheets/TextEffects.css" />
<link rel="Stylesheet" href="Skins/Default/Stylesheets/Styles.css" />
<link rel="Stylesheet" href="Skins/Default/Stylesheets/normalize.css" />
<link rel="Stylesheet" href="Skins/Default/Stylesheets/foundation_custom.css" />
<link rel="Stylesheet" href="Skins/Default/Stylesheets/offcanvas.css" />
<link rel="Stylesheet" href="Skins/Default/Stylesheets/Web.css" />
<link rel="Stylesheet" href="Skins/Default/Stylesheets/Tablet.css" />
<link rel="Stylesheet" href="Skins/Default/Stylesheets/Mobile.css" />
<script type="text/javascript" src="Resources/Scripts/custom.modernizr.js">
</script>
<script type="text/javascript" src="Resources/Scripts/jquery.min.js">
</script>
<script type="text/javascript" src="Resources/Scripts/foundation.min.js">
</script>
<script type="text/javascript" src="Resources/Scripts/plugins.min.js">
</script>
<script type="text/javascript" src="Resources/Scripts/require.min.js">
</script>
<script type="text/javascript" src="Resources/Scripts/require.config.js">
</script>
<script type="text/javascript" src="Resources/Scripts/MadCapAll.js">
</script>
<script src="Skins/Default/Scripts/Toolbar.js">
</script>
</head>
I've looked at my project properties and the master stylesheet is set to default, and the same is true on the target | general.
As you can see, I'm not getting the links from the master page appear in the output at all.
Any other ideas?