page-layout

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 string that code references? ...

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 shows 4 article layouts. The one I see missing in Designer is the one with no option for ...

HTML or RTF?

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 more standard, but seems to load slower, and I had to deal with The Annoying Click Sound. ...

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 size that needs to be adhered to when creating the image A commercial library is an op...

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: <SharePointWebControls:NumberField FieldName="Year" runat="server" id="Year" /> The problem with the default behaviour is that it shows each number with ...

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 <head> of the page a page layout is used in? ...

My master page has empty space on the bottom and right side. Can I "center" my master page and set a background image?

Here's how it looks like right now: my screenshot Is there a way for me to center the area that has content, and place a repeating background image so the site doesn't look so empty? ...

Sharepoint content type not in page properties list

Hi, I think I have done everything right but my content type won't appear in the page properties. Here's what I did: Created 2 content types, one deriving from "Welcome Page" and one deriving from "Article Page" Created "Site Columns" and added them to my content types Opened Sharepoint designer to create a page layouts based on my C...

Help with page styling

I have the following image being placed at the top of a page. <body> <form id="form1" runat="server" > <div> <div> <img src="Images/top.png" width="100%" height="115px" alt="top.png" /> </div> </div> </form> </body> The problem is there is a bit of padding that is appearing to the left, top,...

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 my site's navigation menu, header and footer don't appear in my popup. I found this blog ...

latex template or example for personal statement

Hi, 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, since there may be restriction on the number of pages. One example would be http://www.h...

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 tools in SPD) in my page layout, I get an access denied when I try to edit a page that comes ...

Sharepoint : Access denied when trying to delete a page layout or master page

I'm getting a : "This item cannot be deleted because it is still referenced by other pages." When I try to delete a master page or a page layout. All the pages that were made with those are now gone. ...

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 picture files. In particular: In Postscript and DVI, I can specify a coordinate at any time ...

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? Something like a samepage environment would be ideal, but one that: Will force a pagebreak...

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 lines and the last column would contain 6. The list must be dynamic; it will be regularly ch...

ASP.Net MVC: Showing the same data using different layouts...

Hi guys I'm wanting to create a page that allows the users to select how they would like to view their data - i.e. summary (which supports grouping), grid (which supports grouping), table (which supports grouping), map, time line, xml, json etc. Now each layout would probably have different use a different view model, which inherit fr...

Global content via Sharepoint Page Layouts or how to have default content?

Hello there, I have two page layouts: Homepage + Regular page. They both work together with a single masterpage. On both page layouts I show some kind of global link list: <a href=#">Link 1</a> <a href=#">Link 2</a> Is there some way to reference the fields on the homepage from all pages using the "regular" page layout? I would lik...

How would my web page examples look like before mod rewrite when using PHP.

I want to display all my tags on one web page for example, www.example.com/tags/ and then when some one clicks on one of the tags I want to display all the posts related to that tag on another web page for example, www.example.com/tags/clicked-tag/ how would I be able to do this since it really would not be a good idea to create a web ...

How to start implementing a running text algorithm?

I have a dialog implementation that receives a length of text from the user and I'd like to format it over multiple lines in a visually pleasing way. The user can include their own line breaks in the string which I would also like to account for. Is anyone aware of pseudocode or something else publicly available I could use as a referen...