how to import a aspx master page into sharepoint designer ?
how to import a aspx master page into share point designer
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Brijendra GautamPosted Mar 21, 2014, 9:27 AM
And for modifying master page using SharePoint designer, you need to open site in SPD and then from the left navigation select Master Page and you will be displayed all the masterpages in right panel. Right click your master page and then select "Edit in Advanced Mode".
Master page will get opened, modify your setting and the save, check-in and publish the master page.
santhosh saripalliPosted Mar 14, 2014, 4:21 AM
Brijendra GautamPosted Mar 14, 2014, 4:03 AM
In 2013 version: you can create master page in html and upload it into MasterPage gallery it will automatically generate corresponding .master file.
If there is any code is associated in your master page then you'll be required to create visual studio solution and then deploy that master page using feature.
Once master page is available in your MasterPage gallery then you can edit it using SharePoint designer.
You can also create your own master page in SharePoint Designer by making a copy of already existing master page and then modifying its html
or
if you want to create from the scratch or importing already created master page then be careful and insert all the ContentPlaceHolder that defined in default masterpage otherwise it'll throw error for that content place holder.