Hi,
I am having a problem converting a simple HTML file to a SharePoint masterpage. I am using an account with the right permissions to the site collection. When I uploaded the html file, it has appeared in the 'Edit Master Pages' list but there was not conversion status. When I clicked the file, a warning message displayed "We couldn't find the converted file. After editing and saving your HTML design file, refresh the page".
Below is the code for the simple html file I have uploaded:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html[]>
<html xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=10" />
<link rel="stylesheet" href="Styles/URC Style.css" type="text/css" />
<title></title>
</head>
<body>
<div class="URCContainer">
<div class="URCHeader">
</div>
<div class="URCTopNavigation">
</div>
<div class="URCBodyContainer">
</div>
<div class="URCFooter">
</div>
</div>
</body>
</html>