0
votes
1answer
36 views

Will it come in Master Page or Page Layout? (doing integration for the first time)

I am going to integrate the following home and about page for the first time using SharePoint designer. As far as I know there are 3 types of pages. Master page Page layout that comes under master ...
0
votes
1answer
54 views

Understanding master page (where is the main content area?)

Let's say I make a copy of minimal starter master page which is available on internet. What is the main content area in that master page where I can write something my own text? I mean there are many ...
3
votes
2answers
234 views

Sharepoint site using corev4 AND custom CSS File?

I'm using a custom Masterpage which references a custom CSS File in the header like so: <Sharepoint:CssRegistration Name="CUSTOM/Custom.css" runat="server"/> My custom CSS file is simply a ...
0
votes
2answers
39 views

Publishing in Sharepoint 2010

My question is concerning publishing a SharePoint master page. The SharePoint documents that I work on are under source control and therefore have to be "checked out". Whenever I "check in" a ...
0
votes
1answer
35 views

I keep getting “Revert to template” whenever I set a custom masterpage for one particular page

I made 2 master pages. One named "reg_page.master" for all the regular pages, still containing the Quick Launch, and another one named "home_page.master" for the homepage only. The homepage has an ...
0
votes
1answer
39 views

Use secondary masterpage as default

I am trying sharepoint in a small developing environment. I have a master frontpage that use a specific layout defined in a custom masterpage (master-front.master). It look like this | left box | ...
1
vote
1answer
432 views

How to dynamically change master page's master page?

I have designed a module that change master page dinamically based on user log-in privileges. I followed this tutorial : ...
0
votes
1answer
311 views

How to enable anonymous access for the custom master page in SP2010

I created one site with forms based authentication and anonymous access. That is working fine. Now i want to replace the master page with the custom master page. I just copied the nightandday.master ...
0
votes
2answers
240 views

sharepoing 2010 placeholder for meta tags in the head

Is there a placeholder that I can use in my custom page layout, that will allow me to load a < meta > viewport tag in the head of my master template? Thanks
0
votes
2answers
89 views

Master page error in subsite

I am inheriting a master page from site collection. The master page is having a dataview web part embedded inside it. The data view web part shows a list of the site collection. In the site collection ...
3
votes
1answer
165 views

Does anyone have 960 Grid Template to be used on sharepoint 2010 site?

I am working on design of portal in sharepoint 2010. I need to implement 960 grid system there.It will be very helpfull if anybody have template or related link to it.
1
vote
1answer
307 views

anchor tag in SharePoint master page

Hi can someone help me in putting up a anchor tag in SherePoint custom publishing master page. Actually I want to open a site page on click on this anchor tag, this site page will be in the top level ...
5
votes
2answers
1k views

IM Presence Icons not appearing in SOME master pages - IE9

I have updated my master pages to use some HTML5 and CSS3 elements. I therefore changed the to use HTML5, and altered the X-UA-COMPATIBLE to work in "IE=9;IE=Edge;" mode (instead of IE8). I did not ...