Editing content of page having custom master page
-
I have signed up for office 365 which provides sharepoint site. I have created a simple master page and content page, however i'm unable to edit the content of the page from sharepoint designer MasterPage.master
<%@Master language="C#"%>
<%@ Register tagprefix="SharePoint" namespace="Microsoft.SharePoint.WebControls" assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>default.aspx
<%@ Page Language="C#" MasterPageFile="~site/MasterPage.master" inherits="Microsoft.SharePoint.WebPartPages.WebPartPage, Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" meta:progid="SharePoint.WebPartPage.Document" meta:webpartpageexpansion="full" %>
<%@ Register tagprefix="SharePoint" namespace="Microsoft.SharePoint.WebControls" assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
My custom html
============================================ The grass is always greener on the other side of the fence
-
I have signed up for office 365 which provides sharepoint site. I have created a simple master page and content page, however i'm unable to edit the content of the page from sharepoint designer MasterPage.master
<%@Master language="C#"%>
<%@ Register tagprefix="SharePoint" namespace="Microsoft.SharePoint.WebControls" assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>default.aspx
<%@ Page Language="C#" MasterPageFile="~site/MasterPage.master" inherits="Microsoft.SharePoint.WebPartPages.WebPartPage, Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" meta:progid="SharePoint.WebPartPage.Document" meta:webpartpageexpansion="full" %>
<%@ Register tagprefix="SharePoint" namespace="Microsoft.SharePoint.WebControls" assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
My custom html
============================================ The grass is always greener on the other side of the fence
-
Hello Nitin, Checkout the Master page in SPD 2007 or 2010 and edit the page . Open the Content Page Right Click on Default.aspx and Click on "Detach From Page Layout" after it got detached again right click and see the option Edit. Done!! :)
Hi Siva, Thanks for your reply. :thumbsup: I'm using Microsoft Sharepoint designer 2010 with Office 365 site. If you have the editable page then pls upload it. Regards, Nitin
============================================ The grass is always greener on the other side of the fence