How do I insert a single-fold in the layout?

Good Afternoon -
I've been tinkering with Pages now for a while and (embarrassingly) cannot figure out how to insert a format layout for a single-fold. I am trying to create a funeral program with a simple 8.5X11 single-fold layout.
Any suggestions or help would be much appreciated.
Thank you!
Lindsay

Here's the second post, with the 'roll your own' instructions.
Open a new Page layout document based on the Blank landscape Canvas (Page Layout) template.
Click on the inspector button and choose the Document inspector (first button).
Set all four margins to 0.5"
Leave the Header and Footer checkboxes unchecked.
In the Toolbar, click on the Text Box tool to insert a text box. Click outside the box to deactivate it, then click on the box to Select it. (You'll see square white handles at each corner and in the middle of each side of the box.)
In the Inspector, click the Metrics button (ruler).
Set the box width to 4.5" and height to 7.5".
Set both X and Y positions to 0.5".
With the box still selected, press command-D to duplicate it.
The new box will be selected.
In the Metrics inspector, set the X position to 6.0" and the Y position to 0.5"
You will now have a single page with two text boxes, a half inch margin on the outside edges, and a one inch gutter between the two boxes.
in the Pages list to the left of the main window, click in the icon for the first (and only) page to select it, then press command-D to duplicate it.
Save the file
You now have a simple template for the outside and inside pages of your single fold booklet.
The page order for the booklet is:
4 | 1 (back, front)
2 | 3  (inside left, inside right).
Regards,
Barry

Similar Messages

  • How do i copy a single folder in the bookmarks to another computer. the master backup does not have access to individual folders. in windows you can just copy a specific bookmark folder without overwriting the whole thing

    eg:
    bookmarks
    fav1
    fav2
    fav3
    just want to copy fav2 to another computer

    Unfortunately you can not do that it has been asked like forever and always gets pushed aside. You will have to export your bookmarks and strip out what you do not want being careful to maintain the integrity of the exported bookmarks backup file. Then import the bookmarks. into Firefox. The imported bookmarks will get added to a folder at the end of your "Bookmarks Menu" bookmarks folder. Move them to where you want them and then delete the folder you added to the "Bookmarks Menu". If you automatically sort your bookmarks (automatic sorting is a bad idea), be sure to turn it off beforehand.

  • How can we open a new folder in the email account (ex: need to save certain emails into a new fodder called "work". can anyone help

    How can we open a new folder in the email account (ex: need to save certain emails into a new fodder called "work".
    Anyone can help?

    Right click on any folder in mail and select Create new mailbox.

  • HT1766 HOW CAN I CHANGE MY BACKUP FOLDER FROM THE C DRIVE TO ANOTHER?????

    HOW CAN I CHANGE MY BACKUP FOLDER FROM THE C DRIVE TO ANOTHER????? because my c drive in the windows computer gets filled and i need to back up my ipod to a portable hard disk.. bt i dont know how to do it.. plz help

    you can't change the backup folder as far as I know, but you can choose to move backups. The information you need can be found in this article: http://support.apple.com/kb/ht4946
    Where iTunes backups are stored on your computer
    The folder where your backup data are stored varies depending on the computer's operating system.   Make sure the backup folder is included in your periodic data-backup routine.
    iTunes places the backup files in the following places:
    Mac:  ~/Library/Application Support/MobileSync/Backup/
    Windows XP:  \Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup\
    Note: To quickly access the Application Data folder, click Start, and choose Run. Type %appdata% and click OK.
    Windows Vista and Windows 7:  \Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\
    Note: To quickly access the AppData folder, click Start. In the search bar, type %appdata% and press the Return key.
    Hope this helps
    Regards,
    Stijn

  • How can I insert multiple page contents in the page layout properly?

    I wanted to create 4 columns on the page layout. These 4 columns are of page contents.
    After creating new web page based on that page layout, I attempted to enter 4 different inputs on all 4 columns.
    Then, the result (from all columns) becomes the same.
    Image - edit the web page based on 4 columns page layout:
    Image - after edit & save:
    How can I insert multiple page contents in the page layout properly?

    First, I copied the HTML snippet for the Page Content on Sharepoint's Design Manger. The code of Page Content HTML snippet is shown below:
    <div data-name="Page Field: Page Content">
    <!--CS: Start Page Field: Page Content Snippet-->
    <!--SPM:<%@Register Tagprefix="PageFieldRichHtmlField"
    Namespace="Microsoft.SharePoint.Publishing.WebControls"
    Assembly="Microsoft.SharePoint.Publishing, Version=15.0.0.0,
    Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
    <!--MS:<PageFieldRichHtmlField:RichHtmlField
    FieldName="f55c4d88-1f2e-4ad9-aaa8-819af4ee7ee8" runat="server">-->
    <!--PS: Start of READ-ONLY PREVIEW (do not modify)-->
    <div id="ctl02_label" style="display:none">Page Content</div>
    <div id="ctl02__ControlWrapper_RichHtmlField" class="ms-rtestate-field"
    style="display:inline" aria-labelledby="ctl02_label"><div align="left"
    class="ms-formfieldcontainer"><div class="ms-formfieldlabelcontainer"
    nowrap="nowrap"><span class="ms-formfieldlabel"
    nowrap="nowrap">Page Content</span></div>
    <div class="ms-formfieldvaluecontainer"><div class="ms-rtestate-field">
    Page Content field value. Lorem ipsum dolor sit incididuntet dolore.</div>
    </div></div></div><!--PE: End of READ-ONLY PREVIEW-->
    <!--ME:</PageFieldRichHtmlField:RichHtmlField>-->
    <!--CE: End Page Field: Page Content Snippet-->
    </div>
    After I published the page layout, I found the code for Page Content from its ASPX page. The code is shown below:
    <div data-name="Page Field: Page Content">
    <PageFieldRichHtmlField:RichHtmlField FieldName="f55c4d88-1f2e-4ad9-aaa8-819af4ee7ee8" runat="server"/></div>
    So, I attempted to create 4 columns by using 4 HTML snippets of Page Content on the same page layout. The page layout is generated from HTML file to ASPX file.
    Then I edited some parts in ASPX page layout:
    <asp:Content runat="server" ContentPlaceHolderID="PlaceHolderMain">
    <table>
    <tr>
    <td style="width:70px;">&nbsp;</td>
    <td style="width:250px; text-align:right;">
    <div data-name="Page Field: Page Content">
    <PageFieldRichHtmlField:RichHtmlField FieldName="f55c4d88-1f2e-4ad9-aaa8-819af4ee7ee8" runat="server"/>
    </div>
    </td>
    <td style="width:40px;">&nbsp;</td>
    <td style="width:200px;">
    <div data-name="Page Field: Page Content">
    <PageFieldRichHtmlField:RichHtmlField FieldName="f55c4d88-1f2e-4ad9-aaa8-819af4ee7ee8" runat="server"/>
    </div>
    </td>
    <td style="width:25px;">&nbsp;</td>
    <td style="width:200px;">
    <div data-name="Page Field: Page Content">
    <PageFieldRichHtmlField:RichHtmlField FieldName="f55c4d88-1f2e-4ad9-aaa8-819af4ee7ee8" runat="server"/>
    </div>
    </td>
    <td style="width:25px;">&nbsp;</td>
    <td style="width:200px;">
    <div data-name="Page Field: Page Content">
    <PageFieldRichHtmlField:RichHtmlField FieldName="f55c4d88-1f2e-4ad9-aaa8-819af4ee7ee8" runat="server"/>
    </div>
    </td>
    <td style="width:175px;">&nbsp;</td>
    </tr>
    </table>
    </asp:Content>
    The 4 columns for Page Contents appeared on the web page when I created new page using that page layout. But the problem is that all 4 columns displayed the same result from 4th column.

  • Calendar app. How do i insert a line break in the title of an appointment?

    How do i insert a line break in the title of an appointment?

    Jonny Marshall wrote:
    Hi, I've had this problem for a while now but just can't find the answer anywhere. I keep seeing that 'shift+return' or 'ctrl+return' will create a new line in a cell in numbers but it just doesn't! I can't seem to find a way of doing it. Please help!
    Difficult to guess what is wrong in your system or what you made wrongly.
    Here it work.
    Maybe a problem of corrupted preferences.
    Try to run Numbers from an other User Account.
    If it behaves flawlessly it will be time to try to disable the Preferences files:
    <startupVolume>:Users:<yourAccount>:Library:Preferences:com.apple.iWork.Numbers. plist
    <startupVolume>:Users:<yourAccount>:Library:Preferences:com.apple.iWork.Numbers. LSSharedFileList.plist
    (Also, not numbers related, but if you happen to know how I find out what version of OSX I'm using please let me know.)
    menu :  (Apple)
    menu item : About this mac
    Yvan KOENIG (VALLAURIS, France) jeudi 3 juin 2010 14:41:07

  • How do you create a new folder in the library folder

    How do you create a  new folder in the library?

    In the user Library? Open Finder and select Go then press the Option key. In the list you will see your user Library folder (underneath Home). Click it to open it. Now you can add a folder inside. You can left click/hold and drag the Library icon at the top of the Finder window to your Finder Sidebar so it's always avaliable.

  • How do I insert a video clip into the timeline?

    Do you happen to know how I could insert a video clip into the middle of a movie like you do in FCP? Can you add tracks and insert the clip above the spot i need to change for each movie.
    I don't want to render the whole movie (convert it into a MPeg2) each time.

    No - DVD timelines are a little different to FCP. If you need to add a clip to the stream, you need to split the exisitng clip (you could trim it back to where you want to insert the new piece) and drag the new piece onto the same timeline. If you trimmed the existing piece then add another instance of it to the timeline and trim the new part from the left until you get to what you want as the out point.
    If you have a collection of video clips on your DVDSP timeline, simply dragging a new one on will shuffle the others along appropriately. However, the audio will not shuffle with them, and you'll end up moving it all manually.
    The very best thing is to create the timeline precisely as you want it in FCP and encode it to MPEG2 before bringing it in to DVDSP. Remember that DVDSP is not an editor, it is a place to assemble your work - it won't do anything remotely like FCP in that respect.

  • How to export/import a single folder of bookmarks

    I want to export and import a single folder; or more correctly, backup / copy-transfer; one single folder at a time - but regardless how I attempt to do so, ALL bookmarks are transferred and I then have to go through several hundred to elmininate the duplicates. Please advise if it is even possible to save/backup then restore a single folder at a time. Thank You.

    You can copy and paste that folder or selected bookmark to the clipboard and paste them in a text file.
    You can also use another profile with no bookmarks and copy an paste that folder to the other profile and export them from that profile.<br />
    Both profiles need to be open at the same time by starting the second profile with the -no-remote switch because current Firefox versions clear the clipboard if you close Firefox.<br />
    Copy and Paste selected bookmarks from one profile to the other profile in the Bookmarks Manager (Library).
    See:
    * http://kb.mozillazine.org/Profile_Manager
    * http://kb.mozillazine.org/Opening_a_new_instance_of_Firefox_with_another_profile

  • How change image of a single folder?

    Is there a way to control the appearance of a single folder (or folder button, as I guess it's technically called) without changing the other buttons on a menu?
    When you add a folder, it defaults to a folder-like graphic. It seems that when you add content, the folder's image changes to a still from the first movie inside. I'd like to either keep it as the folder graphic, or be able to customize its appearance. Is this possible?
    Thanks in advance!
    Mike

    Hi Mike,
    iDVD 5 Help: Changing the image displayed on a button (almost 3/4 down the page)
    Does it help ?

  • How do I install a single app from the Install Discs?

    I've got my set of Install Discs and would like to either make a back up of a single application from it or at least see the contents as individual items within the disc. I know there's an utility out there that allows this, but I didn't capture where I read about it.
    Trying to ensure I don't lose my iMovie 6 HD!
    Appreciate any help.
    Thanks!

    Here's what I got:
    -I was able to extract the application (very easy to navigate right to it)
    -It created a folder called "iMovieHD.mpkg Folder"
    -In the folder is the "iMovie Folder" and "iMovieThemes_Tiger Folder"
    -And so on ... until you get to the actual application (.app) and Library, et al
    I think my last question is, now that I have the component back up of my iMovie, how would I use this in the future. That is to say, how would I install this on my next computer?
    Thanks again!
    km

  • How do I unlock My Documents folder in the hard-drive with another PC?

    I have a 3000 series j100 desktop, 3 days ago restarted on its own and can't boot anymore, no keyboard, no mouse and no monitor signal sent from the pc.
    I took the drive out and use it as an external drive to my laptop, but it asks for a password before I can access My Documents folder.
    I believe it's the windows xp login password that's needed, but there's no field on that pop-up box to enter any password it asks.
    I know my windows login password, but I don't know if that's what really needed and how to use it to unlock the folder.
    Is there another way to access the folder, or do I need to get the computer working again to access the folder in the drive?
    I also do have some encrypted files inside My Documents folder that I created with windows when the pc was working.
    The encryption comes along with windows xp. When you right-click a file, you choose properties and advance option then apply the encryption, then the file name turns color to green.
    Could it be the reason I can't access My Documents folder in the drive with another pc?
    Please help, I need to know if I need to do a recovery job or is there an easy way to access My Documents folder in the drive with another computer.

    Hello jmeo, welcome to Lenovo forum.
    You will need to remember that password, because this subject is not allowed to be discussed here as stated in the forum rules.
    "No posts shall include instructions or directions intended to subvert security measures, including passwords, locking mechanisms, fingerprint scans, etc, nor shall any posts provide descriptions to the location of, nor direct links to content related to these topics."
    I'm very sorry, but I have to lock this thread.
    Follow @LenovoForums on Twitter! Try the forum search, before first posting: Forum Search Option
    Please insert your type, model (not S/N) number and used OS in your posts.
    I´m a volunteer here using New X1 Carbon, ThinkPad Yoga, Yoga 11s, Yoga 13, T430s,T510, X220t, IdeaCentre B540.
    TIP: If your computer runs satisfactorily now, it may not be necessary to update the system.
     English Community       Deutsche Community       Comunidad en Español

  • How do I set a different folder than the Windows MyDocuments/Downloads folder? I do not use 'My Documents' at all, all my saved files go to other hard drives for storage, and I do not want to bother with the My Docs route. I used to have downloads set to

    I want to set a different folder from the My Documents/Downloads folder for Firefox to put everything I download, like I used to have it. I recently rebuilt my computer and reinstalled everything from WinXP to security software to Firefox, and I cannot find any options anywhere to set a different folder like I used to have it... with the same software, other than it being a newer iteration of Ff. So tell me, am I losing my mind so bad that I just can't remember how I did it before, or have things changed so much that what I want is no longer possible? Please, someone tell me how to set it to do what I want, I can't stand to have what I do on my computer dictated by programmers who only think that they know what people want. If that sounds a little angry, I apologize with the disclaimer that I suffer from Post Traumatic Stress Disorder and therefore cannot handle frustration... and this kind of thing frustrates me to the point of rage.

    Tools > Options - General tab = Downloads
    Set your preferences there.

  • How do I create a new folder in the standard e mail app

    HHow do you create a new folder in the e mail app,

    Mhuddy wrote:
    HHow do you create a new folder in the e mail app,
    You don't.  If you have an imap email account, you create the folder when you log into your email account on a browser.
    Can't do it for a pop account.

  • How to select when multiple shapes overlap in the layout view

    When editing in the layout view of EM structure, it is quite common to have multiple shapes and/or port objects overlap each other at the same location. How to pick the desired object in this case?
    Solved!
    Go to Solution.

    In general in any layout view, when you select objects that overlap, the smaller shape will be selected by default.  Hold down the Ctrl + Shift key and then click in the same spot to cycle through all the objects that are under the mouse.   

Maybe you are looking for

  • Moving Columns in Table Layout

    Hi, I'm newbie to Disco.Is there any short cut to move columns the way we want in Table Layout or we've to manually move column by column? Thanks, Kiran

  • Is this possible in BC to choose site templates from given one ?

    Basically, what i want to acheive is to provide an option in BC cms for choosing template and the selected template will reflect the appereance of complete site.

  • Why does Intel version always ask for my password when adding loops?

    When I add loops to the PPC version, it never asks for my password. I want this behavior on the Intel version. Always asking for my password's really annoying. Thanks very much. Peace.

  • Issue with Repousse with Paths in CS5 Extended

    Hi, Really hoping someone can help, I'm hoping I'm doing something stupid 1) I drawn out a path using the pen tool 2) I select the path with the path selection tool !!! 3) I go to 3d/repousse/selected path... I do not see the 3d shape in the repousee

  • Starting SQL Server Agent service

    I have a brand new 64-bit laptop and have installed both SQL Server 2014 and SQL Server 2012sp1, but neither instance is able to start its SQL Sever Agent Service.  The error is 1053:  'The service did not respond to the start or control request in a