Automatic application of ul/ol tags upon conversion

I wanted to ask whether it was possible to have a style (list) that would automatically map an already existing list in a Word document to an HTML (ol/ul/li) list upon conversion.  In other words, if I have a numbered list in Word as follows:
Fruits
Apples
Pears
Peaches
Could I now convert that to HTML within RoboHelp with a CSS that matches the corresponding Word style and receive an ol/li list?
I know that I can easily apply a list style from RoboHelp; however, there are a number of Word documents to convert and many have a list style as follows:
Fruits
Apples
Pears
Peaches
Citrus Fruits
Oranges
Grapefruit
With the marked difference being that Oranges and Grapefruits are numbered four and five respectively, instead of one and two.  This means that I have to start the list numbering at another number at appropriate intervals.
Any assistance on this is much appreciated.  I am using RoboHelp 10 and outputting to Web Help.

Hello xhpx,
In  your media queries your changing the .gridContainer but the #LayoutDiv1 is the same. The reason the color goes away is the media query for mobile sizes doesn't have the background color. Though I would remove #LayoutDiv1 from any media query since it doesn't need to change.
http://jsfiddle.net/gCka7/
hope this helps.
Chad Smith - BCGurus.com
also, creating a jsfiddle or just a link to the site could make it easier for debuging.

Similar Messages

  • Why can I not disable the guest user in the 10.8.2 update? I have never enabled the guest user, but after the update, it was automatically enabled with a "managed" tag. It is not selectable even after entering my admin password to unlock the options.

    Why can I not disable the guest user in the 10.8.2 update? I have never enabled the guest user, but after the update, it was automatically enabled with a "managed" tag. It is not selectable even after entering my admin password to unlock the options. I was able to select the account under "parental controls", but again, could not delete it. Why Apple? Why?!!????

    SOLVED Ok. I actually was able to disable it. I had to actually log in as the guest user to make it accessible in the preference window. Then I disabled it and logged out. Apologies if this was obvious for some people, but I have had some sort of issue with something every update since Snow Leopard.

  • PPT action buttons are not present in pdf file upon conversion

    Hi
    Am using Office 2003 (SP3) and Acrobat 8 (version 8.1.6).
    Have been using action buttons in the presentations for several years, works fine.
    When converting existing files, action buttons in both PPT show and pdf file just works, no problems.
    Newly generated presentations work fine as PPT show. But when converted to pdf file, the action buttons are simply missing.
    Have verified that all action buttons are "at front", same result.
    Have tried to avoid corporate templates by creating a blank presentation and building a small and simple navigating presentation. Again, works fine as PPT show. And again, upon conversion there are no action buttons present in the pdf file.Corporate changes thereby should be ruled out.
    Have checked all settings (including "Adobe PDF, Change Conversion Settings") between a working and a non-working PPT file, can't identify any differences.
    A colleague helped out (using Acrobat 6), same result. But upon activation of "Adobe PDF, Change Conversion Settings, Restore Defaults", the action buttons worked for him. Tried it with Adobe 8, no such luck.
    Have trialed the "Prep 4 PDF" tool, then the PDF file is complete and the "go to slide" keys appear and work again.
    All new updates available are installed, anyone experienced the same and found a fix for this trouble?

    Have tried both ways, same result.
    When working with new presentations, the pdf file is viewable, but the action buttons are not present.
    When working with past presentations, the action buttons are present and do work as expected.

  • Automate Application & Essbase Backup

    Hi Gurus
    We have done lots of things on different topics in this forum but one thing which i feel lack is Backup & Recovery Procedures. How can we automate Application & Db Backup for Data forms. Anyone have implemented it or have some clue then pls let it share on this forum.
    Thanks in advance
    SNK

    For the planning application then I would take a backup of the schema/db, this can be automated and done by your dba.
    For essbase then different backup options are outlined in :- http://download.oracle.com/docs/cd/E17236_01/epm.1112/epm_backup_recovery/launch.html
    It all depends on your backup method to how it would be automated.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Infrastructure Navigator Automatic Application Definitions failing

    When I attempt to Add Automatic Application Definitions I get the following error:
    Unable to add the application definition. An unknown error has occurred while trying to retrieve data from the Navigator server.  Ensure that the Navigator server is up an running.
    I have also found the majority of the vms in our environment show Access failed.  An unknown error has occurred.
    I am not sure which logs should be reviewed to provide some clues to these issues.
    Any ideas or thoughts would prove helpful!
    BTW our version is 2.0.0.398.  I hope to upgrade to 5.5 some time next month so I will be able to upgrade to 5.8 but don't want to carry issues like this forward!
    Any ideas?  Thoughts?

    Hi GAlit,
         Thank you for checking this post out!  How would you like me to send the tgz file? If possiible, I would rather not post the file publicly since i have not had a chance to review the files contained in the bundle.
         Please let me know how I can get the file to you!
         Thanks again for the reply!

  • How do I remove automatic margins when using list tags?

    Hi there,
    i'm trying to create a list of links on my webpage using Dreamweaver CS4. I've created a .li tag using CSS so that no bullets/numbers show up and i've then created .ul a:link, ul a:hover etc compound tags to make all list items into rollovers.
    However, the text in the lists indents automatically (as if I have set some sort of margin) and is thus, out of line with the text above it. No margin/padding is set in any of the CSS elements so I am confused.
    Any help would be appreciated.

    yeah sure...
    code:
    </head>
    <body class="twoColFixLtHdr">
    <div id="container">
      <div id="header"><img src="../images/navbar_footer/navbar_ips.gif" alt="International Project Space" width="334" height="90" border="0" /><img src="../images/navbar_footer/navbar_ex.gif" width="128" height="90" alt="IPS- Exhibitions" /><img src="../images/navbar_footer/navbar_pro.gif" width="148" height="90" alt="IPS- projects" /><img src="../images/navbar_footer/navbar_info.gif" width="142" height="90" alt="IPS- Info" /></div>
      <!-- end #header -->
      <div id="sidebar1"><!-- end #sidebar1 -->
      </div>
      <div id="mainContent">
      <ul>
        <li><a href="../index.html">Current</a></li>
        <li><a href="../index.html">Forthcoming</a></li>
        <li><a href="../index.html">Archive</a></li>
        <li><a href="../index.html">NOICES</a></li>
      </ul>
      <!-- end #mainContent --></div>
    <!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats -->
    <br class="clearfloat" />
      <div id="footer"><img src="../images/navbar_footer/footer.gif" width="193" height="80" alt="IPS- Contact Us" />
      <!-- end #footer --></div>
    <!-- end #container --></div>
    </body>
    </html>
    CSS:
    @charset "UTF-8";
    body  {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #666666;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000000;
    .twoColFixLtHdr #container {
    width: 780px; 
    background: #FFFFFF;
    margin:0 auto;
    text-align: left;
    .twoColFixLtHdr #header {
    margin: 0;
    background: #FFFFFF;
    padding: 0 0px 0 0px; 
    .twoColFixLtHdr #header h1 {
    margin: 0;
    padding: 0px 0;
    .twoColFixLtHdr #sidebar1 {
    float: left;
    width: 334px;
    background: #FFFFFF;
    padding: 0px;
    height: 529px;
    .twoColFixLtHdr #mainContent {
    margin: 0 0 0 334px;
    padding: 0 7px;
    .twoColFixLtHdr #footer {
    background:#FFFFFF;
    width: 334px;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0px;
    .twoColFixLtHdr #footer p {
    margin: 0;
    padding: 10px 0;
    .fltrt {
    float: right;
    margin-left: 8px;
    .fltlft {
    float: left;
    margin-right: 8px;
    .clearfloat {
    clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    ul a:link {
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    ul a:visited {
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    ul a:hover {
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    color: #F00;
    li {
    list-style-type: none;

  • Access OS environment variable to be used in automatic application login

    I want users to login to an APEX application automatically using the username that is stored in an OS environment variable. I already tried owa_util.print_cgi_env, but that does not contain the values I need.

    Hello,
    Sounds like you're trying to do NTLM authentication? Take a look at the whitepaper -
    http://www.oracle.com/technology/products/database/application_express/pdf/apex_ntlm_authentication_wp.pdf
    John.
    http://jes.blogs.shellprompt.net
    http://www.apex-evangelists.com

  • WebLogic 10: Custom Tag type conversion issue

    I have a tag file wherein I define an attribute to be of type "mypackage.SuperClass". At runtime this tag gets passed an instance of "mypackage.SubClass" where SubClass is a sub-class of SuperClass.
              Now this should and does work fine in WebLogic 9.2 but in 10 it gives this error:
              Cannot convert <toString output of SubClass> of type class mypackage.SubClass to class mypackage.SubClass                    I appreciate any help to resolve this issue.
              Thanks,
              Keyur

    This table has about 2 million rows.There is a date field in the table which comes as a 'nvarchar' in sql .When i try to convert it to a 'datetime' , i get an error as operation timed out..
    Refer below example.
    declare @x datetime
    set @x = '1/01/2006 12:00:00 a.m.'
    -------BELOW ERROR WILL BE DISPLAYED
    Msg 241, Level 16, State 1, Line 3
    Conversion failed when converting date and/or time from character string.
    Rather the format of datetime should be,
    set @x = '1/01/2006 12:00:00 AM'
    WORKAROUND,
    declare @x datetime
    set @x = REPLACE('1/01/2006 12:00:00 a.m.','.','')
    Regards, RSingh

  • Disable automatic Application Manager grant when creating an application

    Hi all,
    If an admin user (administrator privileges in Essbase directly - shared services not used) creates an application in Essbase, the user automatically gets an Application Manager grant for this application.
    This makes no sense in our environment and especially makes no sense as the user is already an administrator and has full access to Essbase.
    Is there any way to disbale this?
    Thanks and kind regards,
    Thomas

    Hi Cameron,
    many thanks for your answer.
    Well let me explain a little bit further:
    I created an own security module which manages the whole security in Essbase. I get the grants from a corporate system and then just apply them by some definitions natively in Essbase using filters etc.
    To make sure the grants on the server are exactly the same as the grants that get delivered to me, I export the complete security in Essbase using MaxL and import it to a relational DB. I then check whether there are any grants which shouldn't be there and vice versa.
    If now an admin user creates an application, he gets an additional application manager grant for this application. He does not loose his admin permissions.
    Now in my check this application manager grant pops up as this grant is not in the corporate system but created Essbase internally when a application is created.
    If I export the complete security this application manager grant is there.
    I would like to get rid of these errors in my check. Also it makes no sense that an admin user gets an Application Manager grant because he already has that permission as an admin user.
    I already searched the documentations but didn't find a setting to disable this behaviour of Essbase.
    Btw. Essbase version is 11.1.1.3.
    Maybe someone of you guys know if there is any chance to do this - if not, I have to find another solution.
    Thanks and kind regards,
    Thomas

  • Application.xml - Unknown Assembly Tag

    Hello:
    Has anyone encountered the error:
    05/11/18 10:01:39 Error instantiating application at ..... Unknown assembly tag in file:..... <library>
    This happens when I start up the oc4j application server...
    I am positive that it happens because of the following line in my application.xml file:
    <library path="../bvp-web/WEB-INF/lib"/>
    When I take that line out, the applicaiton starts up fine.
    Does anyone have any thoughts as to why I am getting that error? Isn't <library> a tag that is expected to be in the application.xml file?
    I need that line in there since my jsps refer to classes that are in that directory.
    Thanks for your help.

    <library> tag only applies to the orion-application.xml in META-INF/ of a j2ee application or the j2ee/home/config/application.xml, which is actually the orion-application.xml of the default application of oc4j.

  • Automatically pick material master unit of measure conversion to routing

    I maintain finish goods conversion factor in material master u201CAdditional Data: Unit of measureu201D as M to KG and basic unit of measure for finish good in material master is in KG.
    I attached multiple operations for the finish goods material in routing.
    Some operations base unit of measure is M and others its KG.
    I want to pick material master unit of measure conversion automatically when Iu2019m creating routing for the finish good material in ca01. (Unit of measure conversion for header and operation of the operation)
    Can anyone letme know the SAP configuration for this.

    Hi!,
    Please expalin about the purpose of this requirement, because when you will create a order using that routing, at that time system will definately do the unit conversion automatically.
    Regards,
    Uday

  • [DWM] List applications and switch to tag

    I'm having troubles with keeping track of my applications in DWM.
    Is there any way to run a command and figure out:
    1) My running applications (xlsclients maybe?)
    2) More importantly, which tag a given window is in
    3) Finally, switch to that tag to view the window.
    My final goal would be to incorporate it in dmenu, if possible.
    My knowledge of C is quite limited, but I'm fluent in Bash/zsh, so would prefer a scritable solution.

    jasonwryan wrote:Just a thought. Carry on regardless...
    And so I did. I just hacked a script that actually does this. It depends on xdotool and dmenu.
    plugin-container is removed, since it's flash running inside Firefox in my case.
    #!/bin/bash
    # Search through open programs and switch to their tag
    application=$(
    # List all running programs
    xlsclients |\
    # Fix Virtualbox and LibreOffice
    sed -e 's/.*VirtualBox/foobar virtualbox/g' -e 's/.*soffice/foobar libreoffice/g' |\
    # Remove flash from results
    grep -v "plugin-container" |\
    # Show only app-names
    cut -d" " -f3 |\
    # Pipe to dmenu ($@ to include font settings from dwm/config.h)
    dmenu -i -p "Switch to" $@
    # Switch to chosen application
    case $application in
    gimp | truecrypt)
    xdotool search --onlyvisible -classname "$application" windowactivate &> /dev/null
    xdotool search ".*${application}.*" windowactivate &> /dev/null
    esac
    Last edited by graph (2013-01-03 10:54:50)

  • Automate application optimization

    Hi,
    is there a way to automate/schedule the application optimization?
    Thanks

    Hi,
    Yes, it is available in 7.0. If you don't find it under you particular application set, you'll have to copy paste the one that's delivered standardly with BPC in ApShell. It's located into: C:\BPC\Data\Webfolders\ApShell\PLANNING\DataManager\PackageFiles\Examples.
    Then, you'll have to copy and paste it under your application set/application, and then reference it via the Organize package list menu.
    Hope this will help.
    Best Regards,
    Patrick

  • Unable to automatically assign batch numbers in REM upon confirmation

    Hi expert,
    I did all required configuration:
    the batch level is Material (OMCT)
    internal Batch Number Assignment is activated (OMCZ)
    Define Batch Creation For Mvt is set to C for type 131
    Define Initial Creation of Data for Batch Master Transactions is set to C for my material type
    the indicator for BM is set in the view Plant Data/Storage Location for the material/SL
    But still when I confirme my production with MF42N, the system is not getting the internal number range for the batch.
    Any idea why?

    Hi,
    U can assign the Batch Number for Finished material at MFBF screen . For Components batch number check with "Postwith correction screen " of MFBF. If u set bacth search procedure at REM profile batch number for Components will com automatically.
    SPRO>LOGISTICS>PRODUCTION>REM>BACKFLUSHING>MAINTAIN GLOBAL SETTINGS FOR CONFIRM. & LIS> BATCH CLASSIFICATION ACTIVE FIELD.
    Use the field value as '1'.
    Maintain Batch search procedure at control data tap2 in REM profile (SPRO) which will be assigned to Finished material.
    Please try and come back.
    Regards,
    R.Brahmankar

  • Strange bug: Acrobat 9 deletes words upon conversion from Word doc

    Situation: converting from MS Word 2007 (SP2) to Acrobat 9 Standard (v 9.2.0) in WinXP.
    I've tried this repeatedly. The first word in multiple headings disappear when converted to PDF (they remain in the Word doc, but don't exist in the PDF that was produced from the doc).
    Example: "Correlation Analysis" becomes " Analysis".  This is happening to the text of every "Heading 2" style heading. All the other headings are unaffected.  Does anyone know why this is happening?
    This is insidious because we assume that the finished doc matches the original one. So now I have to also proof the Adobe conversion for unexpected deleted words?
    In the meatime, I'll return to Adobe 8 to do these conversions.

    I see a similar problem being reported in this posting:
    http://forums.adobe.com/message/2370280
    No resolution there either.
    Regarding your suspicion that it may be related to Word, what contradicts that is the fact that the full text of the header appears in the resulting PDF bookmark!!  However, the first word of the text is missing from the heading in the PDF (though it remains in the source Word doc).
    Also, I am NOT referring to the page header or footer.  I'm referring the text heading in the body of the document. In my case, only the "Header 2" styled headings are affected.

Maybe you are looking for