Why does page-break-before get replaced with br class hcp10?

why does <br style="page-break-before: always;"> get replaced with <br class="hcp10">
This issue only occurs when generating an HTML Help CHM file.

An alternative method can be found in Item 23 at http://www.grainge.org/pages/snippets/snippets.htm#content.
Are you saying the code in the source file gets changed? I suspect you mean target files but how are you identifying the change in a CHM? Is the change causing a problem?
See www.grainge.org for RoboHelp and Authoring tips
@petergrainge

Similar Messages

  • Why does my iPhone 4 get slower with every update? (iPod app special)

    When i tab ipod and then movies i almost have to wait longer than with my old iPhone 3G. And it get worst with every update. ***? I am thinking about downdating to 3.something then my iPhone 4 was really quick.

    Here is my update on this issue. This isn't normal. I spoke to several tech support people, sr tech support people, etc and we found out that somehow my battery was damaged during the update. They found this out by sending me a diagnostic file via sms. I was sent into the apple store to replace my phone. I had it a little under a year, with 40 days left on my warranty. When I went to the store I was able to show the rep at the store the issue described in this thread. He just scratched his head. It was a quick swap. I spent a lot of time trying to fix this issue. I tried everything. Removing itunes_control files, several restores, starting from scratch. I could duplicate the issue every time. It's a bug and I'm sure it will be addressed. If you are still under warranty, I would recommend getting it checked by an apple tech to see if it messed up your battery and perhaps get it replaced. Battery issues on these devices cause lots of problems. 

  • Does Acrobat Pro 9 support "page-break-before" CSS tag? ie Pagination issues

    Hey there
    Converting a whole stack of html files to PDF and having some pagination issues.  Titles not staying with images and tables getting chopped in half by page breaks etc.
    Thought i could solve it by using carefully placed "page-break-before:always" tags where i wanted the page break.  Works as expected in Safari when i go to print but not when i "File:Create PDF: From File" in Acrobat Pro.  They get ignored.
    Here's how they should work:
    http://www.w3.org/TR/CSS21/page.html#x3
    This is a major hassle. I've got over 600 webpages to convert to PDF's and manually entering <br> to force items onto the next page is getting old.
    Here's some sample html, paste it into a file, save, open it in Safari and then go to print.  It should print 7 pages.  Open it in Acrobat Pro 9.1.0 and you get one page.
    <body>
    test0
    <p style="page-break-before: always">
    test
    <p style="page-break-before: always">
    test1
    <p style="page-break-before: always">
    test2
    <p style="page-break-before: always">
    test3
    <p style="page-break-before: always">
    test4
    <p style="page-break-before: always">
    </body>
    The really nice thing is this would be so useful.  You can attach the tag (page-break-before:avoid)  to a Caption style and always be assured that it will stay with a following graphic when you print the webpage. Or use it to make sure a table doesn't get cut in half.
    http://reference.sitepoint.com/css/page-break-after
    http://reference.sitepoint.com/css/page-break-before
    Any hints would be great
    tia
    Jeremy

    Nope.  Did the </br> thing. 
    Cost me some serious cash.  Very annoying.
    I haven't tried it with Safari 5. Acrobat allowed me set page margins, something that Safari 4 didn't allow (didn't support margin css tags).  But acrobat didn't support the pagination and Safari 4 did.
    Like i said annoying
    I'll see if Safari 5 supports the print margins css tags.
    I'll prob get asked to do this again so would like to sort it out
    Jeremy

  • How to Get Page Break Before Inline TOC in EPUB?

    I'm exporting a book file to epub.  The TOC is created correctly inline, but I can't yet find a way to get a page break right before it. 
    In EPUB Export Options->Advanced, I have selected Split Document->Based on Paragraph Style Export Tags.
    The TOC Header (saying "Table of Contents") has the paragraph style "TOC Heading." In paragraph styles panel->Edit all Export Tags, I have checked the checkbox for "Split EPUB" next to the "TOC Heading" style.
    But, after export, there is no page break before the TOC Header.
    How can I correct this?
    Thanks very much in advance to all for any info.

    I think basically you're doing it correctly. I've run into the same problem. What I found is that the heading in the PLACED table of contents (placed by using the Layout > Table of Contents feature and placing it onto the page) will not work for making a page break. It's a special kind of object because it can be updated by the Update Table of Contents command.
    You have to do a workaround: You need to create "Table of Contents" in a separate frame and apply the TOC Heading paragraph style.
    In the TOC style, DON'T include content for the TOC title. Look at the screen captures below of my TOC.
    By separating the "Contents" into its own frame it works in EPUB:

  • Why does pages enter a paragraph after a page break?

    Why does pages enter a paragraph after a page break?  This comes into play when I am using bullets and numbers.

    Because Page Breaks and Section Breaks are returns. Use soft returns [Line breaks] if that is what you want.
    Peter

  • Why does setOpaque(false) on Mac interfere with functionality of JSlider?

    Hello, here is an SSCCE with a slider that works normally on my PC:
    import javax.swing.*;
    public class Foobar extends JApplet
         public  void init()
              JPanel panel = new JPanel();
              panel.setOpaque(false);
              panel.add(new JSlider());
              setContentPane(panel); 
    }But on my sister's Mac, the slider functionality is broken: one cannot drag the thumb with the mouse. To move the thumb, she has to click on the rail. If I comment out the setOpaque(false) call, then everything works fine.
    I need that setOpaque call and I want the program to work both on Mac and PC. Why does it break on the Mac and how to fix it? Thank you for your insight. Mark

    So then you haven't actually ran that SSCCE on a MAC then? No, no, she ran it on her Mac, my sis. I asked her to run it several times, and she definitely cannot move the thumb. Now, if I comment out the setOpaque(false), then she can move it all right.
    But, I found a workaround. I did not realize that before, that Apple actually does include the "cross-platform" look and feel, not only their own Aqua. On the Sun website, it sort of implies that Apple only has Aqua, but on Apple website, I found they also support the cross-platform look.
    And voila, I changed to the cross-platform, and now, everything works. Not only the sliders in non-opaque panels, but I had also a HUGE number of other problems getting my app to work on the Mac, and now, with the cross-platform look, they all disappeared!!
    Thank you.
    Mark

  • Page Break Before & Repeating Frame (Reports 10G - Windows)

    Hi to all,
    I have to give page break when a condition met in a tabular report.Like it s advised I tried some layout objects with page break before property true and wrote their return code true if this criteria occurs. But whatever I tried, I couldnt get my desired output.It gives page break but repeats a blank repeating frame in the next page but only with that object I added later with page break property. Anybody have an idea ?
    Thanks...

    Hi,
    sounds like there's no child object for your object with page break before. This property has only impact of the object itself and all it's child objects. An object is a child object of another object, if the position of this objects has impact of the own position. This is only the case, if the parent object is vertical expandable and the child object is horizontally overlapping the virtual expand-region, or the child-object is anchored to the parent object.
    So if you have this layout:
    blue box fixed size
    red box fixed size
    yellow box fixed size
    and you set page break before to the red box, you will get:
    blue box
    yellow box
    -- page break
    red box
    If the red box is verical expandable you will get:
    blue box
    --page break*
    red box
    yellow box
    So in your tabluar report your field of the report should be in a frame and this frame should be child object of your new object which must be vertical expandable or anchor them together.
    Regards
    Rainer

  • Orage reports - page break before

    Hi
    Can any more experience devolpers help? I have a group above report that I wish the group to either page break after or page break before. If I set page break before then the group only prints on page 2 onwards. If I set page break after it prints on page 1 ok but then the report total always prints on its own on the last page.

    Hi,
    sounds like there's no child object for your object with page break before. This property has only impact of the object itself and all it's child objects. An object is a child object of another object, if the position of this objects has impact of the own position. This is only the case, if the parent object is vertical expandable and the child object is horizontally overlapping the virtual expand-region, or the child-object is anchored to the parent object.
    So if you have this layout:
    blue box fixed size
    red box fixed size
    yellow box fixed size
    and you set page break before to the red box, you will get:
    blue box
    yellow box
    -- page break
    red box
    If the red box is verical expandable you will get:
    blue box
    --page break*
    red box
    yellow box
    So in your tabluar report your field of the report should be in a frame and this frame should be child object of your new object which must be vertical expandable or anchor them together.
    Regards
    Rainer

  • Why does pages prompt the save dialogue every time i save?

    Just like every other word editing program, I should be able to just click save or push COMMAND S to save easily without getting the Save dialogue, once I saved for the first time.
    Why does Pages insist on bringing up the Save or Save As dialogue box every time I want to save a version of the document?  Once I saved for the first time, name the file, and save it to my hard drive, I should not have to deal with this anymore, unless I specifically click Save As....  I should be able to click Save or push COMMAND S and have it save in the background as with every document editing program.
    Is there a way to change this?

    You are obviously confused in thinking that Pages is a MsWord substitute which it is not, it is its own program.
    When you export to .doc you are doing exactly that, making a copy in a different format to the one you are working in.
    TextEdit can save to .doc and Save to it as can several other applications, but none of those are MsWord either.
    If you want to work in MsWord, why not use MsWord itself?
    Peter

  • Why does my form data gets cleared out when clicking on the back button.

    Can someone explain why does my form selections get cleared out when clicking on the back button.
    I have a JSP page that displays a form with some selections and text boxes. I populate the page and submit the request. The action on the submit call another jsp page, which processes the data and displays the results via a <jsp:include> statement which calls the results page. When clicking on the back button from the results page, it returns me to the form page, but the selections are cleared out.
    1. Is there something in my calling of the pages that causes this behavior and can I prevent it?
    I notice that the behavior is different when using the IE 6.0 version Netscape 7.1. IE clears the page Netscape 7.1 retains the settings.
    If I cannot prevent this behavior does that mean I will have to save the state of the form data. And if I have to save the form data, what would be the easiest method of doing this. I'm a beginner to JSP and Java, but have some ASP experience. I don't understand why the back button in a JSP request clears the form data but a regular HTML page does not can someone explain?
    THANKS.

    the browser doesn't have to remember what you submitted and fill that back in.
    you can't prevent it unless you can ensure a new request to the server in which you can fill the default values in there.

  • CSS Page-break-before is not working in FireFox 4 but worked proper in FF3.x

    I have web app that produces ~10 page sales estimate. To make things look nice, I have added pagination to my CSS files (using page-break-before:always)... this all worked wonderfully in FireFox 3.x... I recently upgraded to FF4 and now it is not working

    Hi there,
    I seem to be having a similar problem, however, the first page break is working, but each page break after that is not.
    The page break is a div that is a dedicated page break layer and the first clearly works, but the remainder of the 12 page report doesn't have any breaks.
    Testing with other browsers shows up 12 pages with breaks which to me indicates a issue with ff4 as I have only recently upgraded to 7 and it used to print under ff3 with all the breaks no problems.

  • Page Break Before / After

    Hello All,
    In MS Office word, Insert > break made to page break.
    In the Report, I have challenges in the Page Break Before / After.
    If any one help me out, it will be great.
    Thanks in advance,
    REF:
    Tool
    Property Inspector
    Object Navigator
    Report Editor
    Template Editor
    General layout
    Page Break Before
    Page Break After
    Page Protect
    Advance Layout
    Print Obeject On

    the picture worth a thousand wordsDon't you think it would be better to tell us what your problem is? So you changed the property to 1. And now? Does it work? Does it not?

  • Detecting Page Break before/after text

    Is there a way to detect if there is a page break before or after a block of text through scripting?

    yourSelection.characters.item(-1).contents
    This will return a regular single character "\r" for a hard return at the end, but any of ID's breaks will be indicated by one of the values:
    SpecialCharacters.COLUMN_BREAK
    SpecialCharacters.EVEN_PAGE_BREAK
    SpecialCharacters.FRAME_BREAK
    SpecialCharacters.ODD_PAGE_BREAK
    SpecialCharacters.PAGE_BREAK
    (as you can see there is more than one 'break' character).
    To check a page break before the current paragraph, you will have get a pointer the paragraph before the current one and do this same check on that.
    Check also the constant
    yourSelection.startParagraph
    which can be
    StartParagraph.NEXT_COLUMN
    StartParagraph.NEXT_EVEN_PAGE
    StartParagraph.NEXT_FRAME
    StartParagraph.NEXT_ODD_PAGE
    StartParagraph.NEXT_PAGE
    indicating the Keep Options applied to the current paragraph. These also make paragraphs start at a new page.
    Finally, there is the possibility that none of the above applies, but the previous paragraph ended right at the bottom of a text frame, and the current paragraph starts at the top of a new frame. No special character or code, but still a page break. (Perhaps you could test paragraph.lines for that.)

  • Why does pages suddenly refuse to save a document back to our server after editing?

    why does pages suddenly refuse to save a document back to our server after editing?
    and can i specify a default save-as location?

    The default save location is the one used to open the document.
    The default save_to location is the last used one.
    Both are stored in memory and written in the application's preferences file when we close it.
    It's quite easy to change the defaults in the preferences file but we must do that before opening the app and if we use an other location once the app is open, we will lost the defined default location.
    From my point of view, the best scheme is to use an Applescript to save.
    Yvan KOENIG (VALLAURIS, France) lundi 4 juillet 2011 23:50:27 iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • Why does the IPhone 4 get really hot, when you are making a phone call??

    I can't seem to find the answer to this riddle . why does the iPhone 4 get really hot when you are making phone calls or when using face Time ??

    It doesn't.
    There must be an issue with your iphone.
    Have you tried reset?  Restore?
    Have you made an appointment at the genius bar to have them look at it?

Maybe you are looking for

  • External drive refuse to show up in network

    I have just bought a Verbatim 3TB external harddrive (http://www.verbatim-europe.co.uk/en_1/product_store-n-save-superspeed-usb-3-0-de sktop-hard-drive-3tb_9566_0_35770__12692.html?con=39) It works fine plugged directly into my retina laptop but refu

  • Super drive not reading dvd r

    Help! Super drive isn't reading a dvd+r anymore. I've had my macbook pro for about 4months. Dvd+r is clean and has worked before. Note: All other Dvd and Cd's are being read just fine.

  • Parameters maintenance for Oracle 10.2.0.4 on Solaris 10 zone

    Hi! We use SAP Solution Manager 7.0 on Solaris 10 Zone with Oracle. We have updated Oracle from 10.2.0.2 to 10.2.0.4. What are the parameter recommendation for Oracle 10.2.4? What is the approach to do this? Thank you very much! regards Thom

  • AWR   SQL ordered by Cluster Wait Time

    I am beginner in Oracle Performance issue, I am working on sql query which appear on the top of queries list in the section SQL ordered by Cluster Wait Time have any one an explanation for this ? Thanks, Edited by: BIJGA on 19 sept. 2011 09:44

  • How to install chrome dependencies[SOLVED]

    Hello, Could anyone advise me how to install the chromium browser. When I try to compile it, I run into a nightmare of dependency problems. I need lib32-gconf, then it depends on lib32-orbit2 and on and on and on. If anyone managed to install chrome