How do I align photos?

I'm creating a collage consisting of only images. It's a 15 x 10 page size and I want the images to butt each other all around -- no gaps. So I figured if I made each photo 1 x 1, that would leave no gaps in between. Even though I've made each photo 1 x 1 in the Inspector window, the images are sizing themselves to the page layout of 15 x 10. In essence, I'm trying to create a thumbnail consisting of high res images for print. Can anyone help me?

Hello zaddel,
in the preferences of Pages at the bottom of the "General" tab panel you can find the two snap options: "Show guides at object center" and "Show guides at object edges". Activate the second one you can place the images one aside and/or below the other with no space between the borders.
An other way is, use a table with disabled borders and set the table with and height to the 15 x 10 (or set the cell size to the image size). But in my opinion the first way is the most straight forward solution.

Similar Messages

  • How do I align photos in a slideshow?

    Hello,
    I have been trying to find out how to align photos in a slideshow so that they don't "jump around" in the page, when they have different formats. Unfortunately I just read this discussion and learned that it isn't possible.
    http://forums.adobe.com/message/6071838
    But Iguiva then writes: "Now I only can do it manually, one by one..."
    If I can't controll exactly where the photo is shown, I don't see that I can use Muse.
    So here is my question: How do I do it manually? 
    Thanks,
    Tine

    Hi Tine,
    You can go to the Hero Image level in the Slideshow and then double click the Hero Image.
    That would give you access to the actual Image (you will see the Control Strip left corner reads "Image" rather than "Hero Image").
    Once at that level you can manipulate and place your image inside the Hero Image container as you see fit and it will keep the position you set.
    Hope that helps.
    Cheers,
    Vikas

  • How do I align photos in the Book Module on a page?

    I've been looking all over the place, but could not find it.
    When I'm in the book module, 4 picture per page, pictures not fully zoomed it, I can move the picture. But I have found no way to move all pictures the same way or to align them somehow. I have noticed that padding will change the position as well, but it is applied AFTER I moved the picture.
    On a page that I created I have thus no way to align the pictures with a slider, unless I move them on the screen and align them by eye ...
    Hopefully somebody can help me.
    Thanks!

    No. Unless there is some sort of photo management app in the app store, there's no way to alter this order on the phone.
    On second though, you might try a batch rename in iPhoto (or whatever you use) so that the photos, when in the order you want, are also in alphabetical order. Then perhaps the iPhone will sort them alphbetically.
    Greg

  • How to align photos

    How do I align photos so that they are the right way up?

    Larry
    Thank you. I have tried both ways. Event Titles Checked and Event Titles unchecked.
    When I select the photo view from the source list and uncheck Event Titles, all my photos are shown as one set without any distinction of where one event starts or finishes. However, the order that they appear in is no different than when Event Titles is checked . It still does not match the order that I see the photos in when I select the Event view.
    Secondly I have followed the HELP topic 'Sorting Photos and Events' the third point, which reads "Sort Photos (regardless of Event) The advice in this case is to 'Select Photos in the Source list, choose View and make sure Event Titles is uncheked, and then choose View... Sort Photos". When I do this, I can then only choose the following sort options. By Date, By Keyword, By Title, By Rating, Manually. What I need is an option that allows me to sort 'by EVENT' but as you know there is not one. When I choose Manually I can no longer see how the photos are separated by Event and with over 10,000 photos, I can't remember which photos belong in which event so that I can't move them. Does that make sense?
    In the Photo View, I have also tried checking the Event Title (so I can see my Event groupings) and then draging the Events into the order that I want, so that they reflect the order in my Event view. That does not work either. Instead of moving the Events, it just merges them.
    Thank you.

  • How do I align large numbers of imported photos

    I have been trying to figure out how to get the photos that I
    import onto the to create a slide show, to all align to the stage
    with one command. I have to manually align each pic... If I have a
    large number of pictures it is quite a headache to do each and
    every one... Thank you.

    Edit Multiple Frames (it's a button to the right of the Onion
    Skin buttons at the bottom of the
    timeline:
    http://www.biteycastle.com/lessons/emf.htm
    --> Adobe Certified Expert (ACE)
    --> www.mudbubble.com :: www.keyframer.com
    -->
    http://flashmx2004.com/forums/index.php?
    -->
    http://www.macromedia.com/devnet/flash/articles/animation_guide.html
    -->
    http://groups.google.com/advanced_group_search?q=group:*flash*&hl=en&lr=&ie=UTF-8&oe=UTF-8
    merry1 wrote:
    > I have been trying to figure out how to get the photos
    that I import onto the
    > to create a slide show, to all align to the stage with
    one command. I have to
    > manually align each pic... If I have a large number of
    pictures it is quite a
    > headache to do each and every one... Thank you.
    >

  • CS6 How to create a photo gallery?

    CS6 How to create a photo Gallery?

    I like Fancybox2.  It's a big improvement over Lightbox &  the original Fancybox.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5, with Fancybox2 Viewer</title>
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <!--LATEST JQUERY CORE LIBRARY-->
    <script src="http://code.jquery.com/jquery-latest.min.js"></script>
    <!--FANCYBOX plugins-->
    <link href="http://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/jquery.fancybox.css" rel="stylesheet" media="screen">
    <script src="http://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/jquery.fancybox.pack.js"></script>
    <style>
    /**this styles image container**/
    #thumbs p {
        float: left;
        width: 180px;
        height: 12.5em;
        margin: 10px 0 0 20px;
        padding: 10px;
        border: 1px solid silver;
        /**rounded borders**/
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        /**this styles caption text**/
        font: italic 14px/1.5 Geneva, Arial, Helvetica, sans-serif;
        color: #666;
        text-align: center;
    /**recommend using same size images**/
    #thumbs img {
        width: 160px; /**adjust width to thumbnail**/
        height: 120px; /**adjust height to thumbnail**/
        margin-bottom: 1.5em;
        opacity: 0.75;
    #thumbs img:hover { opacity: 1.0 }
    /**float clearing**/
    #thumbs:after {
        content: ".";
        clear: left;
        font-size: 0px;
        line-height: 0;
        display: block;
        visibility: hidden;
    </style>
    </head>
    <body>
    <h1><a href="http://fancyapps.com/fancybox/">Fancybox2</a> Viewer with images</h1>
    <!--insert thumbnails with links to full size images below-->
    <div id="thumbs"> <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 1" /></a> <br />
    Caption 1 </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 2" /></a> <br />
    Caption 2 </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 3" /></a> <br />
    Caption 3 </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120.jpg" alt="Thumbnail 4" /></a> <br />
    Caption 4 </p>
    <p><a class="fancybox" data-fancybox-group="gallery" href="http://placehold.it/400x320.jpg" title="optional captions"><img src="http://placehold.it/160x120" alt="Thumbnail 5" /></a> <br />
    Caption 5 </p>
    <!--end thumbs--></div>
    <!--Fancybox with Iframe-->
    <h1>Fancybox with Iframe</h1>
    <h3><a class="fancybox" data-fancybox-type="iframe" href="http://example.com">EXAMPLE.COM</a></h3>
    <!--FancyBox function code-->
    <script>
    $(document).ready(function() {
        $('.fancybox, iframe').fancybox();
    </script>
    </body>
    </html>
    Nancy O.

  • How do I get photos on my Ipod

    How do I get photos on my ipod???????? I have been trying for about 3 hours now, and its making me really mad, so how do i do it the easy way?
    PLEASE HELP!!!!! and explain it so a 2 year old could understand it.
    Thankyou

    http://www.apple.com/support/ipod/tutorial/ipgettingstartedt9.html
    Please mark your question as answered, or helpful,thanks   Windows XP   <img src="http://i36.photobucket.com/albums/e13/superman5656/s.gif"align="right"</span>

  • How do you get photos on you ipod nano

    mite seem like a think question but in the booklet it only tells me how to upload music
    how do i get photos on my ipod

    putting photos on ipod
    Nano 4GB black,Moto RAZR V3 black, PSP, all kinds of cases for nano,radio/remote   Windows XP   <img src="http://i36.photobucket.com/albums/e13/superman5656/s.gif"align="right"</span>

  • How can I move photos from my computer to a Thumb drive?

    How can I move photos from my computer to a Thumb drive?

    https://discussions.apple.com/message/16881894#16881894
    2 way to get the icon...
    Finder>Preferences>General, check what you want to show on Desktop.
    Finder>Preferences>Sidebar, check what you want to show in the Sidebar of all windows.

  • How can I move photos from one website to another website?

    I can't seem to get how to move my photos and pictures I find on the web to another website or my blog. Uupload, download ...it's all Greece to me. No offense intended.

    Are your photos in iPhoto or are they stored in folder on your iMac?
    Firstly, the two Macs need to be connected, either via ethernet or wirelessly, on the same network.
    The same can be achieved by copying the photos from your iMac to an external hard drive and then to your MBP.
    You can copy the entire iPhoto library over to your MacBook Pro and replace the existing iPhoto library in the Pictures folder. (Do you have photos in the iPhoto Library on your MBP?)
    It is also possible to have more than one iPhoto Library, by giving the library on the iMac a new name, and then copying it over.

  • TS4425 How can I remove Photo Stream pics from my Apple TV slideshow?

    I am a decorator and take photos of furniture, fabrics, etc on my phone daily, but I do not want these photos cycled in the slideshow on my Apple TV.  I have iTunes pulling photos from designated folders on my home computer, but I can't seem to figure out how to remove my iPhone photo stream pictures.  Suggestions?

    Hi lpetershagen,
    Here is an article of information on ways to delete photos from Photo Stream:
    iCloud: How to delete photos from Photo Stream
    http://support.apple.com/kb/HT5125
    Alternatively, you can choose different photos for the Apple TV screensaver by following this:
    Apple TV (2nd generation): How to use your photos with your Apple TV screensaver
    http://support.apple.com/kb/HT4362
    Cheers!
    - Ari

  • How can I transfer photos from ipad 1 to pc

    I have an ipad 1 - ios 5.1.1
    I want to transfer the photos on the ipad to a windows 8 pc.
    Should be a really simple operation - yes? wrong.
    After visiting 30+ webpages, downloading various 3rd party software (and deleting them again) - I am still unable to transfer photos from my ipad to a windows pc.
    I connect the ipad 1 to a pc using cable.
    PC shows ipad.
    Then you get the option to import photos (Which 20+ websites just repeat).
    Contained in the DCIM Folder is 2 thumbnail photos. Yes - just 2. Two.
    Stored on the ipad is nearly 3,000 photo's. NOT 2!
    So how do you move photos from an ipad to PC?
    Next problem.
    Someone recommended using Syncios - wonderful.
    All photos found.
    All photos copied - except they are copied as thumbnails.
    It would seem that ipad stores your photos as a thumbnail - but when you email the photo the true size is sent. (Thumbnail is 11kb - when I attach the same photo to an email it shows it as 1.1mb)
    So - apart from creating and sending 3000 emails - so that I can transfer photos at their original resolution - HOW DO YOU TRANSFER PHOTOS FROM IPAD 1 TO A PC.
    Apple really couldn't have made a 30second operation more difficult - or deliberately impossible.
    There is NO option to do this via iTunes.
    I can transfer photos from a PC to iPad using iTunes - but not the other way around.
    So - please - does anyone have a degree in astro-physics that can explain how a person is supposed to transfer full sized photos, that are stored as thumbnails - from an iPAD 1 to a Win 8 pc?
    ps... and yes I am irritated. This has taken me 2 days so far, and still unable.
    pps... and no, I really don't need people posting - oh yes I have the same problem... I need answers.

    HHow did the photos get on your iPad? since the original iPad does not have a camera, the photos were either received in emails, copied from the web or synced from your computer. If they were copied from emails or the web they should be available to copy off the iPad using whatever Camera or image capture application you have on your computer. Connect your iPad, start the application and transfer the photos.
    if the photos were synced from your computer, they should still be on the computer used to sync from.

  • I have a 3g iphone and I need to know how to delete old photos from my phone!! I need the space but there is no way to delete the pictures!! Help!!!

    I have a 3g iPhone and I need to know how to delete old photos. Need to free up space and there is no clear way to delete these photos!! Can someone please let me know how to get rid of these pictures!!!! Help!!!

    There are a number of ways to delete pictures from the Camera Roll.  One is to open Camera Roll in the thumbnail view, tap the arrow button (top right), tap all the pictures you want to delete, tap the Delete button ant the bottom.  Photo Library pictures are deleted by unchecking Sync Photos on the Photos tab of your iTunes sync settings, followed by syncing your phone.

  • How can I export photos from my iPad or iPod to my main computer or hard drive. My old computer died and I want to get my photos onto my new computer. Thanks in advance.

    HOw can I export photos from my iPad or iPod to my main computer? My old computer died with my photos on it but I want to move my photo library from my iPad or iPod to the computer I just bought. Thanks for any help you can give.

    Sorry but your iPhoto library is not on an iPad or iPod - you may have photos there (most likely low resolution copies) but not an iPhoto library - dying computers (along with software and human errors) are why you always must have a backup - now is the time to load it
    LN

  • How can i delete photos in a folder from my Iphone 4s.  when it was synced, the photos went to two folders and not to the camera roll

    How can I delter photos in a folder from my Iphone 4s?  When I synced the new phone from the Itunes, the photos went to two folders and not the camera roll. 

    thanks, should I delete all the phones on Itunes and re sync the old phone, then resync the new phone to get the pictures?  Will they go to camera roll instead of a folder?

Maybe you are looking for

  • ITunes 9.0.1 VS. 9.0.2

    Hi all, I have a question regarding the new iTunes 9.0.2. If I downloaded would it affect my songs in the library that in the previous version. I mean do I need to import or add the songs again in the library if I download the new iTunes 9.0.2. Thank

  • Updated iMac G5 w/ 10.5.4, It Froze, now won't boot

    I updated my MacBook just fine. I went home and updated our home iMac G5. The update seemed to work fine. Then the screen froze. I could get menus to drop down, but they wouldn't do anything. The HD icon had disappeared and in its place was a folder

  • Safari 8 - tab opens as a new window all of the sudden

    So I'm using Safari 8.0.2 on Yosemite. I came across a bug (or is it a new feature?): When I have a page opened as a new tab, sometimes, all of the sudden, this tab detaches from the main Safari window to become a new window. This happens as I move m

  • Hashtable or Vector to create Jtree ?Data from dtatbase.

    I want build JTree in JApplet . The JApplet is connecting to a database . As soon as data change ,JTree change. 1.How can use hashtable or Vector to create Jtree ? the Hashtable's Data or Vector's Data from Database. 2.How Japplet connect to a databa

  • Midi files made in Finale not working

    I have 3 files that aren't exporting to Garageband. I drag and drop them as I always do and then it starts the midi window downloading window from Garage Band and then stops. I am not putting it in the track. I shortened all the names. I made the end