Shifting Handouts to the Right

Hi,
I use Keynote to create handouts of lecture notes, and I use two per page. When I do this, there is about a 2 inch area of white space on the right and very little on the left. Is there a way to "shift" the slides to the right and have more blank area on the left? I want to do this so that the three holes punched in for a binder does not destroy any content.
Thanks,
Ken

There are so many (unnecessary) changes made to the SpryMenuBarHorizontal.css that I have given up.
Please have a look here http://www.dwcourse.com/dreamweaver/ten-commandments-spry-menubars.php#one and start again.
Gramps

Similar Messages

  • Crystal XI - No Printer option shifts report to the right

    Post Author: yishion
    CA Forum: General
    Hi all, I have encountered a problem which shifts the entire report to the right whenever I check the 'No Printer (optimize for screen display)' option in page setup. Has anyone encountered this problem and is there a working solution to this problem? Thanks in advance.

    Solved my problem. I had to tweak the ODBC drivers on the server.

  • Any page I open does so with the screen shifting 25% to the right meaning I can't see all the page - how do I sort this?

    When I open firefox and go to any webpage (including right now as I write this) the screen has shifted to the right and runs off screen - I'm left with a huge blank gap on the left handside of the page.
    I have uninstalled and reinstalled firefox, but it hs done the same thing - although mysteriously my homepage was kept?

    The Babylon Toolbar 1.1.8 extension is known to cause something like that. Disable or uninstall that add-on until the developer fixes the cause of that problem.

  • Spry menu IE Problems, shifting submenu to the right

    ok haveing trubble with the menu shifting to the right of the drop down, it works in all other but IE... any ideas ?
    code:
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
              list-style-type: none;
              font-size: 105%;
              cursor: default;
              width: auto;
              margin-top: -32px;
              margin-right: 0%;
              margin-bottom: 0px;
              margin-left: 5em;
              height: auto;
              float: left;
              border-bottom-style: none;
              font-weight: normal;
              line-height: normal;
              font-style: normal;
              color: #000;
              padding-top: 0px;
              padding-right: 0%;
              padding-bottom: 0px;
              padding-left: 0%;
              text-align: center;
              border-top-style: none;
              border-right-style: none;
              border-left-style: none;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
              z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
              padding: 0;
              list-style-type: none;
              font-size: 100%;
              position: relative;
              text-align: center;
              cursor: pointer;
              width: auto;
              float: left;
              margin-top: 10px;
              margin-right: 0;
              margin-bottom: 0;
              margin-left: 0;
              visibility: inherit;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
              margin: 0;
              padding: 0;
              list-style-type: none;
              font-size: 110%;
              z-index: 1020;
              cursor: default;
              width: 12em;
              position: absolute;
              left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
              left: auto;
              -khtml-opacity: 0.9;
              background-color: #666;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
              width: 11em;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
              position: absolute;
              margin-right: 0;
              margin-bottom: 0;
              width: 12em;
              margin-left: 12em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
              left: auto;
              top: 0;
              background-color: #666;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
              border: 1.5px solid #fff;
              font-size: 12px;
              padding-top: 0px;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
              display: block;
              cursor: auto;
              background-color: opacity
    :0.4;
              color: #FFFFFF;
              text-decoration: none;
              font-size: 100%;
              padding-top: 0em;
              padding-right: 2em;
              padding-bottom: 0em;
              padding-left: 0em;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
              color: #F69;
              background-color: transparent;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
              background-color: transparent;
              color: #FF6699;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
              background-image: url(SpryMenuBarDown.gif);
              background-repeat: no-repeat;
              background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
              background-image: url(SpryMenuBarRight.gif);
              background-repeat: no-repeat;
              background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
              background-image: url(SpryMenuBarDownHover.gif);
              background-repeat: no-repeat;
              background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
              background-image: url(SpryMenuBarRightHover.gif);
              background-repeat: no-repeat;
              background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
    position: absolute;
    z-index: 1010;
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */ 
    ul.MenuBarHorizontal li.MenuBarItemIE
              display: inline;
              f\loat: left;
              background-color: #FFF;
              filter:alpha(opacity=0);
              /* [disabled]-moz-opacity:0.; */
              -khtml-opacity: 0.;
              opacity: 0.;

    There are so many (unnecessary) changes made to the SpryMenuBarHorizontal.css that I have given up.
    Please have a look here http://www.dwcourse.com/dreamweaver/ten-commandments-spry-menubars.php#one and start again.
    Gramps

  • FF8, Win 7.... some web sites load with some items shifted off to the right or left slightly. This does not happen in IE or Chrome. How do I fix this?

    I am having this problem on several websites including my iGoogle page, the home page of my nonprofit and others. Also, features like the quick add button in Google Calendar on my iGoogle page are missing or don't work.

    If you have increased the minimum font size then try the default setting "none" as a high value can cause.
    *Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    *Tools > Options > Content : Fonts & Colors > Advanced > [X] "Allow pages to choose their own fonts, instead of my selections above"
    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    *http://kb.mozillazine.org/Zoom_text_of_web_pages

  • "Oslo.Master" set as the The default Master Page, but when record selected in "List View Web Part" page shifts to the right.

    Hi All,
    I have set "Oslo.Master" as the The default Master Page for the site.   I have a page with a List View web part and an InfoPath Web Part connected.  When the page loads is it displayed correctly.  However, when a record
    is selected and the infopath web part is updated, the content on the page shifts (indents) to the right.
    Is there something I am missing?   Does anyone know how to correct this?
    Thanks in Advance!

    Hi Dwayne,
    I could reproduce this, as a workaround, we can use javascript code as below to hide the element in the following image.
    <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
    <script>
    $(document).ready(function(){
    $('#contentBox').prev().hide();
    </script>
    Thanks
    Daniel Yang
    TechNet Community Support

  • First page next to homepage shifts to the right during scrolling to anchor points.

    I made a second page exactly the same as the homepage in a different language, but using the new anchor points at this new page does nog give the same effect. It should only be scrolling down, but it shifts also to the right of the browser. I get a scrollingbar at the bottom of my frame. The homepage does not get all this unwanted extras. This is the URL: http://changer.businesscatalyst.com/english.html#homenews

    I had this problem 2 times with 2 different websites. Only could solve it by beginning a new file, copy pasting all elements adding new achors.
    You should find this issue on this forum as I posted it before.

  • TOC Shifting to the Right

    Since upgrading to RH7, I have noticed some unwanted
    functionality while navigating the TOC. Whenever I navigate to a
    topic that has a lengthy title (wider that the TOC frame), the
    entire frame automatically shifts itself to the right. This works
    good for reading the current topic, but when I want to view other
    topic, or folder names, I need to manually scroll the window back
    (to the left) to see them.
    Any ideas on how to remove this "bonus" feature of RH7?

    Assuming you are talking about the TOC in the output rather
    than the TOC when you are creating it, visit
    http://www.robowizard.com and
    download the Skinny on Skins. I believe that describes how to set
    the width of the TOC.
    I don't think there is anything in RH that allow you to
    adjust this.

  • Shifting a table to the right side of the window.

    Hi,
    I created a table in webdynpro. Its coming in left hand side by default. I want to shift it to the right hand side.
    Can anyone help.
    Regards,
    Abhishek

    Hi,
    Try this:
    Set the layout of the container as Grid Layout.Check the stretchedHorizontally layout property of the container. Now go to the LayoutData of the table and set the hAlign property as endOfLine.
    I hope it helps.
    Regards
    Arjun

  • How can I make the activity bar default to the right FF window bottom instead of the left?

    The activity bar that pops up whenever a page or page item is loading defaults to the left bottom of the FF 4.0 window. It shifts over to the right bottom when I put the mouse pointer on it. But then it's back on the left the next time. Is there any way to make it default to the right side permanently? With most sites it's less in the way there.

    Thanks. Rolling over it will force it to the right side, but just until it pops up again. Because it's forced to the opposite side anytime it's rolled over, I can't grab it to move it to the inactive Toolbar bin. If possible, I'd like to keep it but have it default to the right instead of the left.

  • IMAQ Quantify rseults with use of image mask are not of the right regeons

    I'm using the IMAQ quantify VI from labview to analize a binairy image. This binairy image is an 8bit image that consists only of pixels with the value 0 or 1. The places of the binairy  image where the pixels have the value 0, mean that a corresponding image has not data in that place. A pixel value of 1 means that there is data that should be processed later in the program in the corresponding image.
    The quantify function is also used to devide the image in 666 regeons with the use of the image mask input. These regeons are squares of 22x22 pixels. The image mask consists of 666 regeons (horizontally 74 sqaures, vertically 9 sqaures) and each of the regeons has his own regeonal number. The resulting regeonal report is used to decide whether each regeon has data in it or not, with the use of the mean value in the report. When the mean value is equal to 0 than it is sure that there is no data in that regeon since all the pixels in the regeon have to have the value of 0. If the mean is not 0 at least one of the pixels in that regeon has the value of 1, wich means that there is data in the regeon. The image mask is created from an 2D array wich is converted to an 16 bit image with the use of IMAQ ArrayToImage.
    I've checked that the input data is correct: the binairy image consist of only 1 and 0 values, the image mask is consist of 666 sqaures of 22x22 pixels and each sqaure has pixels in it with the value corresponding to the regeonal number of the sqaure, the binairy image and the image mask have the same size, the image mask is an 16 bit image and both images have the same border size (3).
    Two problems occur:
    1) The regeonal report doesn't consist of 666 elements, but of 665 elements (element 0 to 664)
    2) The data in the regeonal report is not of the right area's. It looks like the data is shifted one to the right in the regeonal report array, the data in element 0 isn't from regeon 0 but from regeon 1, element 1 corresponds to regeon 2, and so on. I'm haven't checked if the data is exactly of the next regeon, but I suspect it because of the regeonal report array being one short. But it is also possible that the regeons aren't placed on the right place in the binary image.
    If someone else occured this problem with the IMAQ Quantify function or has a solution to it, I would really apreaciate a reply.

    Isn't there anybody who encountered the same problem or with an solution?

  • Web pages shuffling to the right of screen and disappearing forever.

    In Safari, I can be typing in an online form, attaching a message to an uploaded image or resume or writing an email and the webpage I'm working on slides or shifts off to the right of the screen to disappear forever. Why? Make it stop.
    What am I touching on my keyboard or mouse that makes it do this?  What combination of keys am I hitting probably unintentionally and this happens?  OR is this just a time lapse thing?
    It's making me batty. please help.

    I did this but on my mouse since I don't have a trackpad. I will give this time and see if this problem happens again. This happened several times daily so I should know pretty quick if that's the case.
    I'm assuming if you swipe a webpage to the right, it closes, right?

  • Homepage openes too far to the right by 1/2", half covering the 'x' closing icon and the bookmark icon but still permitting scrolling.

    I cannot access the right side of my homepage fully. The page has shifted over to the right of the screen, covering the icons for closing the page and the bookmarks icon by 50%.
    On the left side of the screen the page stops about 1/2" short of the monitor frame.

    I cannot access the right side of my homepage fully. The page has shifted over to the right of the screen, covering the icons for closing the page and the bookmarks icon by 50%.
    On the left side of the screen the page stops about 1/2" short of the monitor frame.

  • While using Skype on my mac pro the screen freezes and splits in two and the left hand side shifts to the right and the right shifts to the left with a large black block down the centre, should I take it back to store as it is only a month old??

    I have only had my mac one month and it seems while I use Skype the screen freezes and I cant click on anything and everything on the right hand side of the screen shifts to the left and the left to the right with a back block down the centre and sometimes lines running down the screen over all. As it is almost brand new should I be going back to store to get this problem fixed??

    Yes.  You are still under warranty.  Why waste it?

  • Export to pdf...everything too small and shifted to the right

    I've been using pages to work on a training manual. The online printer I am using requires pdf. When I export to pdf, the resulting document is shifted to the right and is smaller. I can't seem to find anything about how to make it look right. I've also tried print to pdf, change options there such as scale, scale to fit pages, etc. Nothing works!

    I've had this the same problem in the past. What application are you using to view the PDF? When I use Preview it typically looks good, but when I use Acrobat, the font is smaller and doesn't look as good. There are two solutions I've tried for this. One, make sure the font you're using is an Adobe font; if it isn't, it may be render properly when using Acrobat to create the PDF. Two, increase the font size to a minimum of 14, and this might make it appear more accurately regardless of whether the font you're using in Pages is an Adobe font.
    I've also had trouble with Google Chrome in sometimes shifting certain PDF's and only printing 3/4's of the document in a print out. I now use Safari to view/print my PDF and never have that problem.

Maybe you are looking for