Custom Pagelayouts in Sharepoint 2010
-
2012年5月4日 16:33
I am trying to create a custom page layout in share point designer 2010 with publishing template, i am okay doing with Team site. Actually i need two columns (left column and right column) with left column larger and right column smaller. Basically in the left column i want to add a content first then bottom of that content i want add a web part and in right column, web part first and content under that.
In team site there is Text layout option where we have option to choose one column and one sidebar, with that i can easily do it, but how can we proceed that same thing with Publishing SharePoint site?
すべての返信
-
2012年5月5日 9:34
You can create your custom page Layout with the required format,
http://www.dotnetcurry.com/ShowArticle.aspx?ID=638
Please go through the above link to create a new custom page layout,
follow the same steps upto step 6, after that you can add your own structure as mentioned above under the PlaceholderMain contentplaceholder,
as you need two column layout you can go with the <table> or <div> whichever you are comfortable with,
create the structure like,
<table> <tr> <td>left column[add webpart zone]</td> <td>right column[add webpart zone]</td> </tr> </table>this will form your two column layout. complete the remaining steps in the above article.
Once done, you can use this custom page layout to create new pages which will have above mentioned structure.
Please Mark Post as Answer once you get the solution for your issues.
Thanks,
Kunal Govani- 回答としてマーク Emir LiuMicrosoft Contingent Staff, Moderator 2012年5月11日 6:07

