HT4059 How do I get my page on iBook to take the full page

My book in iBook has a few sentences on the top and bottom of the page that is cut off

As a gentle reminder you can avoid these sorts of questions by either consulting the User Guide or nosing around in these or other forums. Many questions are answered in the Guide, and most have been  asked and aswered many times online.

Similar Messages

  • On my new 4S, how do I get my contact pic to display on the full screen when that contact calls?  Now it displays as a thumbnail on the banner

    Right now when someone calls that I have a contact pic set for, it shows as a thumbnail on the right side of the banner (right corner of screen).  I want it to come up on the whole screen like I see other iphones do.  I was told at first that this happens when I use a pic not taken with my phone, such as an uploaded pic from my pc.  This is not the case, the only 2 that I have tried to do were pics taken with the iphone.  Can someone help me to get this corrected?  I have spent over 2 hours with verizon, they cannot figure it out and I also have a senior technical advisor at Apple trying to figure it out, but I am curious if anyone has come across this with the new 4S and how they fixed it.  The senior apple advisor thinks it has something to do with syncing my contacts through itunes or google.

    russellfromblackburn south wrote:
    Is it because the portable drive is NTFS format and the Mac wont recognise this? If so what do I do?
    Yes, this is exactly what is causing the problem. Macs cannot write to NTFS formatted drives, only read. You must move the documents to the internal HDD/SSD of the Mac to be able to edit them.
    Or, since you say you don't want to move the documents to the internal storage, you'll need to format the external HDD as FAT32.

  • How do I get my table of Images to take the desired layout?

    I am currently creating a web page as part of my learning of html and css, it is a bookmark page with the sites I visit most frequently. The main section of the page is a table of images which are linked to their respective sites, the table is 4 columns by 3 rows. My problem is when in the design window it appears as it should but when I press the live button and when I preview it in a browser all of the images go into one column down the left side of the page. How can I remedy this?
    Any help is greatly appreciated.
    Thanks.

    Thanks for the reply, I will try to copy and paste my code into the space below.
    My HTML:
    <!doctype html>
    <html class="">
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Bookmark</title>
    <link href="boilerplate.css" rel="stylesheet" type="text/css">
    <link href="stylesheet.css" rel="stylesheet" type="text/css">
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <script src="respond.min.js"></script>
    </head>
    <body>
    <div class="gridContainer clearfix">
    <header id="top" class="fluid"> <img src="images/logo.png" alt="Bookmark"/>
       <nav id="mainNav" class="fluid">
          <ul id="menuSystem" class="fluid fluidList">
            <li class="fluid menuItem zeroMargin_desktop">Home</li>
            <li class="fluid menuItem">About</li>
            <li class="fluid menuItem">Add</li>
            <li class="fluid menuItem hide_mobile">Contact</li>
          </ul>
    </nav>
    </header>
    <div id="page" class="fluid">
      <table width="100%" height="392" border="0" cellpadding="1" cellspacing="1">
       <tr>
         <td><a href="http://www.google.com"><img src="images/icons/google.png" width="212" height="218"/></a></td>
         <td><a href="http://www.bbc.co.uk"><img src="images/icons/bbc.png"/></a></td>
         <td><a href="http://www.codeacademy.com"><img src="images/icons/codeacademy.jpg"/></a></td>
         <td><a href="http://www.nba.com"><img src="images/icons/nba.jpg"/></a></td>
        </tr>
       <tr>
         <td><a href="http://www.facebook.com"><img src="images/icons/facebook.png"/></a></td>
         <td><a href="http://www.espn.com"><img src="images/icons/espn.png"/></a></td>
         <td><a href="http://www.twitter.com"><img src="images/icons/twitter.png"/></a></td>
         <td><a href="http://www.celticfc.net/mainindex"><img src="images/icons/celtic.png"/></a></td>
        </tr>
       <tr>
         <td><a href="http://www.youtube.com"><img src="images/icons/youtube.png"/></a></td>
         <td><a href="http://www.collegehumour.com"><img src="images/icons/collegehumour.png"/></a></td>
         <td><a href="http://www.skysports.com"><img src="images/icons/skysports.png"/></a></td>
         <td><a href="http://www.nbcnews.com/id/3032619/"><img src="images/icons/nbcnightlynews.png"/></a></td>
        </tr>
      </table>
    </div>
    <footer id="bottom" class="fluid"></footer>
    </div>
    </body>
    </html>
    My CSS (for the larger screens i.e. min-width:769px) is:
    @charset "utf-8";
    img, object, embed, video {
    width: auto;
    height: auto;
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    .ie6 img {
    width:100%;
    .fluid {
    clear: both;
    margin-left: 0;
    width: 100%;
    float: left;
    display: block;
    .fluidList {
        list-style:none;
        list-style-image:none;
        margin:0;
        padding:0;       
    .gridContainer {
    width: 98.3333%;
    max-width: 1232px;
    padding-left: 0.8333%;
    padding-right: 0.8333%;
    margin: auto;
    clear: none;
    float: none;
    margin-left: auto;
    #top {
    #mainNav {
    #menuSystem {
    .menuItem {
    width: 23.7288%;
    margin-left: 1.6949%;
    clear: none;
    background-color: #393737;
    color: #FFFFFF;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    font-style: normal;
    font-weight: 700;
    display: block;
    #page {
    margin-left: 0;
    clear: both;
    width: 100%;
    #iconMenu {
    .bookmarkItem {
    list-style-type: none;
    width: 32.2033%;
    margin-left: 0;
    clear: both;
    #div1 {
    margin-left: 0;
    clear: both;
    #bottom {
    background-image: url(images/headerback.png);
    .zeroMargin_desktop {
    margin-left: 0;
    .hide_desktop {
    display: none;

  • Only the first page is printed reduced as setup. All pages afterward are full size with information cut off. Recent problem. Can print from Safari just fine. How can I get all pages to be reduced size?

    Question
    Printing internet pages
    Reduced print size
    Only the first page is reduced and printed as desired
    All pages after the first page are full size with information cut off
    Recent problem never seen before
    Can print from Safari and other software just fine
    How can I get all pages to be reduced size?

    One suggestion worked from the Firefox prints incorrectly link mentioned above by mha007. I'm thrilled since this has been annoying me for weeks. Thanks mha007!
    Reset all Firefox printer settings
    # Open your profile folder:
    # On the menu bar, click on the Help menu and select Troubleshooting Information. The Troubleshooting Information tab will open.
    # Under the Application Basics section, click on Show in Finder. A window with your profile folder will open.
    # Note: If you are unable to open or use Firefox, follow the instructions in Finding your profile without opening Firefox.
    # On the menu bar, click on the Firefox menu and select Quit Firefox.
    # In your profile folder, copy the prefs.js file to another folder to make a backup of it.
    # Open the original prefs.js file in a text editor (such as TextEdit).
    # Remove all lines in prefs.js that start with print. and save the file.
    # If something goes wrong when you open Firefox, close it again and overwrite prefs.js with the backup you made.

  • I am writing a book to be published.  how to i get my pages documents to PDF or JPG or something else that is at least 224 pixels per inch?

    i am writing a book to be published.  how do i get my "pages document" to a high definition level...at least 224 pixels per inch?  i can get to 150 ppi via preview to JPG, but that seems to be the best i can do with my new snow leopard imac.

    Hello Barbara,
    > i have text written in Pages and these need to be at least 224 ppi.
    i also have photo collages that were created in Pages and also need to be at least 224 ppi.
    the book has about 60 pages of photo collages and about 30 pages of text.
    If you want to print using a digital press or an offset lithographic press at high resolution, then you typography is resolution independent but your photography is not. In other words, you must embed into your Pages document the images in the resolution that is right for rendering in the high resolution raster image processor.
    Raster image processors will as a rule of thumb produce good quality detail if you embed photographs with 300 dot per inch resolution. Because raster image processors differ in how they reproduce detail, and because this information is generally not public a rule of thumb principle is applied in preparing the page description for printing.
    By default, if you use colour transparency in your work, the system graphics service will detect this and save out PDF 1.4 automatically. However, not all raster image processors have PDF frontends that accept PDF 1.4. For this reason, there is a fallback which you must set up yourself.
    If the receiving raster image processor does not have a PDF frontend that accepts PDF 1.4, you have to manually enter the resolution at which the transparency will be rendered. The system graphics service will then render the resolution for you and save out what it technically termed a 'flattended PDF'.
    Alternatively, if you don't want to work with the Apple ColorSync Utility yourself, you can send your PDF 1.4 with resolution independent transparency to a prepress operator who will then use specialised software to render the resolution for the specifics of the service he or she is selling you.
    If you want to work with the prepress interface in system graphics services, then below is a link to summary on setting up the ColorSync Utility for ISO 15930-3:2002 PDF/X-3. This passes prepress preflight testing in Adobe Acrobat Professional 6.0.1 (the first version that tested for PDF/X-3).
    /hh
    Reference
    https://discussions.apple.com/thread/2738092?threadID=2738092&tstart=0

  • A year later...same question: How can I get a Pages document embedded ???

    How can I get a Pages document embedded into an email? (so that the recipient sees it immediately and does NOT have to open a PDF). Although I know a PDF is universal and would allow anyone (mac or not) to open, read and see my business newsletter, I want it to be instantaneous for viewing. So, which leads me to a question I've kicked around for a year now on this discussion board. How do I turn a Pages doc into html for email purposes? If there isn't a way with Pages, How about with Word (the newest version) for Mac? Someone has to know this art, I receive emails like this all the time, probably from Apple! ha ha .
    Please help!
    -dnorheim

    dnorheim wrote:
    How can I get a Pages document embedded into an email? (so that the recipient sees it immediately and does NOT have to open a PDF).
    we can't !
    Although I know a PDF is universal and would allow anyone (mac or not) to open, read and see my business newsletter, I want it to be instantaneous for viewing.
    In Mail.app, single page PDF are directly readable so you may try to
    print your page #1 in a PDF
    then
    print your page #2 in a PDF
    and so on.
    So, which leads me to a question I've kicked around for a year now on this discussion board. How do I turn a Pages doc into html for email purposes?
    we can't !
    As Apple removed the export to html feature, I assume that it's no to reintroduce it one day
    Yvan KOENIG (VALLAURIS, France) lundi 7 septembre 2009 17:50:32

  • Pages doesn't offer HTML, how can I get a Pages doc to be embedded?

    How can I get a Pages document embedded into an email? I do not want to turn it into a pdf... what are my options. I have Freeway 5 Express if this helps.
    How-to's and suggestions welcome.

    What exactly do you mean? Do you just mean you want to be sure it shows as an inline attachment? You can't really control that, if so, since it depends on the recipient's mail program/server/personal settings. This is true for real HTML mail, too.
    There is nothing to guarantee that if you could easily convert a pages document to HTML, the recipient would not receive it as just an attachment. In any case, I suppose you could copy/paste into a freeway file, publish that to the desktop and attach it, but really, PDF is a much, much better choice.

  • How do I get a page count from the HP Photosmart 5514?

    How do I get a page count from the HP Photosmart 5514?

    Simple.  Access the printer web gui by typing in the printers IP address into your browsers address bar.  Select Tools/Usage reports.  Done.

  • Why am I suddenly getting this message from a page I have been using for 6 months(Error code: sec_error_unknown_issuer) how do I get my page back?

    Why am I suddenly getting this message from a page I have been using for 6 months(Error code: sec_error_unknown_issuer) how do I get my page back?

    Did you reset Firefox recently?
    *https://support.mozilla.org/kb/reset-firefox-easily-fix-most-problems
    If that is the case then you may have lost intermediate certificates that were stored in the cert8.db file in the Firefox profile folder.
    Check out why the site is untrusted (see the Technical details) and if this is caused by a missing intermediate certificate then see if you can install this intermediate certificate from another source.
    Some firewalls monitor secure (https) connections and send their own certificate instead of the website's certificate.
    You can retrieve the certificate and check details like who issued certificates and expiration dates of certificates.
    *Click the link at the bottom of the error page: "I Understand the Risks"
    Let Firefox retrieve the certificate: "Add Exception" -> "Get Certificate".
    *Click the "View..." button and inspect the certificate and check who is the issuer.
    You can see more Details like intermediate certificates that are used in the Details pane.

  • Have picture of apple on screen  how do I get home page from there ?

    have picture of apple on screen, how do I get home page from there ?

    It sounds like your iPod is frozen on the startup logo.  Have you tried a hard reset yet?  To do this, press and hold both the Sleep/Wake and Home buttons together long enough for the Apple logo to appear.
    See this article for more troubleshooting.
    http://support.apple.com/kb/TS3281
    B-rock

  • How do u get New page in Smart form dynamically

    How do u get New page in Smart form dynamically

    page break in smart form
    Re: New Page in Smart Forms
    Page break inside a loop  in smart form

  • How do I get my HP Photosmart 7960 to print the page numbers on a multi-page project?

    How do I get my HP Photosmart 7960 to print the page numbers when printing a multi-page project?

    Hi,
    This has most likely nothing to do with the printer but with the program you are using to print. For example Word has a setting for this, so let me know which program and I might be able to check for you.
    Say "Thanks" by clicking the Kudos Star in the post that helped you.
    Although I work for HP my posts and replies are my own
    Please mark the post that solves your problem as "Accepted Solution"

  • When printing two-sided from my Mac on landscape A4 with 2 columns, how can I get my HP Photosmart 6520 to print the same way up?

    When printing two-sided from my Mac on landscape A4 with 2 columns, how can I get my HP Photosmart 6520 to print the same way up?

    Or, it is set the other way around (which makes more sense). Even though you are in Landscape mode, it is binding on the Long Side of the paper. Since you are in Landscape, you would want it to bind on the short side.
    Think of the Binding like a Book. How would you flip the finished pages to read the “book.” Where it would be bound in the imaginary book is how you want it to print.

  • I bought 2 of the same songs by mistake and they were the short version i was listening to in order to make sure that i was buying the correct record. how do i get a refund in order to buy the right song?

    I bought 2 of the same song by mistake and they were the short version i was listening to in order to make sure that I was buying the correct record. How do I get a refund in order to buy the right song?--

    All purchases are considered final, but you can try contacting iTunes support and see if they will refund or credit you : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • How can I get google groups mail to appear in the Mail application on my iPhone 5?

    How can I get google groups mail to appear in the Mail application on my iPhone 5?

    Try to use the SearchReset extension to reset some preferences to the default values.
    *https://addons.mozilla.org/firefox/addon/searchreset/
    Note that the SearchReset extension only runs once and then uninstalls automatically, so it won't show on the "Firefox > Add-ons" page (about:addons).
    If you do not keep changes after a restart then see:
    *http://kb.mozillazine.org/Preferences_not_saved

Maybe you are looking for

  • Updating logs of output message of a delivery using custom program

    Hi Experts, I have a requirement where in i need to create processing logs for a output message type of a delivery using custom program. So basically for a delivey a output type will be triggered , furhter i will develop a custom program which i will

  • Help!  new to URL

    hi i am trying this example import java.io.*; import java.net.*; public class DnldURL { public static void main (String[] args) {      URL u; InputStream is = null; DataInputStream dis; String s; try { u = new URL("http","www.eteks.com","/classes/hel

  • Updated to iTunes 7.1 on windows XP professional, wont't start

    Have got my new Nano but can't use it. Had to update to 7.1 (w/ lots of struggle)but get the following error AppName: itunes.exe AppVer: 7.1.0.59 ModName: quicktime.qts ModVer: 7.1.5.120 Offset: 000cd7e9 Tried "Repair", didn't help. If uninstall, wil

  • Strange error importing AVI file / PLS HELP

    hey there, ive got a client who always sends avi files. for audio post i ned to convert them into mov. importing one of those into ANY adobe product results in an error: can nayone please tell me what the problem with those files is??? thanx in advan

  • Mount Point Explanationceptable "mount point"

    Running Solaris 10 SPARC Oracle 10gR2 I need to create a "mount point" for Oracle, as noted, other than root directory I have a "/util" directory (partition) Do I simply create a subdirectory "oracle" under "/util" as such: "/util/oracle" and install