Create SharePoint pages using Macromedia Dreamweaver Templates(.dwt files)
by Radhika • April 19, 2010 • MOSS 2007 • 0 Comments
We know that web page design using Dreamweaver is very easy, but design customization of SharePoint is really hectic. so how about creating SharePoint pages using Dreamweaver? Here is how you can do it
1. Upload your dwt files,css and images in a document library.
2. Open your site in SharePoint Designer.
3. If you want editable regions in that aspx page, create editable portions in the dwt template using below code
<!-- #BeginEditable "body" -->step 3: File new-->create from dynamic web template <!-- #EndEditable -->

Step 4: Choose your dwt file and click on Ok and save the page as somename.aspx.
