CSS page margin on iBooks

It seems like iBooks ignores the css property PAGE MARGIN. I set the margin to 5px (@page {margin: 5x}) but iBook just ignores it. Is there a way to make it work?

Hello Glen-
  I would have to see what objects your client is requesting, if you had a true loop, no page would be displayed at all.  What I would think... You client is going to request more than just 1 object (get the container page, then request css, scripts, images, etc.)  Each of those requests is probably being caught by the redirect rule.  I would guess that your configuration is not really setup exactly how it should be, but its hard to know without a sniffer trace.  Can you post a quick trace for me? email it to [email protected] if you don't want to publicly post it.
Regards,
  Chris Higgins
  Cisco ANS Escalation

Similar Messages

  • Adobe recommends: CSS page layout basics

    Over the next week, we are going to be publicizing some high-value content  from adobe.com and other community sites. We have been tracking what's   been most important to our users, and feel that getting this content out to the larger community will go a long way toward helping people tackle some of their most pressing challenges.
    Continuing on our quest for great layout tips, our next recommendation comes from yours truly:
    CSS page layout basics
    This article takes you through the A-Z of what makes up a basic CSS layout. It also shows you how to use some of the CSS layouts that come packaged with Dreamweaver.
    Give it a spin and let us know what you think!
    Previous recommendation threads:
    Use Dreamweaver CS 5.5 to package your web application for iOS and Android devices
    Customizing a Spry Menu Bar widget
    Spry Menu Bar resources
    Layout 101

    Although I love sending newbies to tutorials, I am sometimes stuck with a quandary especially when I see the word basics.
    To me, a basic layout does not require any more than
    <!DOCTYPE HTML>
    <html>
    <head>
      <meta charset="utf-8">
      <title>Untitled Document</title>
      <style>
              body {width: 960px; margin: auto;}
              #header {height: 85px; background: #060;}
              #nav {height: 35px; background: #000;}
              #aside {height: 400px; width: 180px; background: #999; float: left;}
              #article {margin-left: 200px;}
              #footer {height: 35px; background: #000; clear: both;}
         </style>
    </head>
    <body>
      <div id="header"></div>
      <div id="nav"></div>
      <div id="aside"></div>
      <div id="article"></div>
      <div id="footer"></div>
    </body>
    </html>
    In the above I have used fixed heights. That is because I have not placed any content into the div elements, but still wanted to show the outcome.
    When the basic layout has been settled on, we can start with our niceties like resetting styles, padding for the content etc. I have noticed that David Powers has written an article (which I have not as yet read) on Modernizr wich will help as a good starting point.
    The main thing to keep in mind is to keep it simple.
    Gramps
    Oops! Sorry! the Modernizr article goes way beyond the basics. Please only tackle this if you are brave enough. The reason I thought that it may be a good starting point is beacause I have been using HTML5Boilerplate (which includes Modernizr) for quite some time now.
    Message was edited by: altruistic gramps

  • HELP - setting page margins doesn`t work correctly

    Hi there,
    maybe someone encountered the same Problems I am facing.
    I am setting the page margins for the Left-Side to have enough space to punch the printout.
    Somehow CR seems to ignore the values I set when printing a Report.
    Most of the times I have too much space on the right side and not on the left side.
    The margin on the Left side seems to be the min-margin of the printer.
    What`s wrong with the Reports?
    CR 2008 with SP1 is used.
    The Reports are not designed against a specific Printer.
    The virtual Printerdriver of CR is used.
    Greetz
    Ricardo

    >
    Don Williams wrote:
    > Hi Ricardo,
    >
    > There is a new API that allows you to dissociate the printer... that is by default not checked on in the Report file.
    >
    > Try setting it to true in your app and test again:
    >
    >             // new API added to allow changing printing options
    >             newOpts.DissociatePageSizeAndPrinterPaperSize = true;
    >
    > Search the Object Browser for how to use it.
    >
    > Thank you
    > Don
    Don (or anyone else),
    I try to get to the DissociatePageSizeAndPrinterPaperSize but I can't figure out how to access it.
    I use CR 2008 with Visual Studio 2005, Visual Basic. My goal is to get an unrestricted right hand side
    of my report, so I can have as many columns as I want. (I have a different thread about this).
    First of all: If I search DissociatePageSizeAndPrinterPaperSize in the Object Browser, it can't find it.
    (I have performed an upgrade for CR XI R2 to CR 2008 and it seemingly went well).
    Here is what I do in code (a modified web download for testing):
    Option Strict On
    Imports CrystalDecisions.CrystalReports.Engine
    Imports CrystalDecisions.Shared
    Partial Class _Default
        Inherits System.Web.UI.Page
        Private rpt As ReportDocument
        Private exportPath As String
        Private myDiskFileDestinationOptions As DiskFileDestinationOptions
        Private myExportOptions As ExportOptions
        Private selectedNoFormat As Boolean = False
        Private Sub ConfigureCrystalReports()
            rpt = New ReportDocument()
            Dim reportPath As String = Server.MapPath("Hierarchical Grouping.rpt")
            rpt.Load(reportPath)
            Dim myPrintOptions As CrystalDecisions.ReportAppServer.ReportDefModel.PrintOptions = _
                          CType(rpt.ReportClientDocument.PrintOutputController.GetPrintOptions(), _
                          CrystalDecisions.ReportAppServer.ReportDefModel.PrintOptions)
            Dim newPrintOptions As CrystalDecisions.ReportAppServer.ReportDefModel.PrintOptions = myPrintOptions.Clone(True)
            Dim newMargins As CrystalDecisions.ReportAppServer.ReportDefModel.PageMargins = newPrintOptions.PageMargins
            newPrintOptions.PageMargins = newMargins
            newMargins.Right = 1000
            'newPrintOptions.PaperSize = CrystalDecisions.ReportAppServer.ReportDefModel.CrPaperSizeEnum.crPaperSizePaperA3
            ' newPrintOptions.PaperOrientation = CrystalDecisions.ReportAppServer.ReportDefModel.CrPaperOrientationEnum.crPaperOrientationLandscape
            rpt.ReportClientDocument.PrintOutputController.ModifyPrintOptions(newPrintOptions)
            myCrystalReportViewer.ReportSource = rpt
        End Sub
    This prints a wider page on-screen than without the code, so it is an improvement. Still, I would like to go
    further, and the DissociatePageSizeAndPrinterPaperSize seems to be promising.
    Can you tell me how to set it in the context above?
    A little observation: When my newMargins.Right gets the value 145, the output is a narrow page.
    When it is set to 146, it jumps to a wider page.
    Setting the PageContentWidth doesn't help any more than the Right option.
    - Kjell Arne

  • HT5071 How do I set my page size in ibooks?  I want to make a pdf that is 7X9"

    How do I set my page size in ibooks?  I want to make a pdf that is 7X9"

    K T, you mean portrait too?
    Maybe my earlier experiences were in iBA 1...
    I'll have play

  • How do you change the page margins?

    Hi There,
    Since upgrading to Yosemite, I can't figure out how to change the page margins. If you look at the image below, I am trying to extend all of the margins so I can fit more text in. Thank you so much for your help!

    Hi,
    Thank you for your reply.
    I do not see where I click "toolbar" or "Document", etc. I even typed "adjust document" and "header/Footer margins" into the help box and I couldn't find it. Are you able to tell me how to do it starting from "File", "Edit", "Insert", "Format", etc? Or do I need to click on something with the new inspector. The option are "Style", "Layout" and "More". Thank you so much!

  • Page margin in script?

    How to get the exact page margin in script?

    hi 
    exact means ?
             like for A4 sheet size is 21.0*29.7 so u may defin any window , line with in this range .
       for max. utilization of page :
                 left margin 0.1 mm
                 upper margin 0.1 mm
                 width 20.9 cm
                 length 29.8 cm
    like this u can do as required.
    reward if help ful.

  • How do I change page margins on pdf file on acrobat?

    Hi there
    Could someone please help me. I need to change the page margins on a pdf file using adobe acrobat.  The page size is 7" by 10" which I have been able to change.  I need to change the page margins to:
    Left - .75"
    Right - .25"
    Top - .25"
    Bottom - .25"
    I know it is probably something really simple but I just can't figure it out.
    Thank you for your help
    Kate

    kateriggles wrote:
    I know it is probably something really simple but I just can't figure it out.
    Kate
    Not simple at all. Actually, Acrobat isn't built to do this type of thing. You would want to make those changes in the original document and create a new PDF.
    The main problem here is that Acrobat will not reflow the text as the margins grow.

  • Why is there a thick line in the page margin when I use auto page number?

    I am having a problem with an automatic line which appears in the left, in the page margin, outside the footer whenever I insert auto page numbering into a booklet. This line looks like a thick "l" and is on the left of each page despite the numbers being on the 'outside' (alternate sides) of each page.
    The line only disappears when the numbers are removed. I cannot highlight/edit the line and they show up as short thick marks, the height of the font on each numbered page when the document is printed.
    Does anyone know how I can get rid of them?

    Thank you, fruhulda.
    Actually that is what I am doing as a workaround. It works but it requires me to make an unnecessary extra copy of the document. And after doing that, I sometimes carelessly keep working on the copy instead of the original, which results in untracked modifications. So I hope there should be a way to just hide the lines.
    If there's no option to hide them, I think this is a bug of "View Final" mode, in which the document should be viewed in the "final" form.

  • Changing default page margins for Web Intelligence

    Is it possible to change the default page margins for new Web Intelligence documents.  The default size is 76px which most people find exceedingly large.
    The defaultconfig.xml file can be modified to specify default fonts, page size, orientation, etc. Can anything be done to this file to change the default page margins as well?
    Any help would be appreciated ...
    Thanks

    Hi James,
    Following information might be helpful for answering your queries.
    An ER has already been raised for the functionality yo want and the ER# Id is ADAPT01081135
    State
    Submitted
    Origin
    Customer
    Date Entered
    2008-05-23 12:29:54
    Subject
    XIR2: Webi: Wanted to set the default 'Page Layout Margins' to 0px instead of 76px each.
    Current Functionality
    The default 'Page Layout Margins' are set to 76px each for a new Webi report.
    Create a new Webi report - Go to Page Properties - Page layout - By default, Top margin=76px, Bottom margin=76px, Left margin=76px, Right margin=76px.
    Requested Functionality
    Wanted to set the default 'Page Layout Margins' to 0px instead of 76px each.
    Expected Added Value
    There should be an option in Webi / Infoview to set any property value to any required default value. This should be independent of the user, because it may differ from user to user.
    Found In Product
    Business Objects Enterprise.
    Found In Product Version
    XIR2.
    Found In PFA
    Web Intelligence
    B) use SDK kit (this is only a suggestion though)
    https://www.sdn.sap.com/irj/sdn/businessobjects-sdklibrary
    https://boc.sdn.sap.com/codesamples
    You would find almost everything here that BusinessObjects supports (about the SDKu2019s). You could also use the forums to check if anybody have already done what you are looking for)
    Regards,
    Sarbhjeet Kaur

  • Change page margins to print email

    Is there any way to change the page margins when printing emails? When I print out an email, the page margins are a good 1" on top, left and bottom so I have to reduce the type in order to keep simple emails on one sheet of paper.

    I am having the same issue - I have orders coming in by email that I need to print out as order tickets. In the email I have the submissions set to come in as html tables, all of a uniform size. I want to print 4 per page, and can do that by selecting emails, "Print", and then 4 pages per sheet in the print settings and it gives me 4 unique orders on one sheet. But the giant standard margins make it so the submission tables are way too small and I don't want the email header information displayed. This really doesn't seem like too much to ask, I hope it's not really as impossible as all the forums make it seem! BDAqua, you mentioned possibly making a script for this?
    Side note - the order submissions are generated from my form on Jotform. This is a great form builder, at least in my first-time experience, but seems lacking in output options - reports can only be generated as tables, and on the web-based submission viewer the print options are extremely limited as well.
    Any ideas? I'm running 10.9 and I know this is a 10.4 forum, but there's not much on this anywhere else and it doesn't seem like mail has changed much in this regard. Thanks!

  • How to set page margins in Numbers 3

    I just migrated from MS Excel after decades of use. I can't find out how to set page margins using the new Numbers 3 version. I believe I've exhausted all reference materials and the most relevant was an method in Numbers 8 & 9... both of which have a different top menu selection.  The answer is probably right in front of me and simple as it sometimes happens when learning new software...

    Hi caforestfire,
    There is no direct equivalent to page margins in Numbers 3.0. It's more oriented toward sharing on the web and on iPad screens than toward traditional printing.
    However, there are ways to achieve the effect of margins.  The idea is to first position your content (tables, charts, etc) on the canvas of a sheet, using rulers and guides if you want (you can drag the rulers onto the canvas to help in placement):
    Then you File>Print and in Print Preview fiddle with the slider until you get the white space you want around your content:
    Then click Print.
    For many purposes it works quite well. It's just a different approach from what we're used to in Excel, and the old Numbers 2.3.
    SG

  • Difficulty importing Pages document into iBooks Author

    Maybe I'm doing something wrong--but when I insert a Pages document (made up of 16 pages of images), iBooks Author collapses the 16 pages of images into a single page, adding the additional pages as blank pages. Same thing happens when I insert the file as an MS Word file.
    Shouldn't it be easy to insert a Pages into iBooks Author?
    Ideas?
    Thanks...
    sc

    Should be....but....there is no simple lever to pull that amounts to a fitz-all recipe.
    Experiment with different iBA templates using copy/paste from your source.
    Ken

  • Printer Driver Problem?  Page margins shift when using paper tray vs. manual feed

    I am printing to an Apple LaserWriter 12/640 PS. The printed page and page margins are PERFECT (WYSIWYG; "What you see is what you get") when printing either to: (a) the MANUAL FEED TRAY of the Apple LaserWriter 12/640 PS; or (b) PDF to view on screen.
    HOWEVER, when printing to the LaserWriter using the (ordinary/usual) paper cassette (you know, the thing that holds the 200+ sheeets of blank paper), two margin problems occur: (1) the uppermost portion of page content is shifted down 3/4" (maybe closer to 11/16") vs. its position on the manually fed paper.  This, in turn, causes the botttom portion of the page content to run off below the printed page.  (2) The "unprintable region" on the right edge of the paper expands from 1/8" with the manually fed paper to 7/16" when using the paper cassette.  This shows up as an extra 5/16" (7/16" - 1/8" = 5/16") of white space/missing page content on the right edge.
    The problem is consistent and reproduceable.  It happens with cassette fed output from Safari, Word 2011, Acrobat X, TurboTax, Quicken Essentials for Mac, and TextEdit.
    BIG problem when printing long documents whose content and margin settings I cannot control (e.g., third-party documents from Acrobat, anything from Quicken Essentials or TurboTax, pages from Safari, etc.).  The only workaround is to feed everything manually (UGGH!).
    I suspect the printer driver is faulty since the problem detailed above happens with so many applications.  Is there a way to edit a plist (using the application/utility "Pref Setter" or similar) to overide the driver's margin settings?
    I believe the print driver is "Apple LaserWriter 12/640 PS v2015.105" (from Sytem Prefences->Print&Scan->Options and Supplies->Driver).
    Any help greatly appreceated.

    Thanks!  It works perfectly!  I even saved my original "oversize" document by printing it to PDF with the scaling so the problem is permanently cured, at least for this document.

  • Changing page margins?

    My printer has a default margin of .25" at top and left, and .5" at the right and bottom page.  I can't find anywhere to change this, even the print preview has it cut off, and I have no idea why! I'm working mainly with Photoshop, and my printer is an HP Deskjet 3050A AIO J611g. Operating in Windows 7.  I've been into the advanced set-up, and there's no where to even set margins! Help!!!
    If anyone knows how to change page margins, I'd really appreciate your input!

    Hi,
    I think you have to remove the tick:
    Worse case, just save the image and print outside Photoshop. I use irFanView to print and can have many options (same printer).
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Changing the page margins when printing

    I have searched this forum and have not found an answer.
    I am trying to print my resume, which is a web page, to a PDF. The default makes the page margins too narrow for my taste but no matter what I do, I cannot seem to change it. I tried to define a new paper format with a letter size and larger margins but that does not appear to make any difference at all.
    It works in FireFox but the imbedded hot-links do not work like they work in Safari. Anyone have a solution?
    Paul

    I had done that, defined a paper with wider margins, but I had not logged out and back in. Well, now I not only made my new sheet definition using the instructions, but I made it the default paper in the Print & Fax system preference, logged out and back in, and then even tried restarting. Safari (and interestingly all other applications) default to the standard letter size with standard margins even though my custom page with the custom margins shows as the default in Print & Fax. Sheesh!
    Does anyone know of another browser that you can print to a PDF and the hotlinks within the document will remain good? They do not with Firefox.
    Paul

Maybe you are looking for

  • TS4002 I can't enable mail on icloud after i updated to mountain lion 10.8

    I just updated to Mountain lion 10.8, and I cannot get mail to enable on icloud. I also see a faint apple on the corner of my mail tab on my dock, what is goin on? need help!

  • Playback sync with audio?

    It seems that in After Effects you can't play - with audio - from anywhere in the timeline, only from the beginning. But you CAN in Photoshop Extended. Doesn't seem right. (All I want to do is make a simple video sequence where images appear synced t

  • WARN  [SchemaTypeCreator] JAX-RPC does not allow collection types skipping:

    hi I am trying web service,where it returns collection. following is the code snippet,      @WebMethod()      public Collection<CustomerInfo> getAccountList()           Query query=em.createQuery("from CustomerInfo c");           return query.getResu

  • JCO$Exception in business connector

    hi, i am getting the following JCO$exceptions in business connector production server.Also the message said is RFC internal error.I need to know the root cause of these exceptions and how they can be resolved either in business connector side or ABAP

  • Define Ledger Group

    SAP Experts, I have some question on ledger group...below is the config of our non leading ledger. SPRO->Financial Accounting (New)->Financial Accounting Global Settings (New)->Ledgers->Ledger->Define Ledger Group. We have 2 Co codes one is of US whi