Styles are missing when publishing to ePub in RoboHelp 9

Good afternoon,
We are developing content for Android Tablets and have learned the customary format that we used is, well, unusable.
A few posts suggest that ePub is really the only way to go with Android Tablet Help.
http://blogs.adobe.com/techcomm/2010/04/robohelp_script_to_generate_epub_format_content_fo r_mobile_d.html
http://forums.adobe.com/message/3629956
http://blogs.adobe.com/techcomm/tag/mobile
http://blogs.adobe.com/techcomm/2010/12/epub-industry-standard-file-format-for-reflowable- content.html
So, I have published using the ePub format, but I have noticed the existing styles are ignored. In another post, it was noted to ensure that the tags are lower case. I edited the css file and made sure the tags are lower case, but this did not make any difference.
Any suggestions for what may be happening here? My best guess is there is an issue with the CSS file.
Best Regards,
Eric Buterbaugh
Here is the style sheet:
/*created with adobe robohelp 9.*/
h1 {
    margin-bottom: 5pt;
    margin-top: 0.5pt;
    color: #ffffff;
    font-weight: bold;
    font-style: normal;
    font-family: arial, sans-serif;
    font-size: 18pt;
    background-color: #3f5f94;
li.h1 {
    color: #ffffff;
    font-weight: bold;
    font-style: normal;
    font-family: arial, sans-serif;
    font-size: 18pt;
h2 {
    font-weight: bold;
    margin-top: 9.5pt;
    margin-bottom: 0.5pt;
    font-size: 11pt;
    font-family: arial, sans-serif;
li.h2 {
    font-weight: bold;
    font-size: 11pt;
    font-family: arial, sans-serif;
h3 {
    font-weight: bold;
    margin-top: 9.5pt;
    margin-bottom: 3pt;
    font-family: verdana, sans-serif;
    color: #1e56b5;
    font-size: 8pt;
li.h3 {
    font-weight: bold;
    font-family: verdana, sans-serif;
    color: #1e56b5;
    font-size: 8pt;
p {
    margin-bottom: 4.5pt;
    font-size: 9pt;
    margin-top: 0pt;
    font-family: arial, sans-serif;
li.p {
    font-size: 9pt;
    font-family: arial, sans-serif;
a.expandspot {
    color: #008000;
    cursor: hand;
    font-style: italic;
    text-decoration: none;
span.expandtext {
    font-style: italic;
    font-weight: normal;
    color: #ff0000;
a.dropspot {
    cursor: hand;
    color: #008000;
    font-style: italic;
    text-decoration: none;
a.glossterm {
    color: #800000;
    cursor: hand;
    font-style: italic;
    text-decoration: none;
span.glosstext {
    font-style: italic;
    font-weight: normal;
    color: #0000ff;
p.bullet-hollow-indent {
    list-style: circle;
    margin-left: 18pt;
li.p-bulleted-indent {
    list-style: circle;
p.bulleted {
    list-style: rh-list;
    x-list-class: rl-p-bulleted;
    x-list-level: 1;
    margin-top: 4.5pt;
    font-weight: bold;
    margin-left: 48px;
    text-indent: -24px;
li.p-bulleted {
    list-style: disc;
p.note {
    font-style: italic;
    color: #0000ff;
    background-color: #cdc9b1;
    margin-bottom: 9pt;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #000000;
    border-bottom-color: #000000;
    border-left-style: none;
    border-right-style: none;
    border-top-width: 1px;
    border-bottom-width: 1px;
    margin-top: 9pt;
    text-indent: 0.25in;
    margin-left: 54pt;
    margin-right: 224px;
li.p-note {
    font-style: italic;
    font-weight: normal;
    color: #0000ff;
    text-indent: -;
    list-style: url(blue_nav_index.gif);
h4 {
    font-size: 9pt;
    margin-top: 9.5pt;
    margin-bottom: 0.5pt;
    font-family: arial, sans-serif;
li.h4 {
    font-size: 9pt;
    font-family: arial, sans-serif;
p.tip {
    x-next-class: ;
    x-next-type: p;
    font-style: italic;
    font-weight: normal;
    color: #0000ff;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #000000;
    border-bottom-color: #000000;
    border-top-width: 1px;
    border-bottom-width: 1px;
    background-color: #fefaa7;
    margin-left: 36pt;
    margin-right: 54pt;
    margin-top: 13.5pt;
    margin-bottom: 4.5pt;
li.p-tip {
    font-style: italic;
    font-weight: normal;
    color: #0000ff;
p.blue {
    font-size: 10pt;
    color: #ffffff;
    x-next-class: ;
    x-next-type: h4;
    margin-top: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: #87a3ed;
    margin-right: 0pt;
li.p-blue {
    font-size: 10pt;
    color: #ffffff;
    font-weight: bold;
    font-style: normal;
p.code {
    font-family: "courier new", monospace;
li.p-code {
    font-family: "courier new", monospace;
p.tasks {
    font-weight: bold;
    font-style: normal;
    margin-right: 0pt;
    font-size: 8pt;
    font-family: verdana, sans-serif;
    color: #1e56b5;
    background-color: #ffffff;
    line-height: normal;
    margin-top: 4.5pt;
    list-style: rh-list;
    x-list-class: rl-p-tasks;
    x-list-level: 1;
    margin-bottom: 4.5pt;
    x-next-class: aftertasks;
    x-next-type: p;
    text-indent: -0.23in;
    margin-left: 0.23in;
li.p-tasks {
    font-weight: bold;
    font-style: normal;
    font-size: 8pt;
    font-family: verdana, sans-serif;
    color: #1e56b5;
    list-style: disc;
    line-height: normal;
p.aftertasks {
    margin-top: 0pt;
    margin-bottom: 13.5pt;
    text-indent: -0in;
    x-next-class: tasks;
    x-next-type: p;
    margin-left: 18pt;
li.p-aftertasks {
p.normal-indent {
    margin-left: 18pt;
li.p-normal-indent {
h4.heading4-indent {
    margin-left: 18pt;
li.h4-heading4-indent {
li.h1-headingtop {
    font-size: 14pt;
rh-list.rl-p-bulleted {
    x-level-count: 1;
    x-lvl-1-format: "<x>";
    x-lvl-1-type: filled-circle;
rh-list.rl-p-note {
    x-level-count: 1;
    x-lvl-1-format: "<x> ";
    x-lvl-1-type: "folder open";
rh-list.rl-p-tasks {
    x-level-count: 1;
    x-lvl-1-format: "<x> ";
    x-lvl-1-type: filled-circle;
p.numbered-list {
    list-style: rh-list;
    x-list-class: rl-p-numbered-list;
    x-list-level: 1;
    margin-left: 18pt;
rh-list.rl-p-numbered-list {
    x-level-count: 1;
    x-lvl-1-format: "<x>.";
    x-lvl-1-type: decimal;
p.bulleted-dark-indent {
    list-style: rh-list;
    x-list-class: rl-p-bulleted;
    x-list-level: 1;
    margin-top: 4.5pt;
    font-weight: bold;
    text-indent: -24px;
    margin-left: 88px;

Hi,
I ran some more tests and did some reading up, and I constantly come across the limitations of the ePub format/readers. From the ePub specification:
The CSS-based style sheet constructs in this specification define required rendering functionality. To minimize the burden on Reading System developers and device manufacturers, not all CSS 2 properties are included. A few additional properties and values have been added to support page layout, headers, and footers. These, taken together, constitute the OPS CSS 2.0 required subset.
An example about using colour in a style sheet:
Current browsers support a host of keyword color names. XHTML 1.1 defines 16 named colors, as well as numeric values. OPS style sheets may use all CSS2 forms, however Reading Systems are not required to distinguish all these colors for rendering (otherwise monochrome devices would necessarily be non-conforming, which is not the intent).
Fonts are supported in the standard (the standard says that font-family and other styling must be supported). As far as I can make out, you may choose between two things:
Use generic font description: serif, sans-serif, monospace.
Use font names, such as Arial. This however would require you to use an open type font which needs to be embedded in the ePub.
See the following section in the specification: http://idpf.org/epub/20/spec/OPS_2.0.1_draft.htm#Section3.4
The answer I can give you goes contains multiple facets:
ePub does not support all the formatting you may be able to throw at it using style sheets. A list of all supported formatting is available in the specification.
ePub readers can perhaps ignore styling even though the ePub format supports it.
Some styling, such as specifying a font, may only work after manually optimizing the CSS through an external CSS editor.
I haven't read the complete specification, so I'm not in the position to tell you what will always work, what will never work, etc. The following page has some screenshots of the same ePub on different readers: http://rufus.deuchler.net/2010/10/css-and-xhtml-tags-for-epub.html That illustrates the problem.
Sorry I can't be more help, but it seems we will have to learn to live with formatting loss in ePub. It's not Robo's fault, but it's annoying none the less.
Greet,
Willam

Similar Messages

  • When client open folder with html files to preview web site, some pictures are missing when previewed.

    However all images are in "images"folder. Same images are missing when previewed in Firefox and Explorer.
    Any idea why?
    Thanks.

    Are you sending this other person all of the image files in
    the same relative location as they are on your local computer?
    For instance, if you are sending them index.html and your
    images are in a folder called images, you should be sending them a
    Zip file with the following enclosed:
    index.html
    images (folder)
    image1.gif
    image2.jpeg
    If you are sending this type of structure to your other
    party, check the links in code view. Make sure they are relative.
    If they are, on the index.html page they would look like
    images/image1.gif. If it says anything like C:/ or something that
    points to a local drive they you will need to make sure the image
    are within the site definition and then save the files
    again.

  • Always assets links are missing when changing the location.

    Hi community: Can you share your ideas with me?
    Since adobe muse older versions, asssets files are missing when changing the location or computer. For example develop some project on "desktop" when it move to another location( ex: Another partition or folder with different name), assets says links are missing, we have to relink all assest, is there are any way to fix it? why is that keep happenings? when i design muse templates to sell, it is serious problems to me .
    Can you help me, thank you community!

    Hi,
    Oracle have a tool for precompiling JSP's it's called ojspc
    You can then turn JSP compilation off on the server.
    Here's a batch file that I use.
    Brenden
    @echo off
    set ORACLE_HOME=C:\[Jdev_install]\jdevstudio10133
    if not exist %ORACLE_HOME%\j2ee\home\ojspc.jar goto error
    java -Djava.compiler=NONE -Doracle.home=%ORACLE_HOME%  -jar %ORACLE_HOME%\j2ee\home\ojspc.jar -extend com.orionserver.http.OrionHttpJspPage yourapp.war
    goto end
    :error
    @echo ERROR: %%ORACLE_HOME%%\j2ee\home\ojspc.jar not found.  Please set ORACLE_HOME to point to an OC4J or OracleAS instance and retry.
    :end
    if "%OS%" == "Windows_NT" endlocal

  • Records are Missing when we run Delta Load( FIGL-ACCOUNT ITEMS)

    Hi,
      Some records are missing when we run Delta load.
    We have one generic data source on FAGLFLEXA table.
    We select  Field nm TIMESTAMP
    TIME STAMP IS LOCAL.
    upper limit is Blank
    Lower limit is 1000.
    we run this process chain every day.
    we select delta settings is New status for changed records.
    Please give me any idea why records are missing when we run deltas.
    Thanks
    Naik

    Hi Anju,
    Please ensure that you are following the below steps while Initilizing the application 13:
    1. All the users in source system, must be locked.
    2. Ensure that SMQ1 and RSA7 are having no data for application 13. Delete the application 13 datasource entries from RSA7.
    3. Delete and refill the setup tables for application 13.
    4. Run a INIT with data transfer load for the required datasources of application 13.
    5. The Deltas can follow from the next day.
    This will ensure that your deltas are fetching correct data. Note that, delta will pick up the same conditions on which the INIT load was run.
    Please let me know if you need any more information.
    Regards,
    Pankaj

  • Button effects missing when published?

    Button beval and drop shadow are missing in PUBLISH but showing up in PREVIEW.
    ( here's the page, scroll down to submit http://anitaadamski.businesscatalyst.com/index.html )

    Hi folks,
    Couple of things....
    If you want to knock out the background in Photoshop and transfer that image (knocked out) to iWeb you'll need to save the file as a 'transparent' png file. In Photoshop select save for web • select png 24 • check the transparent box. Voila. drag that file into iweb and you'll have a knocked out image.
    Also, for those experiencing quality problems, while not necessarily easy or ideal, convert your images to flash and post according to the very good instructions found here ( http://web.mac.com/catucker/InsideOutside/iWeb.html ).
    Flash images don't suffer the same fate as 'regular' jpegs. The quality you'll get will rival what you see in Photoshop et al.

  • Why does message say application components are missing when trying to open Photoshop?

    why does message say application components are missing when trying to open Photoshop?

    The probable causes are:
    A bad, or incomplete install
    Inability of the program to access the location of those components
    Deleted files, that are required for those components
    What is the exact text of the error message?
    Good luck,
    Hunt

  • HT3819 My iMac had a corrupt seagate HD that had to be replaced my imovie files & itunes video library are missing when I picked up my Mac from Apple?

    I purchased my 27" iMac in October 2010 after attending classes we discovered my computer needed new graphics card, hard drive, and a total rebuild after owning it only 6 months. Apple rebuilt my new computer, several months later same issues began yet again, slowly Apple began replacing defective parts they installed, my computer still hasn't worked as it should and has been in and out of Apple all the time sometimes they keep it for weeks! running tests?? February 10, 2013 I took my imac back in because it has been taking upwards of 6 minutes to make 1 single edit in imovie after 6 days of editing my project I could No Longer save in itunes, external HD, or export my imovie videos (they are 4 min up to 20 min max) Apple informed me that my Hard Drive was corrupt a bad batch of Seagate HD had been installed and my computer was again affected by this and it needed to be replaced and they couldn't get it to respond at all my itunes library was missing, etc. We saved my videos on my external HD I brought in with me. The Genius bar said they would call me in 3-5 days for me to pick up my computer. 9 Days later not hearing back from them I went in to get an update February 19, 2013 No one can tell me what was done except my HD was replaced they can't answer my questions about my itunes library being reinstated or my videos, music is missing, podcasts, etc. I was even using icloud, empty? They tell me IF I find anything wrong or not working again to just bring it back.  My iMovie videos ALL the edits are missing ? I can't find ANY of my videos in my itunes my Library is empty as it is in imovie except for 2 videos? HELP! I can't imagine having to re-edit my entire video with sound effects, fronts, graphics, etc. I spent weeks on this :-( I'm at my wits end with my iMac.... I have searched in my previous itunes library EMPTY ! Waaaah! I want my mommy....

    The Apple Store is not responsible for data loss and generally does not do any backups of your data before performing any repairs, though in some cases, as seems to be the case in yours, they guide you to making your own backup. Here's what they say on the "getting service page" (when I've taken a system in for service a similar statement was presented to me when I agreed to the service):
    Many repairs require Apple to replace or reformat the hard disk, which will result in the loss of your data. Please make sure you back up your data on a regular basis to minimize your data loss. Learn more about backup options. Apple and Apple Authorized Service Providers are not responsible for any damage to or loss of any applications, data, or other information stored on your Mac desktop while performing service.
    Since you say that you backed up your videos before the drive was replaced, why can you not just restore them? And did you not back up anything else?
    If you didn't make any sort of backup of your other data prior to taking the iMac in for service, then sorry but your data is almost certainly gone. Regular reliable backups are a must, particularly when dealing with content you spend a lot of time creating. You may be able to re-download any content you purchased from the iTunes Store or Mac App Store, but anything else you'll have to recreate or re-obtain from the original source.
    Regards.
    Message was edited by: varjak paw

  • ITunes thinks songs are missing when they are NOT...

    I've written about this in the past and I thought I had fixed it manually. For some reason a large number of my songs (about 1300) in iTunes are not able to be found on the drive when I try to play them. Once I try to play them I get an error message saying "The song "song name" could not be used because the original file could not be found. Would you like to locate it" and then the "!" symbol shows up next to the song. The songs files ARE there though.
    In the past I thought I solved this problem because I "re-added" using all the songs in my library (about 4500) "File->Add To Library". If the song was one of these "missing" songs it was re-added to the library. The songs that were not "missing" were not re-added. (and again, the song files iTunes is re-adding are the exact song files it is saying aren't there in the first place) After the "re-add" I essentially had two of all the missing songs. One with the "!" and one without it. The newly added songs did not have any of the stats the original song had. So I used a script I was told about that goes through and syncs the song's statistics. Then after the song stats were synced I removed the "!" song from the library. I had to do this one song at a time. Of course, this took a VERY long time and I don't really want to go through it again... especially now that I know it may not be a permanent fix anyway!
    However here is something new I noticed now that I have Leopard: The files that are showing up as missing are also the ones that don't have a "thumbnail" icon of the album cover in the finder. Also, if I go into coverflow view in the finder those files don't have the album as the other files do. However, there should be no differences between the files. For example, one album where each song was ripped at the same time in the same way will have some songs that have the cover icon and some that don't.
    As I reported last time, this is not specific to one machine and has noting to do with the drive the songs are on. This also was happening on both 10.5.1. and 10.4.11 and lower.
    So, why is this happening and how can it be fixed. I'm not going to re-import the songs because then I loose all my stats, ratings, etc and have to re-do the long method of fixin the stats.. There needs to be some way to permanently fix this problem. Is it with the song files or the library? Is there some sort of validation script that can be run?
    Oh, on a side note... pre-leopard the "!" would show all the time. Now, if I close iTunes and re-open the "!" are gone until I try to play the song that should have the "!". This makes things even more challenging because I can't quit iTunes if I want to know which songs are "missing".
    Jeff

    I have this same issue. I use an external HD connected to an Airport Extreme Base station to store my music. On Tiger 10.4.11 iTunes created a music database just fine and found every mp3. I just installed Leopard last night and left iTunes to create its database overnight. It found every song, but there are plenty with the exclamation just as you described. If I want to play these songs I must hit "Yes" to locate the song manually. I can then play any other song with an exclamation point in that particular album, but if I go to try to play another song with an exclamation point from another album I must repeat the process again.
    It's definitely a problem with Leopard as I just got my mac back from the Apple store with a replaced hard drive. I created the iTunes database in Tiger on one day, then the next decided to purchase and install Leopard. So one day passed between each instance of building the database and it worked fine on a clean install of Tiger but not on a clean install of Leopard.

  • I receive an error message that some of the application components are missing when trying to open Photoshop CC 64-bit

    Hi,
    I'm using Windows 8.1 and I can see photoshop CC 64 bit. But when I'm launching it, it throws an error "Some of the application components are missing from the Application directory, Please reinstall the application". I've reinstalled twice but getting the same error. Whereas the 32 bit application works fine. Any help?

    Branching this to a new discussion.
    Govinda_s13 are you still receiving the error messages referenced above?

  • In XP Infinity Blocks are missing when logged in as a user

    On XP Computers when I am logger on as adminstrator there is no
    problem.  When my students are logged on as users, some of the
    Infinity Blocks are missing. 
    For example on Ch 2.1 Sec 2.2 lab, the ITOGGLE Block is a question
    mark.  I can search and find it, but there is no way to add it the
    VAB progam in place the question mark. 
    Can you help me out?  Thanks,

    This problem is has to do with "security" (AKA file permissions) for some of the VAB files. I am not aware of what may have caused the problem. As the USER check to see what problem files exist. Then as the ADMINISTRATOR check the "Security" tab in the file's properties and you'll find that the USER is unable to modify/read/see/etc that file. Changing the setting to match one of the "OK" DLL block files should correct the problem. Alternatively you can run the command line script that the installer runs: cacls "C:\Program FIles\Hyperception\VABINF" /T /E /G Everyone:F Assuming you installed in the default directory, you should be able to drop to a command prompt and issue this command. It will scroll the name of every file in the given directory and all subdirectories. It should reset every file.

  • Some letters are missing when I open a PDF in Firefox. Works fine in other browsers.

    When I open a PDF using Firefox, some letters in words that are printed across the document are missing. I believe the creator of the document used a text box to add "Draft" on it. The D is missing. Other words I have found are "Copy Non-negotiable" and the C is missing. These same PDFs open fine in IE and Chrome. Have experienced it on V22-V25. Using Windows7

    Starting in Firefox 19, PDF files will display by default in a built-in viewer. This viewer does not yet support all of the features of the Adobe viewer, and may also have some bugs. Other than changing viewers, as described in the following article, I'm not sure what to suggest.
    [[How to disable the built-in PDF viewer and use another viewer]]

  • 2007A PL8 UOMs are missing when creating a document via DI-API

    If a document is created via DI-API the UOMs are missing.
    The behavior till PL8 was that UOMs were taken from the item master when creating a new document.
    Regards

    This is a confirmed Bug. The DI-Api always uses the Inventory UoM. As work around you have to put the Sales UoM into the Inventory UoM.
    I hope they we will fix this soon.
    Regards

  • Rror: "Application components are missing" when you start Photoshop cs6(Mac)

    I'm having trouble installing the photoshop cs6 trial version. I already retore permissions and did everything they told to do, but there is always a error. When I finaly could extract the files e get cd image there this message that seys:
    Some of the application components are missing from the Application directory, Please reinstall the application.
    I need help! Thanks

    Have you tried removing the installation using the uninstaller located in Applications/Utilites/Adobe Installers?

  • What styles are lost when importing/converting PS text to editable text?

    In CS5.5, when I import a PSD file with one or more text layers (retaining layer styles and editable layer styles) some of the layer styles change upon import.
    In addition, after import, in the Comp panel, sometimes there are no visual differences between that display and the display in PS. But in individual style layers in the Timeline panel, things have changed. Most typically, strokes with gradients are changed either to a solid color (gray or red) or to a simple white-to-black gradient. How is it the display can show a gradient when the stroke layer shows a solid color?
    When the text layers are converted to editable text, those changed style properties kick in.
    I'm guessing some or all of this has to do with AE text not being able to have a gradient for the fill or stroke? That being the case, is there a work-around?
    If this goes beyond not being able to use a gradient for fill or stroke, what are the "rules"? What styles are lost/changed upon import and when converting to editable text?
    Jeff Sengstack

    > In addition, after import, in the Comp panel, sometimes there are no visual differences between that display and the display in PS. But in individual style layers in the Timeline panel, things have changed. Most typically, strokes with gradients are changed either to a solid color (gray or red) or to a simple white-to-black gradient. How is it the display can show a gradient when the stroke layer shows a solid color?
    After Effects includes the entire Photoshop rendering engine, so any PSD and its layer styles should render fine (i.e., just like in Photoshop). If it doesn't, please submit a bug report.
    But After Effects does not include the entire UI from Photoshop for creating and modifying layer styles.
    The layer styles feature in After Effects exists primarily to provide fidelity between what you see in Photoshop and what you see in After Effects---not so that you can add and modify layer styles in After Effects. The UI in the Timeline panel is therefore a barebones implementation that doesn't include many of the features of layer styles in Photoshop. As you observe, there are many cases in which the representation in the Timeline panel is much more simplistic than what is in the Composition panel.
    This separation between the UI and the ability to render with good fidelity is most apparent with pattern overlays. See this video for a good demonstration of how to use layer styles in After Effects by tapping into these features in Photoshop:
    http://library.creativecow.net/articles/harrington_richard/photoshop_layer_styles_with_ae. php
    > In CS5.5, when I import a PSD file with one or more text layers (retaining layer styles and editable layer styles) some of the layer styles change upon import.
    How, exactly, do they change? A screenshot would be useful.
    If it's what I'm suspecting, then the page that Mylenium points you to has the clue:
    "When a layer style is applied to a vector layer—such as a text layer, a shape layer, or a layer based on an Illustrator footage item—visual elements that apply to the edges of the contents of the layer apply to the outlines of the vector objects, such as text characters or shapes. When a layer style is applied to a layer based on a non-vector footage item, the layer style applies to the edges of the layer’s bounds or masks."
    When you convert between Photoshop text and editable text, you're changing the render order and also switching between raster images and vectors. This can affect appearance in many ways.

  • My backward and forward arrows are missing when I download Firefox 4.0

    My brother was at my home this past weekend and he downloaded Firefox 4.0 to his Windows Vista laptop and the download worked perfectly. When he downloaded Firefox 4.0 to my Windows Vista desktop, the download is missing the backward and forward arrows are missing and I find it very difficult to use the Firefox application. My brother removed the program and redownloaded the program at least 4 more times and every time the program downloaded with no backward or forward arrows. Both applications were downloaded from the same Firefox 4.0 website. How can this happen and what can be done to correct it?

    Try to reset the toolbar customization, see:
    * http://kb.mozillazine.org/Corrupt_localstore.rdf

Maybe you are looking for