i created master page for 2013 by putting this html code.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>SharePoint 2013 Demo Site</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="menu_container">
</div>
<div id="main_container">
</div>
<div id="sidebar">
</div>
<div style="clear:both;"></div>
<div id="footer">Page footer & Copyright notice.</div>
</div>
</body>
</html>
and uploaded the html and using desginer manager i converted it to .masterpage.
everything is working fine in my SharePoint Site except when i click on "Add an App" it is giving a message "Loading" but it is never showing up the app page.
if i put seattle.master as defaultmasterpage and custom masterpage the "Add An App" page is working fine.
can you guys tell me why it is happening like this.
Thanks,
M.M
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>SharePoint 2013 Demo Site</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="menu_container">
</div>
<div id="main_container">
</div>
<div id="sidebar">
</div>
<div style="clear:both;"></div>
<div id="footer">Page footer & Copyright notice.</div>
</div>
</body>
</html>
and uploaded the html and using desginer manager i converted it to .masterpage.
everything is working fine in my SharePoint Site except when i click on "Add an App" it is giving a message "Loading" but it is never showing up the app page.
if i put seattle.master as defaultmasterpage and custom masterpage the "Add An App" page is working fine.
can you guys tell me why it is happening like this.
Thanks,
M.M