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
13
votes
4 answers
Is it possible for inline-block element to auto fill the available width?
I have a
, which contains

Boris
- 9,986
- 34
- 110
- 147
8
votes
13 answers
HTML or RTF to display columns of text with color-coded words
In my Delphi program I want to display some information generated by the application. Nothing fancy, just 2 columns of text with parts of words color-coded.
I think I basically have two options:
HTML in a TWebbrowser
RTF in a TRichEdit.
HTML is…

stevenvh
- 2,971
- 9
- 41
- 54
6
votes
2 answers
How can I target CSS to a particular sharepoint Page Layout file?
Is it possible to create a .CSS file for each SharePoint Page Layout I develop, or does the CSS for each possible layout in a master page need to be referenced in the master page?
IE is it possible to affect the of the page a page layout is…

Loofer
- 6,841
- 9
- 61
- 102
6
votes
2 answers
Making Latex typeset given text on two facing pages
How do I encourage/make Latex typeset some portion of text so that it will all appear on a consecutive even-page, odd-page pair of pages?
With trial and error, \nopagebreak can be coaxed into doing this, but is there a strategy that Just Works? …

Charles Stewart
- 11,661
- 4
- 46
- 85
5
votes
1 answer
In Sharepoint, what is the actual name of the page layout used for the "Article page with with body only" layout option?
I need to swap out the out-of-the-box rich text editor with the Telerik editor for all article page layouts. Unfortunately, I only see three article layouts in Sharepoint Designer. When creating a new article page from within Sharepoint, however, it…

Kilhoffer
- 32,375
- 22
- 97
- 124
5
votes
2 answers
Fitting more systems on the first page of a Lilypond score
I'm working to improve upon an excellent sheet I found of Debussy's Deuxième Arabesque on the freely available Mutopia Project.
In particular, I'm interested in fitting the music on fewer pages but I struggle to have the first page display five…

Maxime Labelle
- 3,609
- 2
- 27
- 48
4
votes
2 answers
SharePoint 2010 - RichImageField not displaying in display mode
I am currently doing some research into SharePoint Page Layouts and building pages based on those layouts.
I currently have a page layout containing several RichImageFields and RichHtmlFields, but it seems that the first RichImageField is not…

Kevin DB
- 41
- 1
- 3
4
votes
4 answers
Where are SharePoint resources strings located
I have a page layout, PeopleSearchResults.aspx programmed by someone else.
It contains the following tag for a SharePoint refine people search results control.
Title="<%$Resources:sps,RefineByTitle%>"
Where on earth/SharePoint do I look to find the…

Nat
- 14,175
- 5
- 41
- 64
4
votes
3 answers
latex template or example for personal statement
I am writing a personal statement in latex. I don't want the big margin at the top of the page not big title taking a lot of space. I just like to make the layout compact but still clearly spaced with title, name and other necessary information,…

Tim
- 1
- 141
- 372
- 590
3
votes
2 answers
VBA Excel - go to next page in page layout view
I am copying various ranges to a new Excel sheet, and looking for a solution to referencing the next page, or any specific page, while in Page Layout view.
I have already setup the page layout with margins, headers, and other formatting, and want…

simchuck
- 71
- 1
- 6
3
votes
0 answers
Detect and act on "page break" condition in CSS?
This is admittedly an XY problem. The X is How to use HTML to print header and footer on every printed page of a document? in a way that works in Safari 11.1.1. However, this question is specifically about a problem I have with my Y approach…

Quuxplusone
- 23,928
- 8
- 94
- 159
3
votes
1 answer
How do I show the correct Taxonomy control in a SharePoint 2010 EditModePanel?
We have a custom content type in our SharePoint 2010 build which includes a Managed Metadata field for keywords.
The field seems to have deployed OK because if I edit an item in the list in which it resides I get the correct Taxonomy picker control…

Andy Todd
- 63
- 1
- 5
3
votes
0 answers
How to print data in a new line and set page layouts for printing data from android
I am creating an android application that consists of printing data from printer connected via usb. Here, I want to set page layouts such as new line printing when reached at the end of page and page borders etc. Is it possible via programatically.…

dEePU
- 195
- 5
- 18
3
votes
1 answer
How to output multicolumn html without "widows"?
I need to output to HTML a list of categorized links in exactly three columns of text. They must be displayed similar to columns in a newspaper or magazine. So, for example, if there are 20 lines total the first and second columns would contain 7…

Jude Osborn
- 1,788
- 16
- 24
3
votes
2 answers
Laying out graphics in RTF
I'm interested how to construct certain kinds of layout in RTF documents, ideally using techniques that do not depend only on the most recent RTF standards, and that are "native", i.e., they do not involve embedding other representations, like…

Charles Stewart
- 11,661
- 4
- 46
- 85