How do I make program (landscape view, 4 sections, folded into 4 page program)?

How do I create a program booklet (landscape view divided into 4 pages, then folded) in Pages?

Hi Dottie,
In Pages, there is a Catering Brochure template that might suit your needs. Two pages to print double sided, then fold in half.
Menu > File > New From Template Chooser > Page Layout > Brochures > Catering Brochure.
It is the layout that will help you. Don't be put off by the content, you can delete it and add your own.
Regards,
Ian.
Message was edited by: Yellowbox. Corrected path to: Menu > File > New From Template Chooser > Page Layout > Brochures > Catering Brochure.

Similar Messages

  • Is it possible to tell me how i can make program in labview that take pixels of black and withe image and give coordinate of black or white pixels back to me.

    hello everybody
    is it possible to tell me how i can make program in labview that take pixels of black and withe image and give coordinate of black or white pixels back to me.
    Solved!
    Go to Solution.

    Here's a slightly simpler version.
    (Depending how you want to process the output, you might not need to traspose and/or reverse. Boolean to 0,1 works directly on the 2D array if needed )
    amkamyab wrote:
    it is good. i could enter 1bit image in and show it in array. now i want to take pixels coordinates. i meen i want to have (x,y) of each pixel to send it pixel coordinate to another program i wrote for steppers motor.
    Can you be a bit more specific on how the output is supposed to look like? Initially you wrote "black or white", and since all pixels are either black or white, do you want to send all pixels? In what format? In what order? Please clarify?
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    BW-Pix.png ‏8 KB

  • How do I make a submit button work on a mobile oriented page?

    How do I make a submit button work on a mobile oriented page?  I have the .html file and the .data file (and one other kind), but it just spins and spins and spins when I try to send the form in (for an absence).  I'd like it to work on all devices.  Help?

    HTML forms don't do anything.  You need a form processing script to gather and process form data.  Which server-side scripts does your web hosting plan support -- php, asp, asp.net, perl?  This will determine which scripts you can use with your form.
    Nancy O.

  • How do I make categories under My Templates, as is done in page layout and word-processing?

    How do I make categories under My Templates, as is done in page layout and word-processing? I have over 50 of my own templates and want to categorize them. For example: son's homework, business, etc. Thanks

    Here are some screenshots of my organization. Your sub-folders need to be in the same folder as My Templates, NOT in My Templates which is confusing.

  • How do I make Crystal report viewer navigation icons display

    Visual Studio 8 accessing Crystal Reports Server 11 r2 using development web server.
    Report renders just fine in viewer but none of the viewer icons seem to find their image - all appear as X. 
    Debugging shows the src for icons is "this.src='/crystalreportviewers11/images/toolbar/(gif name)" such as "this.src='/crystalreportviewers11/images/toolbar/export_over.gif'".   I have such a directory\file in c:\program files\common files\business objects\3.0\crystalreportviewers11\images\toolbar\export_over.gif .
    perhaps related or a different problem: I get java script error when trying to print or export the rendered report: "Microsoft JScript runtime error: Object doesn't support this action" pointing to line: print = false;crystal_postback="<input type='hidden' name='__EVENTTARGET' value='myCrystalReportViewer'><input type='hidden' name='__EVENTARGUMENT' value='export'><input type='hidden' name='__LASTFOCUS' value=''><input type='hidden' name='__VIEWSTATE' etc.
    I see that java src is in the same neighborhood as the missing images: "JavaScript" src="/crystalreportviewers11/js/export.js" and using same hierarchy as above, I find this java file.
    Regarding missing images, how do I make viewer see these?  Where do I copy the images or how do I point the viewer to where they are?
    alan

    Out of the frying pan and into the fire...   I offer the following for other novices like myself and hope that experts will correct any misconceptions.
    My Crystal viewer control still does not display icons or print and now behaves badly when trying to display a report.  I would appreciate any advice.  Details follow.
    We have a Crystal Reports Server XI r 2.  I obtained the installation disks from tech support to install client tools on my development workstation.  These disks installed version 11.0.3300 .  After some research I have come to believe the following:
    Crystal Reports XI r1 = 11.0 = Managed 3.0
    Crystal Reports XI r2 = 11.5 = Managed 3.5
    Crystal Reports 2008 = 12 = Managed 4.0
    So I actually installed release one client tools.  The disks I received were the only installation disks we have, but I believe the server was updated to release 2 via web.  I could not find anywhere on web where I could download the release 2 client tools nor could I find any executable on server installation of release 2 to install the client tools to the development workstation.
    However, I also hold a license to the full blown BOE server at XI r2 release  I installed the client tools from these disks to my development workstation.  This installed version 11.5.3300 .  Based on other messages, I believe I need to get to 11.5.3700, but I am lost as to how to get this version.  The differences in versions may be the sole cause of my remaining problems, but I doubt it.
    To make sure I had no conflicts on development workstation, I removed all vestiges of Visual Studio and Crystal and then reinstalled VS2008, then Crystal designer, then Crystal Server client tools.  I also installed all service packs for these.  Tech Support tells me Crystal Reports Server has all service packs installed.  I noticed that the release one toolset installation created needed .dll's in both a program files\business objects\common folder and a program files\common\business objects folder, but the release two installation created only the former, not the latter - don't know if that matters.
    I had a Crystal viewer app at version 10.5 that worked fine for all reports except those that use the Server business view layer.  I am creating a new web version that can handle all Crystal reports including those using business view layer.  I am following the BOE SDK tutorial for creating a viewer.  I am binding to Crystal Viewer with an infoObject cast as report per one of the tutoral ways of binding. (I wonder if I need to use a different kind of binding though the tutoral indicates this should work.)
    When I was using release 1 tools with release 2 server, the report would render just fine but the navigation icons appeared as X's and the print/export buttons resulted in error of "Microsoft JScript runtime error: Object doesn't support this action".
    Per suggestions, I got everything in sync (to version 11.5.3300 which is only release two version I have available) - all references, viewer control, image handler.  I did have to change the image handler type to "CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandlerPage, to get a successful build because type CrystalImageHandler (no "page" suffix) is not defined in Crystal Decisions.Web version 11.5.3300,  I also had to add a reference to CrystalDecisions.Enterprise,PlugInManager for the constant CePictureState.cePictureThumbnail to be defined.  This reference was not necessary with version 1 toolset and not mentioned in tutoral.  Now I have the following symptoms:
    1.  When I bind to a very simple .rpt file stored in filing system of my workstation (displays a constant), the report will render in viewer but the navigation icons are still X's and print/export buttons still get JScript error message.
    2.  When I bind to this same simple report copied into Server folder using an infoObject cast as report (which used to render fine with release one client tools), I get the message: "The Page Server you are trying to connect to is not accessible. Please contact your system administrator."  This same report in Server folder runs fine using my Crystal Designer client.  I am able to display other attributes of the report object so I know I have a good report object.  So, my upgrade to 11.5.3300 has now additionally broken the report render.
    I would love to get to version 11.5.3700 and see what is still broken (I suspect there will still be some), but haven't a clue how to get this version of client tools.  Upgrading server to 2008 is not an option.  Downgrading Visual Studio to an earlier release is an option if VS2008 is contributing to the problem.  If I have to downgrade VS, what release is recommended?
    Any advice about any of these problems is welcome!
    alan

  • How to remove bookmarks in landscape view in iOS Safari?

    When I rotate my iPhone 6+ to get landscape view of a Safari page in iOS (8.1.2), the left 40% of the screen is filled with a list of bookmarks (or other things) that I don't want, instead of providing a wider view of the page.  I can't find any preference to get rid of this: is there a way?

    AActually, the same problem exists in Mail: when I rotate the iPad to get a landscape view, the left third of the display is taken up by the list of items in the mail folder (e.g. Inbox). That list can be removed in portrait view by clicking on the message, but there doesn't seem to be any way to make it go away in landscape view, so as to use the whole display for the message.

  • How do you make a portrait view that doesn't loose the pictures?

    I'm trying to layout a portrait view book in iBooks Author and I don't understand why Apple doesn't include a template that doesn't lose the pictures when you change screen orientation. Seeing that 99.9% percent of all paper books in the world are in portrait view I would have expected this to be the default view rather than landscape view. Has anybody been able to make a portrait view book that retains the graphics and other bells and whistles or am I just banging my head against the wall?

    In portrait mode the figures and things are always links down the side of the text. The only way I found to stop them disappearing was to insert them in portrait mode. They don't disappear when you change back to landscape, you just have to move them to wherever it is you want them to be. The best workflow is edit in portrait, then switch to landscape for formatting.

  • How can you make an image change every time you refresh a page?

    Hi.
    I've recently redone my website and was wondering how I could make the image on my main page change every time you refresh the page?
    Like is there a certain script you can use?
    Here's my website
    www.liamfawcett.com
    Thanks

    Copy & Paste the following JavaScript code between the <head> and </head> tags in your HTML document, in Code View of course.
    <script type="text/javascript">
    <!--//Random Banner image on Page Reload
    //store the images in arrays below
    images = new Array(5);
    images[0] = "<a href='http://www.example.com'><img src='some_image.gif' </a>";
    images[1] = "<a href='http://www.example.com'><img src='some_image.gif' </a>";
    images[2] = "<a href='http://www.example.com'><img src='some_image.gif' </a>";
    images[3] = "<a href='http://www.example.com'><img src='some_image.gif' </a>";
    images[4] = "<a href='http://www.example.com'><img src='some_image.gif' </a>";
    index = Math.floor(Math.random() * images.length);
    document.write(images[index]);
    //done
    // -->
    </script>
    In the array, change URLs (http://www.example.com) to your own links.  Change images (some_image.gif) to your own images.
    Save page.  Preview in browser.  Hit refresh (F5 or Ctrl+R) to see the images change.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • How do you make albums in the photo section, How do you make albums in the photo section

    How do you make albums in the photo page

    These links may be helpful.
    How To Create Photo Albums http://tinyurl.com/cxm4eoq
    How to Add New Albums in the Photos App on the iPad & Add Photos to the Album
    http://tinyurl.com/7qep7fs
     Cheers, Tom

  • How do I make links from three list/menus on the same page?

    I've got three list/menus on one page. How do I make it so
    the choices in all three menus link to different pages?

    > When I insert the three form list/menus Dreamweaver does
    not allow me to turn
    > the lists into links. Javascript allows you to turn them
    into links. All I
    > want to know is what script to write.
    That is because you inserted a plain select form item.
    Insert a JUMPMENU and dw will do the coding for you.
    Open the F1 help, click search and type jumpmenu
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • How do I make Bridge start with most recent folder and photos?

    Bridge always opens with a folder I was working with last March--How can I get bridge to open at the folder and photos I was working with when I last closed down the program?

    You could try the Bridge Forum.
    http://forums.adobe.com/community/bridge/general
    Apart from that have trashed prefs and repaired permissions yet?

  • How do I make a backup of the Layouts folder for Captivate 7 Patch?

    Hello -
    I am trying to follow the instructions for the Captivate 7 patch, but I am not sure how to create a back-up of the Layouts folder as the instructions state to do. Additionally, they say to make the backup "and delete it". They mean to delete the original file and keep the backup file that I create, correct?
    Important: Before using Adobe Captivate 7.0.1, ensure that you take a backup of the Layouts folder and delete it.
    Layouts folder are present at :
    Windows Location: C:\Users\Public\Documents\Adobe\eLearning Assets\
    I was able to find this folder, I just need some help in creating the backup...sorry, i am not the most computer savvy person
    Thanks!

    You just need to copy it to a different folder or rename it as, say Layouts_old.
    Sreekanth

  • How do I make a "yes" or "no" radio button in one page, and "mirror" the two to another page?

    Hello,
    How do I make the radio button in page 10 mirror the choice made at page 3? Thank you.
    Page 3:
    Page 10:

    Simply copy the fields from one page and paste them in the other. Just make
    sure you tick the option that says "Buttons with the same name and choice
    are selected in unison" under the field's Properties, Options tab.

  • How do I make my iPad ask to poem PDF documents in pages?

    I am trying to save PDF document into my pages app. Usually a grey tab will open up at the top of the screen when you open a PDF document asking if you would like to open thAt document In pages, but it is not asking me that. Can anyone help????

    Well you have two different issues going on here. You cannot open a PDF in Pages on the iPad.
    If you already have a PDF document in either the mail app or if you opened it in Safari - you can still use the Open In option, but you need to have an app that will be compatible with PDFs . If you have iBooks or Adobe Reader on your iPad, use one of those apps in order to save the file. Tap on the PDF and select Open In and then select either iBooks or Adobe Reader. Both apps are free but Adober Reader has more functionality than iBooks. You can annotate with AR but you can only save and view with iBooks.
    The second issue - if you want to export a Pages file as a PDF - open the file in Pages and then tap on the wrench icon in the upper right corner. Select Share and Print. Then select Email and a window will pop up in which you can send the file as a PDF. If you select Send to iTunes - a window will pop up in which you can send the file as a PDF as well.

  • How to get Report Builder to print a section on the same page

    I have a section of my report that is three bands. A header
    band, the detail band, and a total line band. Sometimes this
    section will get split up and print part on the next page. So
    basically I need for this section to print on the same page. I know
    that I could insert a page break right above the header, but this
    will make my report way longer than it needs to be. I have also
    unchecked "split allowed" for that band also but that didn't make a
    difference. Is there some way to group three bands together so that
    if it is two big to print the section on the current page then
    print the whole section on the next page. It is driving our
    accounting lady nuts because when she likes to verify that the
    totals are coming out right and sometimes she has to flip over to
    the next page to continue calculating.

    you need to create a multi-instrument in the environment next to your audio-instrument,then push a cable from there to your audio-instrument.in the arrange window your multi-instrument will appear in the window where you select the track-type next to the audio tracks, audio-busses etc. these midi tracks now trigger your vsti on the selected midi channel.you have to record your midi now on these tracks and not on the audio-instrument track,because there you only trigger its own channel. i hope i explained it well but i think you have understood what i ment.

Maybe you are looking for

  • After a clean install, how can I continue using Time Machine?

    After a clean install, how can I continue using Time Machine? I booted from my recovery partition, erased my HD, installed the same OS, (Lion, 10.7.5) then restored from my TM. If it asks if i want to use TM, I say yes. When I chose the drive, it see

  • Processing error occured in the source system

    Hi Experts, I am extracting payroll data from ECC 5.0 to BW side, after the extraction I'm getting warning message proceesing error in the source system. In the source system apllication log the following warning message displyed. <u>No assignment of

  • My location settings - Note 3

    On my one app, weather bug, I have it set to display my current location for the weather, so it changes as I travel to / from work.  However, when I get to work in Twinsburg Ohio, it is showing "Walloon Lake MI" as my location which is probably a goo

  • Photosmart 8250 not printing black

    The black cartridge was low but not out...it started fading out on pages with lots of black print, then seemed to decide it had to work around the problem and now prints all black text in other colors.  I have a new cartridge in it; no black.  On mix

  • Can I switch 1st gen iPad from AT&T to Verizon?

    I have a 1st generation iPad, purchased before Verizon was even an option... is there any way now to drop AT&T and switch that iPad to Verizon?