How to prevent embedded images falling off the page

I have embedded images in a multi-column document. It's great to have the images flow with the text, but sometimes they flow over the edge of the page. Is there a way to set the keep options so that embedded images stay on the page?

Again, I'm going to ask what behavior you expect for this? Where would you have that image move? If what you want is for the entire paragraph to go to the next page, you are using the correct mothod by adding a keep option that will keep sufficient lines together  to match the image height. Adding the keep within the top and bottom boundaries of the column (rather than the page) for inline anchored images might be useful if it behaved like a keep option forcing the containing paragraph to the next page, but not so good if it pushed the position of the image up or down relative to its anchor point.
What you are learning is that anchored objects are extremely useful, but that they are problematic when they fall at the bottom of a column. You almost always need to som manual editing to accomodate the odd case.

Similar Messages

  • When I print a web page, how do I adjust the printe margins so that the headers and footers don't fall off the page?

    I have looked for a way to adjust the page margins for printing, but can't find it. I have found where to adjust what prints in the header and the footer. When I print, the headers and footers are so close to the edge, and sometimes half off the page edge at the top and the bottom, that I can't really read them. This didn't happen in the past. Maybe this has changed since the last update - I'm not sure. Is there a way that I can fix this, so that my headers and footers are readable?
    Thanks.

    Someone else reported this sound last September, but there wasn't any resolution to that thread: [https://support.mozilla.org/en-US/questions/938003 After upgrading to Snow Leopard on my Mac, Firefox makes typewriter or paper crinkling sounds when going to links and sites].
    Does it seem to be at all related to whether pages use Flash? Just wondering whether it is some kind of notification sound related to Flash's capabilities of using the webcam and microphone.

  • How to prevent applet from InterruptedException when the page is refreshed

    Hi Guys,
    Is there a way we can prevent an applet from being interrupted when the user navigates away or refreshes the page ?
    I am getting the below error whenever the user invokes the applet and navigates away or refreshes the frame.
    My requirement is the make the applet complete it action before it is destroyed or stopped.
    I am not sure if this problem is due to new java life cycle. I tried setting the legacy_lifetime=true and I got the same error or java.io.IOException when legacy_lifecycle=true
    java.lang.NullPointerException
         at java.awt.EventQueue.isDispatchThread(EventQueue.java:1005)
         at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.runOnEDT(Unknown Source)
         at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Thread.java:780)
    Ignored exception: java.lang.NullPointerException
    java.lang.InterruptedException
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:196)
         at sun.plugin2.message.Queue.waitForMessage(Unknown Source)
         at sun.plugin2.message.Pipe$2.run(Unknown Source)
         at com.sun.deploy.util.Waiter$1.wait(Unknown Source)
         at com.sun.deploy.util.Waiter.runAndWait(Unknown Source)
         at sun.plugin2.message.Pipe.receive(Unknown Source)
         at sun.plugin2.main.client.MessagePassingExecutionContext.doCookieOp(Unknown Source)
         at sun.plugin2.main.client.MessagePassingExecutionContext.getCookie(Unknown Source)
         at sun.plugin2.main.client.PluginCookieSelector.getCookieFromBrowser(Unknown Source)
         at com.sun.deploy.net.cookie.DeployCookieSelector.getCookieInfo(Unknown Source)
         at com.sun.deploy.net.cookie.DeployCookieSelector.get(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.setCookieHeader(HttpURLConnection.java:1192)
         at sun.net.www.protocol.http.HttpURLConnection.writeRequests(HttpURLConnection.java:624)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1332)
         at com.sun.deploy.net.HttpUtils.followRedirects(Unknown Source)
         at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
         at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(Unknown Source)
         at com.sun.deploy.cache.ResourceProviderImpl.checkUpdateAvailable(Unknown Source)
         at com.sun.deploy.cache.ResourceProviderImpl.isUpdateAvailable(Unknown Source)
         at com.sun.deploy.cache.DeployCacheHandler.get(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:888)
         at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:861)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1311)
         at sun.plugin.PluginURLJarFileCallBack.downloadJAR(Unknown Source)
         at sun.plugin.PluginURLJarFileCallBack.access$000(Unknown Source)
         at sun.plugin.PluginURLJarFileCallBack$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(AccessController.java:280)
         at sun.plugin.PluginURLJarFileCallBack.retrieve(Unknown Source)
         at sun.net.www.protocol.jar.URLJarFile.retrieve(URLJarFile.java:217)
         at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:83)
         at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:95)
         at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:135)
         at sun.net.www.protocol.jar.JarURLConnection.getJarFile(JarURLConnection.java:102)
         at com.sun.deploy.security.DeployURLClassPath$JarLoader.getJarFile(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath$JarLoader.access$1000(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath$JarLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(AccessController.java:280)
         at com.sun.deploy.security.DeployURLClassPath$JarLoader.ensureOpen(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath$JarLoader.<init>(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(AccessController.java:280)
         at com.sun.deploy.security.DeployURLClassPath.getLoader(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath.getLoader(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath.getResource(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath.getResource(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(AccessController.java:314)
         at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:689)
         at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.initAppletAdapter(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Thread.java:780)
    Thanks
    Sunny
    Edited by: user10728422 on Feb 26, 2013 1:42 AM

    An applet cannot access the client's filesystem. So there's no worry. All the .class files come from the server, unless you're using a ClassLoader to explicitly load from a certain location in clients hd with all the necessary security permissions.

  • I have "Load Images Automatically" disabled. How can I load images for ONLY the page I am currently viewing?

    I have intentionally disabled "Load Images Automatically" so that it is easier to view my desktop remotely via VNC or Remote Desktop. Animations and other graphics kill the performance of these remote viewing apps. However, when I reach a desired web page (the one I really intend to read in full), I want to load all the images ***for that page only***.

    I don't think Firefox has that features. It views loading images as a permissions issues toggled on a site-by-site basis rather than a performance issue toggled on a page-by-page basis.
    Maybe an add-on would give you a better balance of features? These two popped up in a quick search:
    [https://addons.mozilla.org/en-US/firefox/addon/image-block/ Image Block :: Add-ons for Firefox]
    [https://addons.mozilla.org/en-US/firefox/addon/imglikeopera/ ImgLikeOpera :: Add-ons for Firefox]
    If you try either of these, let us know what you think.

  • How 7+ Years Late Payments Fall Off Report?

    So being a credit forums junky for years now I thought I knew exactly how this would go down but I'm a little confused now, I guess...  I just checked my Transunion report which still shows some old late payments from 2008 and 2009... An example of my "confusion" is  one of my Student Loans...there is payment history on that loan dating back from March 2007 and onwards (opened Feb 2007)...these recorded "OK" payments are well over 7 years old - why havent these payements fallen off as time goes on? (My lates arent quite 7 years old yet on that account yet, but will be soon and I'm sort of not sure how they are going to "fall off" if this account's payments are being reported beyond 7 years?)  A similar sitiation is going on with my Capital One card, which is actually still open. - It had a 30 day late back in September 2008. Will this 30 day late just magically turn in to a "OK" payment in Septemeber when it turns 7 years old, or will that payment literally fall off and dissapear somehow, even though the older-than-7-years payments on that account that are "OK" are not falling off and still showing?  

    shane82388 wrote:
    So being a credit forums junky for years now I thought I knew exactly how this would go down but I'm a little confused now, I guess...  I just checked my Transunion report which still shows some old late payments from 2008 and 2009... An example of my "confusion" is  one of my Student Loans...there is payment history on that loan dating back from March 2007 and onwards (opened Feb 2007)...these recorded "OK" payments are well over 7 years old - why havent these payements fallen off as time goes on? Because they are not derogatory. (My lates arent quite 7 years old yet on that account yet, but will be soon and I'm sort of not sure how they are going to "fall off" if this account's payments are being reported beyond 7 years?) Derogatory payment history (lates) will be excluded as each late passes the 7 year mark. When the last late is excluded, the account will become completely positive and will report for ten years after its closure.  A similar sitiation is going on with my Capital One card, which is actually still open. - It had a 30 day late back in September 2008. Will this 30 day late just magically turn in to a "OK" payment in Septemeber when it turns 7 years old, or will that payment literally fall off and dissapear somehow, even though the older-than-7-years payments on that account that are "OK" are not falling off and still showing? It will become excluded and will essentilally become "no data" for that month. Most display formats will show "no data" as "OK" - it just depends on where you are viewing your file.   

  • I need to replace my laptop Hard drive.  How do I get my iTunes off the old hard drive to an external so I can put it back on the new hard drive?

    I need to replace my laptop Hard drive.  How do I get my iTunes off the old hard drive to an external so I can put it back on the new hard drive?

    Type move itunes library into the google serach bar.
    It has always been very basic to always maintain  abackup copy of your computer.  Do you not have a backup copy?

  • I just need to know how you get an iTunes library off the original hard drive of a mac and onto an external hard drive and still have it work normally?

    I just need to know how you get an iTunes library off the original hard drive of an imac and onto an external hard drive and still have it work as it normally would?

    http://support.apple.com/kb/HT1449

  • How to Use an Image to Customize the Static Button Widget

    Can I just get someone to help me figure out how to use an image to customize the static button widget, please?
    I have tried using several different types of images, but none of them seem to actually change the appearance of the button.
    Thanks!
    Laura
    Captivate 5.5

    I tried to use the tools within the widget itself - it offers you the opportunity to use an image (see screenshot below).
    I also opened it in Flash and tried to replace the images for one of the button styles there w/ my own, but in re-publishing the SWF from there I broke the widget.  When I attempted to use the edited widget, there were no customization controls available after I inserted it (see screenshot two below).

  • How can you minimize or (turn) off the "side panel" in Web Intelligence in the view mode.

    How can you minimize or (turn) off the "side panel" in Web Intelligence in the view mode.
    It is possible to turn on/off options within the Side Panel by Customization of Groups.
    But it seems You cannot influence the way Web Intelligence present (minimized or Off) the Side Panel in the IE??
    Is there a solution for this??
    If not, it would be a nice property of a Web Intelligence document in a future release.

    Hi Nico,
    we patched up to BI 4.1 SP 3 Patch 2
    and look look
    click side panel to minimize
    so .. patch patch ...

  • I have my friends iphone 3gs how do i take his name off the phone

    My friend got a new iphone and sold me his 3gs iphone How do I get his name off the phone and add my name??       thank You

    Go to settings -----> General ----> about ----> see the name on top---> tap and change.

  • HT4847 My phone was stolen.  How can I get my photos off the iCloud with a Snow Leopard operating system?

    My phone was stolen.  How can I get my photos off the iCloud with Snow Leopard.

    Welcome to the Apple Community
    You can't, if the photos are in photostream you need a compatible device, if they are in a backup, you can only use the backup to restore to a new device.

  • Enabling ALL VLANs on a trunk link causes downstream hosts to intermittently fall off the network

    In an effort to begin collapsing switches, I began to configure our two 3750g Core switches to Allow all VLANs to trunk to a downstream 6500.
    The cores are HSRP-configured and are the root bridge priorities are set to match the HSRP active router correctly.
    The trunk link that currently existed between the 3750 and the 6500 allowed only about 8 vlans, and the other day I removed the restriction to allow ALL VLANs 1-4096.
    Then the next day, people started noticing servers not accessible and I investigated and noticed that they were intermittently failing ping replies. These servers were DOWNSTREAM from the 6500 two switches deep using trunk links as well.
    One troubleshooting step I did was I pinged one of the HSRP IPs for the subnet the inaccessible server was on, got a reply from the gateway, and then I pinged the server again, and it replied!
    Another behavior I noticed was that I was starting to have trouble telneting in to the the two switches downstream from the 6500. Sometimes I could telnet to one of them, other times I couldn't. These downstream switches are the ones that had the server ports for the servers that were intermittnetly dropping off the network. So at a time when I could session into one of these downstream switches I could ping the servers from there. THen their MACs would show up in the table and then I could ping them from anywhere. I would wait for five minutes for the MACs to age out and then low-and-behold the servers were no longer accessible from the user locations until pinged them from the switches they were on.
    So, I gave up trying to fix, rolled back my trunk link betwen the 3750 and the 6500 to the few VLANs allowed as before, and then everything was happy again. I could ping all the servers, I could session in to all the downstream switches from the 6500.
    Network topology: [3750-core]---TrunkLinkAllowedAll---[6500chassis]---trunklink---[3750-3-switchStack]----trunklink---[3750]
    Any insights would be greatly appreciated
    Thanks!

    Thanks nkarthikeyan.
    VTP transparent mode and pvst+ was definitely in place. I went ahead and did exactly what you said; the only thing that was different from what you said to do was the way I had allowing ALL VLANs on the trunk from Core to the 6500. I allowed only the needed VLANs on that trunk and all seems to be fine.
    I still want to know why setting the trunk to allow 1-4094 would cause hosts to fall off the network and switch flooding to not work right. I did read some articles on the effects asymmetric routing can have on unicast flooding and perhaps that's the issue, since my core 3750 is configured with another core switch in an HSRP pair.

  • How do you change image size in the title window?

    I just changed operating systems to Windows 7, which meant that I had to re install Premiere Pro CS4. I am now working on a 64 bit system. Might not make any difference, but thought I would give you the specifics just in case.  When I pull up the title window to add a title to my clip, the image is about the size of a postage stamp. How do I increase the size of the image in that window?

    Thank you again for responding Hunt. I did find out what what was happening.
    I had to reinstall the program on my computer. I just upgraded to Windows 7, and I now have a 64 bit system. When I booted up PPCS4, I assumed that my settings would be the same as they were before when I had Vista installed and didn't bother to check them when I started a new project. Well, they were not. I also added a TV tuner card to my computer. I now can watch HD TV on my computer. I suppose that it is possible that somehow PPCS4 noticed that, and set my default settings to HD, rather than NTSC DV. I just merrily went along clicking the OK button and started editing. When I start a new project now, I select NTSC DV and the Title window works just fine, and exactly the way I expect it to.
    I just received Jeff Bellune's book Adobe Encore DVD 2.0 in the mail and will be totally immersed in Encore studies today. With all of his children, I don't see how he had time to write it, but I'm glad that he did. I also ordered a book entitled Designing Menus with Encore DVD. I know that it was written for an earlier version than CS4, but I will trust what you said about that. Many things are the same with some minor variations due to upgrades in the program. The basic ideas don't change, but how you accomplish them can, and usually do over time.
    Terry Lee Martin
    Date: Mon, 17 Aug 2009 16:04:16 -0600
    From: [email protected]
    To: [email protected]
    Subject: how do you change image size in the title window?
    Welcome to the forum.
    That is an odd one. The Title should be the same Frame Size as your Project/Sequence. What is it's Frame Size? Also, are you perhaps doing a Title based on an older Template, that was done for a different Frame Size?
    What happens if you choose Title>New Title>Default Still?
    Good luck,
    Hunt
    >

  • How to prevent excutable files run in the DOCUMENT_ROOT

    How to prevent excutable files run in the DOCUMENT_ROOT of the apache server?
    I just want it to run in /var/www/cgi-bin but not /var/www/html
    As far as I know, there is a module called SELinux in Fedora Core to protect the DOCUMENT_ROOT.

    I guess i just dont get it. chalk it up to a language barrier, or me not understanding...
    if you script is not executable (noexecute setting in apache, not in filesystem) then it shouldn't matter..
    if you do want at to be execute, but just want to control "where" it executes, you might consider running a chroot or something early in the script.
    and for gods sake..dont allow user input to ever determine a path or filename directly...
    /me shivvers

  • When opening a new tab, how do I get images of recently viewed pages to appear below the toolbars??

    When opening a new tab, how do I get images of recently viewed pages to appear below the toolbars?

    This works. I hadn't realized that this feature came from the Google toolbar. Thank you.
    Robert

Maybe you are looking for

  • Set to print in B&W but come out in colour

    Hi, I have just bought a license for adobe acrobat X and installed on a PC running Windows 7 64-bits. Lately, I have noticed that whenever I wanted to print some PDF from the Internet, I have a problem with printing it black & white. By default, it i

  • Error while reversing data from SQL Server to ODI

    hi, I was reversing data from SQL Server Java 1.6_022 in ODI Java 1.5, I was getting error Version Mismatch and I updated ODI Java version to 1.6_022. And now, I am getting the below error while reversing the data from SQL Server database. 0 : 08001

  • Trying to capture audio from the computer output.

    I'm trying to figure out how to capture the sound output, and either record it as a .wav, .mp3, or garage band track. The end goal(s): 1. Full screen video and audio capture -- for example, capture a window as a video, and any sound effects generated

  • Problems with FCP and System 10.5

    I have found an issue that has me pulling at my hair, and I don't have that much to pull. I repaired permissions and experienced quite a wait and it seems as though it is doing nothing but it is working so don't let that bother you I just waited it o

  • My 5520 black is not printing properly

    My 5520 black is not printing properly> The diagnostic page black ink area is showing seven 5 mm bars. I tried multiple cleaning but no dice. Tried changing to another fresh black XL cartridge but no luck. Any advice?