Page layout is the part of graphic design that deals in the arrangement and style treatment of elements (content) on a page
Questions tagged [page-layout]
124 questions
0
votes
1 answer
Editing Sharepoint Site Homepage in Sharepoint Developer
I have just edited my publishing site home page in SharePoint Designer. The page originally contains some web parts.
I am a newbie as far as SharePoint branding is concerned. I did the editing in Advance Mode when I realized that I couldn't edit…

Adetayo
- 31
- 6
0
votes
1 answer
Sharepoint 2007 custom page layout styling
I have problem with making custom page layout for SP 2007.
I mean, it's kind of working, but it looks terrible when editing:
Lets have a look how it looks like when editing:
This is how i designed it:

Tomasz
- 2,051
- 3
- 31
- 64
0
votes
0 answers
NullReferenceException in SharePoint 2010 page layout after restore
It is SharePoint 2010 publishing website. I have a page layout with some user controls added to it. These users controls have rad editor controls in them. Everything was working perfectly unless one day I restored a backup from production to my dev…

KayEye
- 23
- 5
0
votes
1 answer
How to set Page Layout view mode for .xls files using apache poi?
I am creating an .xls excel file using apache poi.
I need to set the Page Layout view by default. I am not able to find an api to do this.
I did look at a related question on .xlsx files -
Set page view mode in excel file using apache poi
But i…

user3485166
- 1
- 3
0
votes
2 answers
How to lay out an HTML page in top, bottom, & right parts? (Concept, not rote)
I want to lay out an HTML page in three parts. One I'll call TOP occupies the upper left part of the window. Another (BOTTOM) occupies the lower left part. The third (RIGHT) occupies the right part.
TOP and BOTTOM have the same width, which is…

Jonathan Sachs
- 613
- 8
- 19
0
votes
1 answer
How can the centre column of a css page layout expand rightwards if right-hand column is empty?
I am trying to convert a three-column web-page layout from HTML tables to CSS, but there is one characteristic which I have so far been unable to replicate.
The HTML solution allows a photograph to be placed by php into a column to the right of the…

Peter N
- 1
- 1
0
votes
4 answers
Sharepoint : Access denied when editing a page (because of page layout) or list item
I'm logged in as the System Account, so it's probably not a "real access denied"!
What I've done :
- A custom master page
- A custom page layout from a custom content type (with custom fields)
If I add a custom field (aka "content field" in the…

tinky05
- 250
- 5
- 13
0
votes
1 answer
Sidebar displayed incorrectly on Chrome until refresh
Most people come here with websites being displayed incorrectly in IE; I have a website that works on Firefox and IE but not Chrome.
The website is displayed incorrectly on Chrome (see the image), the two widgets "Get it now" and "Social" should be…

Victor Hurdugaci
- 28,177
- 5
- 87
- 103
0
votes
1 answer
How to keep all elements in place at different resolutions - HTML/CSS3
I have been working on this page layout for a while now, placing all elements in specific positions, however, whenever I either resize the browser or change to a different resolution, everything moves around. Anyone knows how to fix that? Here are…

Radx
- 1
0
votes
1 answer
MOSS 2007: Changing the masterpage for one page layout
In a MOSS server, I would like a specific page layout to use the selected masterpage. Instead, i want this specific page layout to use a blank master page so i can use that page layout for pop message. I want to use a blank master page so that the…

burnt1ce
- 14,387
- 33
- 102
- 162
0
votes
1 answer
unable to override a ribbon boarder color
I have a ribbon inside SharePoint server 2013 with a green border, as shown below:-
The ribbon has three css classes , and inside my custom CSS, i define the following CSS rules:-
.ms-cui-tabContainer ms-cui-tabContainer-gr {
…

John John
- 1
- 72
- 238
- 501
0
votes
3 answers
Help with page styling
I have the following image being placed at the top of a page.

Jagd
- 7,169
- 22
- 74
- 107
0
votes
3 answers
unexpected margins for html elements
Why document.body.style.margin returns me nothing in chrome and firefox if the
style="margin:[some] px" is not set for body.
Now suppose I want the margins of body using offsetParent.offsetLeft css property by some child Element of div.It gives me…

chetan mehta
- 369
- 1
- 3
- 13
0
votes
2 answers
RDLC page layout
I have rdlc file report (standtart A4, Landscape), that has
21cm
29.7cm
Problem is, when i'm trying to print (in docx, Word 2010 and 2013) that one of the test printers doesn't understand page…

lew
- 77
- 4
- 11
0
votes
2 answers
Loading content from DB to aspx page based on URL
I'm currently trying to create a small scale CMS for my personal website and thought I'd like to try to make some sort of a page layout from a basic aspx file with some placeholders and load content based on the URL, without the use of url query…
user557419