Pages won't allow me change the margines.

I just need to know how to slide the pointer.
It won't allow me.
Thanks.

The iCloud iWork Beta discussion area is here.
Jerry

Similar Messages

  • How can I change the margin settings in the pages inspector to make them more specific for label templates. I need margins that can be set to hundreths of a centimetre not just tenths.

    How can I change the margin settings in the pages inspector to make them more specific for label templates. I need margins that can be set to hundreths of a centimetre not just tenths.

    I doubt you need hundreths as you would not even be able to measure that and the printer doesn't hold the paper to those tolerances.
    fruhulda is right. Pages accepts higher measure but rounds it in the measure field.
    If you want absolute accuarcy you need to set your measures to points. Everything else is being recalculated.
    Peter

  • I want to load Firefox on my computer at home, which is not connected to the internet. I want to download Firefox to my flashdrive and then add it to my computer at home. When I try to download Firefox, it won't let me change the path of where it download

    I want to download Firefox on a flashdrive so I can then download it to my home computer which is not connected to the internet. When I download Firefox, it won't let me change the path and so tries to download on a public computer, which isn't allowed. The reason I want it on my home computer is because I'm creating web pages and I want to view my html pages using a variety of browsers, including Firefox.

    From another computer, go to http://www.mozilla.com/firefox/, click "Free download" button, click "Save File" button, select your flash drive in "Save as" window. "Firefox Setup 3.6.13.exe" file will be saved in your flash drive.
    You just need to insert it in your new computer and double-click on "Firefox Setup 3.6.13.exe" from Windows Explorer and follow instructions.

  • Changing the margins of a large documents in IDCS3.

    Immediate problem: Changing margins on a series of 9 page documents.
    Facts: Im using InDesign CS3 version 5.04 for Mac and cannot figure out how to change the margins on any of my documents unless I change the margins on each document one page at a time. The master pages do not seem to control the margins on any of these documents. Or if the margins are controlled by a master page, I cant figure out which master page is controlling the margins and how to change them.
    Background: I used an earlier version of InDesign on a PC to create the document, a 180 page book. The book consists of 20 chapters, about 9 pages each.
    Ultimate Goal: I ultimately want to change the page size from 8.5 x 11 inches to 8 by 10 inches, and the margins from ??? x ???? ( or the text block from 4.5 inches x 8.5 inches to 5.1 inches x 7.5 inches.
    Question: How can I change my margins?
    Thanks for your help.

    Thanks Bob. I enabled the layout adjustment, and attempted to change the margins on my master page. However when I applied the master page with the changed margin to my document pages, some margins on some pages changed and some did not. Any ideas as to why some would change and some wouldn't? Is there any way to tell which of my 3 master page spreads is the one that controls the margins? I'm very confused. Thanks for your help.
    Rich

  • The CR 2010 for VS engine changes the margins and scales the report

    The CR 2010 for VS engine changes the margins and scales the report but only when printing.
    Environment:
    OS: Windows 7 x64 / Windows 2008 x64
    VS: VS 2010 x64
    CR designer: CR 2008 SP3.5
    CR engine: CR 2010 for VS SP1
    We have upgraded the Crystal Reports engine from version 10 to u201CCrystal Reports 2010 for VSu201D and are now having major issues with printing reports to preprinted papers, giro forms etc. because the report margins are changed and the reports are scaled (when report elements are in non-printable area?). Reports with elements in non-printable area are shown correctly in print preview (CR 2010 CrystalReportViewer) but moved to printable area when printed. This behavior was different in CR 10. Changing the PrintLayoutSettings in code is ignored when printing.
    Error u2013 The printed reports are scaled:
    -     Print in the CR 2008 Designer SP2
    -     CR 2010 for VS SP1
    OK u2013 The reports are not scaled:
    -     Print in the CR 2008 Designer SP3.5
    -     Print in the CR 10 Designer
    -     CR 10 engine
    Test:
    1) Crystal Reports Designer 2008 (with SP 3.5)
      a) Create a new blank RPT file.
      b) Set report margins to 0,0,0,0 in Page Setup.
      c) Add a box in the upper left corner (x=0, y=0).
      d) Select "Print preview" and validate that the box is located in 0,0 in preview window.
      e) Select u201CPrintu201D and validate that the box is located in 0,0 of the paper. Some of the box borders might be outside of the printable area but that is ok.
    2) Visual Studio 2010 and u201CCR 2010 for VSu201D with SP1:
      a) Create a new Windows Forms Application project (.NET Framework 4.0). Set project to u201C.NET Framework 4.0u201D and platform target u201Cx86u201D.
      b) Add the CrystalReportViewer control to Form1.
      c) Add the RPT file to the CrystalReportViewer control
      d) Run the application
      e) Validate that the box is located in 0,0 in the CrystalReportViewer control.
      f) Select the "Print" icon in the CrystalReportViewer
      h) Click the "Print" button and validate that the box is moved to the printable area which is wrong.
    Notice: In the print dialog (CR 2010 for VS) select the "Layout" tab page and see that "Scale u2026" is selected and cannot be changed. This is different from the CR 2008 Designer even though that it is the same report file and printer.

    I have done the requested test (and more - see below) and can not reproduce the issue.
    Tests done
    1) Crystal Reports Designer 2008 (with SP 3.5)
    a) Create a new blank RPT file.
    b) Set report margins to 0,0,0,0 in Page Setup.
    c) Add a box in the upper left corner (x=0, y=0).
    d) Select "Print preview" and validate that the box is located in 0,0 in preview window.
    e) Select u201CPrintu201D in the CR designer. Results in the box printing at 0,0 coordinate of the paper.
    f) Repeat all of above with a text field report
    g) Select u201CPrintu201D in the CR designer. Results in the text printing at 0,0 coordinate of the paper.
    2) Visual Studio 2010 and u201CCR 2010 for VSu201D with SP1:
    a) Create a new Windows Forms Application project (.NET Framework 4.0). Set project to u201C.NET Framework 4.0u201D and platform target u201Cx86u201D.
    b) Add the CrystalReportViewer control to Form1.
    c) Add the RPT file to the CrystalReportViewer control
    d) Run the application
    e) Validate that the box is located in 0,0 in the CrystalReportViewer control.
    f) Select the "Print" icon in the CrystalReportViewer
    g) Click the "Print" button
    h) Text filed report test results in the text printing at 0,0 coordinate of the paper.
    i) Box report test results in the text printing at 0,0 coordinate of the paper.
    3) VS2010 IDE
    a) Create a new blank RPT file.
    b) Set report margins to 0,0,0,0 in Page Setup.
    c) Add a box in the upper left corner (x=0, y=0).
    d) Preview report in the ID designer and validate that the box is located in 0,0 in preview window.
    e) Select u201CPrintu201D in the IDE designer. Results in the box printing at 0,0 coordinate of the paper.
    f) Run above report in code
    g) Preview report and validate that the box is located in 0,0 in preview window
    h) Select the "Print" icon in the CrystalReportViewer
    i) Click the "Print" button
    j) Text filed report test results in the text printing at 0,0 coordinate of the paper.
    k) Repeat all of above with a new report that uses a text field rather than a box.
    None of my reports have the option "No Printer" checked.
    All of my reports have the option "Dissociate Formatting Page Size and Printer Paper Size" checked
    From the above, you can see that all of the printing tests result in consistent printing, be it a report created in CR 2008 or CRVS2010, useing a box or a field. No difference in printing.
    Suggestions:
    1) I am not sure if you have followed the steps you recommended. E.g.; are you creating a new report or using your existing report? See if following the steps described reproduces the issue (it may be there is something specific to your existing reports)
    2) Make sure you have the latest printer driver available for your printer
    3) Try a different printer
    4) Add a report to the VS2010 IDE and preview the report in the IDE of VS2010
    5) Compare the "No Printer" and "Dissociate Formatting Page Size and Printer Paper Size"  options
    6) Consider creating a phone case so a support technician can troubleshoot the issue with you
    - Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • How can I change the margins on a fillable PDF

    I am looking to change the margins on a fillable PDF that is required by the CRA because page 2 of 10 is blank. If I were to print it and send it off with the blank page it will get sent back as 'not completed properly'
    Any ideas on how to get rid of the blank page???

    Oh I understand that it is free. I just don't understand why a fillable document that is required by a government agency such as the CRA has a blank page in it and the program they insist you use to fill out the form cannot remove that blank page. That's where my annoyance lies.

  • Rogers is saying that IOS4 won't allow use of the personal hotspot with a plan of less than 1GB data.  I say it's a policy of theirs, not an iOS restriction.  Anyone know the truth?

    Rogers is saying that IOS4 won't allow use of the personal hotspot with a plan of less than 1GB data.  I say it's a policy of theirs, not an iOS restriction. Anyone know the truth?
    I call BS but the tech guy was insistent that the iPhone can detect what plan I have and won't enable the feature and there's nothing they can do about it, short of selling me a larger data plan...

    robfromkelowna wrote:
    Actually it does.  It's wrong to lie to a customer.  By blaming Apple, they shift the blame and make it seem like there is nothing they can do about it.  If they admitted it was their policy, I could complain and try to get it changed or I could move to another carrier.
    If a person killed someone and blamed it on a heart attack, the person is stil dead, does it matter? Either way they're dead, right...  (extreme, I know, but illustrating a point)
    Wow.
    It is certainly Rogers policy and is not unusual at all among carriers.
    Seems like a non-issue to me, but apparently being "lied to" ( perhaps the employee was simply mistaken, it happens) is a major deal to you.

  • Change the margin

    At first. My english is not so good. I want to change the margin in an imported Excel spreadsheet in numbers on my Ipad. The margin is to big. How i can find the function to do this.
    Mecky

    You should be able to select items on the sheet and move them around. Is it that you cannot move them far enough to whichever side you are trying to move them?
    Numbers on the iPad doesn't appear to have any settings for margins; at least I've never found them. Pages has them (Document Setup, after clicking the wrench)  but not Numbers. I don't know what Numbers on the iPad does regarding margins with an imported Excel document.
    There is a separate forum here for the iOS iWorks apps.  You might get a better answer there.
    EDIT: I created a test xlsx file with huge left and top margins and imported it.  The table imported into iOS Numbers with the standard-sized Numbers margins. Maybe I didn't understand your question?

  • Pages won't allow me to save document, can't gain permission to documetns

    Pages won't allow me to save documents, as it claims I don't have permission to access Documents or any other folder I try save anything in. I have gone to file info, made sure documents and all other folders are unlocked, and on the file I have permissions to read and write. Yet despite this, Pages keeps insisting I don't have permission. What can I do?

    I have also tried the Disk utility repair function but that did nothing.

  • After creation of PO system should not allow to change the price in PO

    Hi There,
    In my scenario once PO is created then after send to vendor PO print document,Users are changing the price in PO.so system should not allow to change the price in PO once PO got saved.
    So please advice.

    Hi,
    you could set in customizing for field selection keys the net price      
    to display for ME22N so that changes can not be made         
    (transaction OLME -> purchase order -> Define Screen Layout at Document Level).
    Please check that you have set all the relevant field selection      
    groups to display: AKTV, ME22, ME22N... (read and apply note 30316)                                                                               
    Other workaround is try to do by yourself with the badi                      
    ME_PROCESS_PO_CUST and send your own error message.    
    Regards,
    Edit

  • I bought an iPad 2 at a yard sale and now it won't let me change the Apple ID from the previous owner to me. What do I do

    I bought an iPad 2 at a yard sale and now it won't let me change the Apple ID from the previous owner to me. What do I do

    If you can't contact the owner, there isn't anything you can do.

  • Hi I am trying to change the margins and layout of an existing in design document, help!

    Hi I am trying to change the margins and layout of an existing in design document, help!

    This is an open forum, not Adobe support... you need Adobe support to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"
    or
    Make sure that EVERY DETAIL is the same in every place you enter your information
    -right down to how you spell and punctuate the parts of your name and address
    Change/Verify Account https://forums.adobe.com/thread/1465499 may help
    -Credit card https://helpx.adobe.com/utilities/credit-card.html
    -email address https://forums.adobe.com/thread/1446019
    -http://helpx.adobe.com/x-productkb/global/didn-t-receive-expected-email.html

  • How can I rearrange the pages in a PDF without changing the assigned paged numbers.

    How can I rearrange the pages in a PDF without changing the assigned paged numbers? These correspond to the original document folio numbers.

    In theory it would be possible to 'record and play back' the page numbers using a folder-level script, but it's far from trivial. You would have to use the doc.movePage() function - presumably driven by a dialog box - to do the page shuffling so there was a way to track what was being done, then swap the page 'labels' of the two affected pages. That's where it gets messy.
    We have functions in the JSAPI which can read and write the page label, but they don't do things in a logical way. The 'getPageLabel()' function simply returns a string, but the 'setPageLabel()' method expects to be told the numbering scheme, prefix, etc. You'd have to parse the string and work out what scheme it was implementing.

  • Whether system will allow  to change the  PO Quantity , etc after GRN ?

    Dear Expert,
    Please let me know whether system(standard SAP ) will allow  to change the  PO Quantity , Net price and Price per unit after partial/fully accepting the GRN against the PO?
    regards,
    Kumar.

    dear,
    This is possible in 1 way and not possible in another way.
    I will explain you in details:
    If Po cretaed of 100 Qty........GRN done for 20 Qty.....Then you can go and can change PO qty to 20 .....
    There you can change Qty to 20....System will allow you to change the Qty...
    NOw If you want to change the qty less than 20 ( GRN qty)...Then System will now allow you to change it.
    Regards
    Utsav

  • What to do if my master page is too small for custom master page column, I need to change the papers

    What to do if my master page is too small for custom master page column, I need to change the papersize from A4 to US letter size *

    My 2nd gen works fine with WPA2 and AES encryption.
    You may need to go back and start over.  Reset the router back to factory defaults, log on as the admin, set up security, DHCP, and make sure the IP address pool has enough IP addresses to lease to ALL of the computers/devices that will connect to that the router.

Maybe you are looking for

  • Apple Finder New Window Height bug

    Hello, Every time I mount a mount a file system with a Finder > Connect to Server or a Command+K, the Finder opens the new window at the full height of my laptop screen. It is very annoying. I always resize the height back down, but Finder never reme

  • HTML iview

    Hi I did KM iview in portal that draws on html page that is in KM folder. when I tying to display is i get 404 The requested resource is not available. Any ideas

  • I am having trouble selecting different types of paper to print on with Elements 8.

    Also, do I need to download new profiles for this to work. I was using Elements 4 previous to this and when I upgraded, I lost my paper choices.

  • How do you download songs you've purchased off itunes if they were deleted before syncing

    I just updated the software on my itouch and I lost all the media / apps / songs that were on it. I can restore to my last sync..but that was 3 months ago and I bought a ton of songs since then that I have lost. How do you download songs you've purch

  • IMessage not synching between devices

    Ok sorry if this has been asked and answered already but I've had a good look around and haven't been able to solve this problem yet. I have an ipad1 and an iPhone 3GS both with ios5. I use the iPad most of all and when I send iMessages to my friends