Tagged Questions
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 ...
0
votes
1answer
515 views
How to customize master page with fixed width (SharePoint 2010)?
My previous question was closed. I want to have a master page with fixed width. I tried to set the margins for the master page as follows,
/*css*/
body
{
margin-left:50px;
margin-right:50px;
}
...
0
votes
1answer
124 views
customizing MasterPage and removing Placeholder
I would like to remove PlaceHolderPageDescription. But I get error something like PlaceHolderPageDescription couldn't be found. Why sometimes you cann't remove a placeholder from a MasterPage? is it ...
0
votes
0answers
58 views
right sided webparts in a div
Is it possible to place the rightsided webparts inside a div with id right?
Like this (pipe is a div column):
| left nav | left webpart | right webpart |
I want to have a div floating to place ...
1
vote
1answer
433 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 :
...
1
vote
2answers
699 views
SHarepoint 2010 - popup an image for 5 second after i open my site
How i can popup an image that display for 5 second as slogan/announcement after opening my sharepoint site welcome page
As Example: http://www.lebanese-forces.com
regards,
Hass
0
votes
2answers
195 views
How to route To different MasterPages in sharepoint?
I 'm trying to create a HttpModule that allows to route to different MasterPage preInt event.
I' not an Expert about MasterPages. I'm trying to nderstand about MasterPages Token.
I knows there ...
1
vote
1answer
252 views
The attribute 'autoeventwireup' is not allowed in this page in sharepoint
I had two FARMS. QA and PROD. Both are identical. 2 WFE / 2 APPSERVERS / 1 SQL BACKEND.
When (in QA) I browse an .aspx page it returns this error:
The attribute 'autoeventwireup' is not allowed ...
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 ...
1
vote
2answers
688 views
Hard Coded Navigation in Master Page - Active link not changing
Prior to my arrival it was decided that all navigation would be hard coded into the Master Page. I wish I could find a solid reason why, but for the time being it escapes me. Due to time constraints, ...
1
vote
2answers
504 views
Apply my custom branding to MYSites also?
I have a custom branding (masterpage that I created for my main web site) with company logo and navigation that I have used for all my site collections. I have also modified it to work with my search ...
2
votes
1answer
416 views
How to center TopNavigation - Master Pages
I am working on a project and one of my tasks is to create custom master page. I have a master page in place already - Thanks to me!
One question: How do I center align Top Navigation?
Many thanks,
...