Numbered List and Bulleted List w/ Custom Style Sheet

Hi,
I am a new user to RoboHelp 7, and must say I find it useful
but also painful to use. Currently I’m trying to solve
something that feels like a bug in RoboHelp 7, but before I give in
and accept defeat I wanted to check with the forum.
I have FrameMaker 8, and import the files to RH where I use
them to create WebHelp projects.
Here’s a short procedure:
1. I Import my files with a predefined style sheet matching
the FM styles.
2. I also check the Convert to HTML list option and set all
numbering and bullet styles to User defined.
- After import RH does the usual thing and creates a bunch
of style sheets on its own
3. I select all the files from the Topic List pod and apply a
new custom style sheet. This enables me to have one style sheet for
all the HTML files with the right layout and formatting
4. I generate the output, and RH uses the new style sheet
reference
The resulting HTML files shows that the output is not the
same as the generated HTML shown in RH’s HTML editor view
- Editor view: <li class=”style”>
- Browser view: <li>
6. If I make a change (e.g. add a space) and save the HTML
file, and generate the project again the HTML is correct in the
browser
One could argue that it’s not a big problem; however,
with a large project this is starting to look more like a nightmare
Does anyone know of this problem, and if so can it be fixed?
Kind regards,
Jon

Is this the time when I get really angry at Adobe for creating the worst FrameMaker/RoboHelp integration ever? No! However, I must admit that I'm amazed that they are unable to solve an important feature as conversion of lists from a FrameMaker document to a RoboHelp WebHelp project. When I say conversion I mean a clean conversion with minimal interference from RoboHelp that allows me to use CSS to its full extent.
Here's the problem, and this was also the problem with RoboHelp 7 and FrameMaker 8. BTW, I use standalone versions (not TCS 1 or 2).
Figures: First image depicts FrameMaker 9's Paragraph Designer and the Autonumber format for a paragraph named VizNumbered. Second image depicts the RoboHelp 8's conversion setting.
FrameMaker uses Autonumbering in front of paragraphs to create lists. This means that you in RoboHelp need to manage two formats, the autonumber and the paragraph style.
RoboHelp does of course not (by default) use Autonumbering in front of paragraphs because a RoboHelp WebHelp project is HTML based, and list tags in HTML can perfectly handle any formatting of text etc.
RoboHelp will convert, when "Convert Autonumber to HTML List" is selected, the Autonumber in FrameMaker to a list tag (LI). By default this will generate a list with a lot of margin, font and other CSS properties that tries to simulate the way the list is laid out in the FrameMaker document. In addition to the list tags it will convert the FrameMaker paragraph to a P tag which it inserts within a list tag. The issue you will experience with this is that indentations with the paragraph tag does not align properly between line 1 and 2. At the same time the WebHelp project will not look the same in IE, Firefox or Chrome. That is, Chrome and Firefox will look the same, and IE different. IE has the WYSIWYG feel, but it does not comply well with W3C standards (i.e. using P tags enclosed by LI tags is not a good idea ...).
Selecting "Convert Autonumber to RoboHelp List" does something similar, but is not recommended at all!
So, here's the big question. How can I make sure RoboHelp understands that I ONLY need to define a list tag with a CSS class attribute attached to it?
Today I basically only get the following:
<li><p class=""></p></li> or,
<p class=""></p>
What I want is the following:
<li class=""></li>
Can this be solved with today's versions, can anyone help me, or do I have to wait for the Adobe development team to realize this and to fix it?

Similar Messages

  • Is Custom Style Sheet Working?

    I'm trying to use a custom style sheet, in order to block ads, but I don't think it works in this version of Safari. (on OS X 10.4, I use a custom CSS file and it works great.) In the Windows beta, it does nothing.
    I even tried a simple custom style sheet to hide all images:
    img { display: none ! important }
    and set that, but all image still display.
    So, is it broken??

    Cool! That does work.
    Except...
    I had downloaded the nightly Webkit build for Windows (nightly.webkit.org) - which btw has the nifty "inspect Element" menu item enabled!
    But - that doesn't like the custom style sheet - Safari would crash every time I tried to load a page that had some element that would have been blocked. I even tested it with a simple custom stylesheet that just has:
    img { display: none ! important };
    At least I don't have to wait long to try it with a new Nightly build!

  • Custom style sheets

    hi,
    I want to create custom style sheets which has some new styles that I can specify but these styles use the styles from blaf.xss and i can overwrite the properties of those styles!
    I was successful in overwriting the blaf styles but I want to have my own style tags. I just want to have different names because, right now if I want to change the background color of a <rowLayout> I had to use the styleClass="OraBgColorDark" in the <rowLayout> tag which inturn uses the <style name="DarkBackground" > and in my custom.xss i had to overwrite the <style name="DarkBackground" > and provide a property called "background-color" with a certain color that I wanted. But what if did this
    <style name="MyColor">
          <!-- this is from the balf -->
          <includeStyle name="OraBgcolorDark">   
          <property name="background-color">#FFFFC0</property>
        </style>In the rowLayout i could specify the styleClass like this styleClass="MyColor"!!!
    I tried it but didn't get it to work. Can anyone suggest me the possible reasons or how I can reach my goal to have a stylesheet that has its own new tags that i could use?
    regards,
    raj

    please disregard the post. Read the Jdev doc a bit more and found the solution.
    regards,
    raj

  • Km/docs/etc/wpceditor/css/runtime/ is using all custom style sheets(runtime

    Hello ,
    I am using km/docs/etc/wpceditor/css/runtime/File.css for web content where File.css is a custom stylesheet. This works fine. If I upload more than one custom style sheets, all of them are simultaneously used even though am only referencing one style sheet in the custom JSP layout. How can I use only one custom style sheet that I reference in my JSP layout:
    <LINK REL="stylesheet" HREF="irj/go/km/docs/etc/wpceditor/css/runtime/File.css" />

    Hi Vishal,
    Can you be more specific when you said
    "But if some styles does not match in that specified css Then it will refer the other css present at runtime folder."
    In my case,am using 3 custom style sheets(File1.css, File2.css, File3.css). At run time, all my pages are using all 3 style sheets, even though, I have referenced only one stylesheet in the JSP layout:
    <LINK REL="stylesheet" HREF="irj/go/km/docs/etc/wpceditor/css/runtime/File1.css" />
    Thanks for your response.

  • List of predefined style sheets (css)?

    Hi everybody,
    I am looking for a list of available stylesheets, which are configured in the theme editor. I know that there is a css file on the server (usr/...) but as an developer you normally have no access to the server.
    Is there a list of the stylesheets with the style name and a short explenation which style it is.
    Best regards
    Christian

    Hi,
    Here is the CSS Classes for Web Interfaces,
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/0d79ee29ee47edaec7fe6786543ff9/frameset.htm
    The default themes that are provided by SAP are located in the following URL:
    sap-cssurl=http://<Host-Name>:<Port-Nummer>/webdynpro/resources/sap.com/tcwddispwda/global/SSR/themes/sap_chrome/ur/ur_ie5.css
    Hope this helps,
    Regards
    Srinivasan T

  • Show and Share custom style sheet

    Is it possible to install a custom css on Show and Share? How can I do it?
    We have our own style sheet con our company's Look&Feel
    Thanks
    Manuel Blanco
    Sent from Cisco Technical Support iPad App

    Hi Manuel,
    At the moment, the Show and Share allows you to customize colors, background image and company logo.
    Installing a custom CSS would be an interesting Enhancement Request, I would recommend you to follow up with your Cisco Account team on this.
    Regards,
    Marco

  • Using custom style sheet for UI  presentations

    Hi...
    is there a possibility to use custom stylesheets for UI presentations in BPM ???
    if so how do i link the custom stylesheet to my workspace so that i get the desired output on my UI screens.
    The only style sheet i see fro UI is fo_style.css

    You first will need to import the CSS file into your project. You do this by right clicking on the webResources folder located under the WebRoot branch of your project tree. This will present a short menu to you, and one of the options is Import Resources. Browse to your CSS file and click Open.
    Next you need to open your ALBPM Presentation and open the Properties window. Set the CSS Support property to True, and then select the imported CSS file under the CSS Filename property.

  • How to include custom style sheets in BI 7 WAD (Web Reports)

    Hi,
    I have WAD in 3.X, where I have used custom stylesheets. Now I need to use the same style sheets of 3.x development in BI 7 WAD.
    How do i achieve this?
    Regs, Arka

    Hi,
    Stylesheets cannot be included via the Web Application Designer for BI 7.0 web templates. You need to use the Theme Editor of the Portal instead. Please refer to the documentation:   
    http://help.sap.com/saphelp_nw70/helpdata/de/f4/bb7a3b688d3c1de10000000a11402f/frameset.htm
    Best regards,
    Janine

  • Importing Custom Style Sheets Into UiXML

    Is there any documentation on importing custom stylesheets (.css files) into UIXML. Has anyone one done this or know of a workaround if it cannot be done?
    Tks,
    Booker Northington II

    Hi Booker -
    Thanks for the clarification. Here is a sample which shows how to import a custom CSS style sheet into a UIX document using the HTMLWebBean:
    <?xml version="1.0" encoding="UTF-8"?>
    <page xmlns="http://xmlns.oracle.com/uix/controller"
    xmlns:ui="http://xmlns.oracle.com/uix/ui"
    xmlns:html="http://www.w3.org/TR/REC-html40">
    <content>
    <document xmlns="http://xmlns.oracle.com/uix/ui">
    <metaContainer>
    <head>
    <contents>
    <html:link rel="stylesheet" type="text/css" href="mystyles.css"/>
    </contents>
    </head>
    </metaContainer>
    <contents>
    <body>
    <contents>
    <styledText styleClass="myStyle" text="Hello, world!"/>
    </contents>
    </body>
    </contents>
    </document>
    </content>
    </page>
    Note: The <html:link> element inserts the HTMLWebBean which references the custom CSS file. We can then use styleClass="whatever" to reference the custom styles.
    Andy

  • Customizing Style sheets in Istore

    Hai,
    Is there any way to have multiple .css files pointing to the same minisite registered under the programmatic access name 'STORE_STYLE_SHEET'.
    if I am trying to do this through Store Administration UI then I get the following error
    Error in saving logical to physical mapping
    Error in saving logical to physical mapping
    ORA-00001: unique constraint (IBE.IBE_DSP_LGL_PHYS_MAP_U2) violated in Package IBE_PhysicalMap_GRP Procedure save_physicalmap
    Mapping for site 10040 and all languages exists already exists for deliverable 7473
    any help appreciated
    thanks
    pradeep.

    Two separate issues:
    Netscape references
    Instead of "first and foremost" Netscape code, is the idea
    that the Netscape browser configuration "needs" more code settings
    than do the other browsers. Netscape, if you were unaware, has
    traditionally set itself apart from other browsers (perhaps a noble
    attitude on their part, but definitely a pain for developers and
    users over the last dozen years).
    Style Sheets
    From
    XHTML & HTML: The Definitive Guide, C. Musciano & B.
    Kennedy: "Neither Netscape Navigator nor Internet Explorer support
    multiple <link>ed style sheets as proposed by the CSS2
    standard. Instead, they cascade all the <link>ed style
    sheets, with rules in later sheets overriding rules in earlier
    sheets." Further, "Netscape Navigator [email protected]
    Internet Explorer honors the ...@media at-rules, for both
    document-level and external sheets."
    Seems like your rants might be better directed to the browser
    folks, instead of RH.
    You don't say what your output is, but if it's WebHelp, you
    might be able to accomplish your stated goal by doing some
    post-processing work on the output. You'd need a good tool such as
    FAR, which can find &
    replace multiple lines in your HTM files. You can even set up batch
    files to run multiple changes to files.
    Good luck,
    Leon

  • New portal theme from a custom style sheet

    Hi,
    I want to create a portal theme using custom CSS sheets. Is there a possibility?? Any documentstion or other pointers would be helpful.
    Thanks,
    Vineeth

    Hi Vineeth ,
    I will recomend you not to do that as there are loads of CSS which consitute and make the theme for the Portal .What, i would recomend is to create a theme using standard portal provided functaionality and then edit the css for giving some special effects.
    you can find the CSS at
    usr\sap\<sid>\<instance>\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\portalapps\com.sap.portal.design.portaldesigndata\themes\portal\sap_standard
    usr\sap\<sid>\<instance>\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\portalapps\com.sap.portal.design.urdesigndata\themes\portal\sap_standard
    Thanx
    Pankaj

  • Finding and Editing the DynamicHomePage.xsl Style Sheet in MII 12.0

    I'd like to edit the DynamicHomePage.xsl style sheet but I'd not sure where to find it in MII 12.0.  Is it editable through the workbench?
    Thanks!
    David

    David,
    you can modify the Logo in the File DefaultHeader.xml. You can find it under the Web/Themens,
    in the Sample Project as Jeremy said.
    Please include this in your project as Jeremy described.
    Regards
    Pedro

  • Using custom style sheets in R12

    Hi,
    I am trying to deploy a solution from Anil Sharma to Restrict user to enter data in CAPS ONLY. http://oracleanil.blogspot.com/2010/10/restrict-user-to-enter-data-in-caps.html
    However i am not able to do so. I can't find the file custom.css. But I do find a file called $OA_HTML/cabo/styles/custom.xss. And all css files seems to be in $OA_HTML/cabo/styles/cache/
    I tried altering this file like this:
    <?xml version="1.0";?>
    <!-- $Header: custom.xss 120.45 2005/06/13 09:36:19 atgops1 noship $ -->
    <styleSheetDocument xmlns="http://bali.us.oracle.com/cabo/ocelot">
    <import href="oa.xss";/>
    <styleSheet>
    <!-- Please start your customizations here -->
    <style name=".XXOraFieldUpperCase">
    <property name="text-transform">uppercase</property>
    </style>
    <!-- Please end your customizations here -->
    </styleSheet>
    </styleSheetDocument>
    I noticed that there was generated a new css file under $OA_HTML/cabo/styles/cache/ afterwards.
    Then I personalized the css style of my field to be XXOraFieldUpperCase.
    But still I am not forced to use Upper case in that field.
    Any suggestions?
    Thanks JaddaMasa

    ...but now the following line is found in the file swan-desktop-custom-2_3_6_5-en-ie-windows.css:
    .XXOraFieldUpperCase,.xav {text-transform:uppercase}
    I hope this is a step in the right direction :-)
    --JaddaMasa                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • CSS - Specifically bulleted and numbered lists

    i am really struggling with the css and the bulleted and number list format.
    i have so many questions i do not know where to begin so i will start with what i think should be just plain common sense:
    1.  i originally imported a css into the robohelp 8 project and have worked for a couple of weeks trying to straighten out the styles with no success
    so today i started from scratch creating a new cascading style sheet but i have real questions about what i have created, where i can see it, how i can apply it and how it DOES NOT reflect in the toolbar styles drop down list.
    first question:
    i have a custom style sheet that clearly shows i have a list style defined called 'bullet1'.  i can see the style in my formatting pod (pane) but i do not see it in the styles drop down list on the formatting toolbar.  so why are my styles from my CSS not in the styles drop down list on the formatting toolbar and also, when i apply a style (say from the formatting pod/pane) shouldnt the drop down styles list reflect the style name when it is clicked on? For example:  i clearly applied the bullet1 style (from the formatting pod/pane) and saved the topic.  when i go and click on the bullet1 list, the style drop down on the formatting menu still says (none).  no matter what i do, the only style that is reflected in the styles drop down field on the formatting toolbar (when i click on the text) is heading1 and heading2 but other than that, any numbered or bulleted style i create and apply does not show that that style has been applied.
    second question:
    what is the difference between the formatting pod (Pane) and the styles drop down list on the formatting toolbar?  from experience with word, the styles drop down list on the formatting toolbar should reflect the current style when a character or paragraph is selected....it does not here in robohelp.
    third question:
    why does the style drop down list only show a few styles out of all of the styles that show in my CSS?
    forth question:
    can i assume that if i have a css created and applied TO ALL topics in the project that the 'formatting' pod/pane will show only those styles from that css?  i am very confused on what i am seeing in the formatting pod/pane.  are these JUST the custom styles created for a particular style sheet?  are these ALL styles available in robohelp?
    i am not liking how difficult it is to create a style (specifically bullets and numbers) , apply a style and to view the style that has been applied!
    help!
    Lori

    Hi,
    Drop down list shows paragraphs, headings and character styles. Also when you create a class style (.myclass) without a element selector, this style will show in the drop down list.
    About lists, please see:
      * http://www.grainge.org/pages/authoring/rh8/using_rh8.htm item 25
      * http://www.grainge.org/pages/authoring/rh8/rh8_lists.htm
      * http://www.wvanweelden.eu/robohelp/lists
    If you have any questions or need more help, please post back.
    Greet,
    Willam

  • How to prevent RSS Viewer web part from overriding list-item CSS style?

    I am using SharePoint Online. I have a web part page with a number of web parts with links. Font size of the links is ~12px.
    If I add an RSS Viewer web part to the page, then it overrides the 'list-item' class CSS Style to something like 8px, which is unreadable.
    To correct this I have tried the following:
    1. Added the following code to a Script Editor Web Part on same page:
    <style type="text/css">
    .item link-item
    font-size:20px !important;
    .link-item
    font-size:20px !important;
    </style>
    2. Completely deleted all XSL from the RSS Viewer web part and replaced it with very simple formatting code which format the links within the RSS web part to 16px - but still the other links are set to 8px.
    3. Linked a custom style sheet to the relevant master page and set the link-item classes in there, ensuring that it is executed after the standard SharePoint css.
    ...but nothing works!
    It appears that, as soon as the RSS Viewer web part is added to the page it overrides the list-item style and then will not release it even if all the XSL within the web part is deleted!
    On deleting the RSS Viewer from the page and saving it, the links font size returns to normal.
    Does anyone have a fix/work around for this?
    Thanks in advance,
    Jimmy

    Hi Jimmy,
    I recommend to use “.link-item a” instead as the code below to change the font size of the links:
    <style>
    .link-item a
    font-size:20px !important;
    </style>
    And I tested the code above in my environment and it worked fine.
    Best regards,
    Thanks
    Victoria Xia
    TechNet Community Support

Maybe you are looking for

  • How do I add an html link/banner to a page in my flash website?

    I purchased a flash website template and am in the process of editing my main.fla file.  In order to get listed on an advertising website with a higher rating, I have to place a reciprocal link to them on my site.  However, I cannot figure out how to

  • Can i use safary and watch on the tv

    I bought the apple tv device from my ipad can i use safary and watch on the tv

  • Iphone4 shuts down at 80% battery

    I have a iphone4 that shuts down every hour or so at about 89-91% battery.  You have to plug it into the wall to have it function.  What is wrong and how do I fix it?

  • How to opimize the canvas

    Hi, How i can increase font size dynamically according to display data. for example, the canvas has 10 lines. I have 10 record to display on that lines. 6 line is enough to display that. we do not know size of the record. record should be displayed o

  • Ora-12203 only in reports

    Hi All, I upgraded to oracle 10g running on server 2003 and trying to connect from a client running on NT 4.0, I am able to connect to database through forms 6.0 and sql but not throught report 6.0. I even copied the tnsname.ora from server to client