Questions tagged [page-layout]

Page layout is the part of graphic design that deals in the arrangement and style treatment of elements (content) on a page

124 questions
3
votes
4 answers

I'm missing Page Layout Button On SharePoint 2010 Ribbon

When I want to edit page in Browser I can't see "Page Layout" Button in top ribbon of SharePoint 2010! I searched for three hours about this problem but I didn't found any solution. Please tell me how to resolve this or check some settings. (I…
saeid mohammad hashem
  • 1,271
  • 1
  • 15
  • 19
2
votes
10 answers

how to combine html forms

How would i combined 2 html forms I am trying to combined to forms that are in different position. so i can post all the data at once. Here is a eg
Rickstar
  • 6,057
  • 21
  • 55
  • 74
2
votes
1 answer

Div based Page layout - percentage vs fixed pixels

I am new to Div based Page Layouts. My questions is should we design div based page layouts using percentage or fixed pixel? If percentage, what about cross browser compatibility? If fixed pixels, what about different screen resolution? What screen…
Malik
  • 347
  • 1
  • 11
  • 29
2
votes
2 answers

Columns of nested divs with the same set ratio rendering at slightly different heights

I've split my page into two vertical divs, each containing a number of nested divs wrapped so that they resize preserving a set ratio. That works great - but for some reason the divs on the left end up shorter than the divs on the right! The CSS is…
Suresure
  • 143
  • 11
2
votes
1 answer

Add a dynamic text to SP21010 Rich Text Editor when a particular Markup Style is applied

In Sharepoint 2010, I have built a custom page layout and have applied custom styles. Page layout consist of single rich text editor HTML field. Now I have a need to add some custom text next to the selected text when a particular markup Style is…
dm77
  • 35
  • 4
2
votes
1 answer

Does the OpenERP version of ReportLab's RML support frames?

I want to add a sidebar or a header to some of my reports in OpenERP. The ReportLab user manual (PDF), describes the and tags. Are they fully supported in OpenERP? I've gotten some things to work, but one frame just flows into…
Don Kirkby
  • 53,582
  • 27
  • 205
  • 286
1
vote
1 answer

Magento - updating catalog.xml

I'm trying to update a magento theme (the theme name is blank_seo), and i'm trying to change the product page default template to 3 columns. I've tried updating the app/design/frontend/default/blank_seo/layout/catalog.xml file. but so far nothing is…
Jordan Halaby
  • 47
  • 1
  • 5
1
vote
1 answer

CSS to simulate paper page on screen, but only show "printable area" on browser print-preview

I have managed to create an HTML page layout that emulates a paper document page, with a white paper page casting a shadow over a gray background, pretty similar to Acrobat Reader, MS Word and even Firefox's very own Print Preview visualization. I…
heltonbiker
  • 26,657
  • 28
  • 137
  • 252
1
vote
1 answer

Fixed no-repeat background image in centered div?

I've got a fixed-width centered div with a fixed no-repeat background image in it, and the background image needs to be off-centered. However, when the window is resized, whether the image is fixed using percentage or pixel coordinates, it does not…
Adam King
  • 11
  • 1
  • 3
1
vote
2 answers

Is it possible to format a NumberField in a page layout?

I'm developing a SharePoint publishing site and setting up its content types and page layouts. I need to display the value for a Year field with type Number. The markup currently is:
Alex Angas
  • 59,219
  • 41
  • 137
  • 210
1
vote
1 answer

Upgrade page layout with sharepoint feature

I use sharepoint 2010. I have a feature which contains some pages layout. When the feature is activated, page layout are applied. But when I deploy a new version of this feature with a new version of pages layout, page layout aren't take into…
bobosh
  • 425
  • 5
  • 21
1
vote
3 answers

How can I have the page reload to the top of the screen? Right now it reloads to wherever they were before the reload

I am creating a website where I have to large content boxes that are absolutely positioned -- one at the top of the screen and one below off screen. I have the element set to overflow-x and overflow-y none. body { overflow-x: hidden; …
1
vote
3 answers

How can I make an element as wide as the page width including scrolling?

In the snippet below, the footer takes the whole width of the visible part of the page, but as soon as scrolling happens, it is apparent that the footer is shorter than the whole page, because of the scrolling. How can I express the intent of…
Enlico
  • 23,259
  • 6
  • 48
  • 102
1
vote
1 answer

Latex indentation automatically changing for each alternate page

I am writing my Master thesis document using the cleanthesis package and currently my document looks as below The problem with my document is each consecutive page has a different indentation. Seems like all even pages start the content a bit left…
Vishnukk
  • 524
  • 2
  • 11
  • 27
1
vote
4 answers

Convert a RTF document to Image or print RTF on server

I have a situation where I want to convert a RTF document to image for archiving and printing. I am using .NET. Are there any libraries out there that could help me with this conversion? I need to convert a RTF to image on a server set the paper…
Tobias Hertkorn
  • 2,742
  • 1
  • 21
  • 28
1
2
3
8 9