Upgrade from RH8 to RH10 formatting

We upgraded from RH8 to RH10 and some of the topics are not formatted. (1484 topics) There is alot of extra spacing inbetween bullets and alpha numbering.
For example:
Enter a Business    Name, if applicable. This field is not required if you    are not establishing a business account and when you provide a    first and last name. The value entered is displayed on the customer's    invoice and is limited to 30 alphanumeric characters.
What do I need to eliminate in the HTML code? And is there a way to programatically remove all the extra spaces?
Thank-you,
Michelle

I think your problem is because you are generating to a network drive. You should generate to a local drive and publish to a network drive.
I changed your start page in the project you sent to index.htm as I don't like having a start page with the same name as a topic and generated to a local drive.
Works fine. Correct formatting.
Also I would avoid spaces in a CSS file name.
See www.grainge.org for RoboHelp and Authoring tips
@petergrainge

Similar Messages

  • Upgrading from RH8 to RH10

    I'm currently using RH8 and want to upgrade due to compatiblity with Chrome browsers,   I'm not that technical and get no assistance from our dev. group and took on the project from another employee that was let go.   I just need an easy upgrade.  Therefore, I think 10 would be more appropriate than 11 for my purposes.  I have a rather large help file but quite simple.  I don't use all the bells and whistles RoboHelp has to offer. 
    I also read that I need to have RoboHelp Server to upgrade to 11.  What is that?  I use RoboHelp XML and publish to our internet server - is that the same thing? 
    Is 10 still available? 
    Your suggestions would be most appreciated. 
    Thanks,
    MP

    Paula is absolutely right that you do not need Rh Server. I don't know where you saw that Rh Server is required, it is an option if you want its additional features and if you were not using it before, you don't need it now.
    The interface is different in the sense that the colours have been changed to improve contrast, it is not a whole new layout and I doubt you will have any difficulty adjusting. If you should have any difficulty, then come back here.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • HT1338 My desktop Pro won't upgrade from it's current format of 10.5.8 it just states up to date software?

    My desktop Pro won't upgrade from it's current format of 10.5.8 it just states up to date software? Please advise my course of action!

    The first step in Upgrading... is to Snow Leopard = OS X 10.6.x
    It is Not available as a download... It is a Paid Upgrade.
    Do this first...
    Check that your Mac meets the System Requirements for Snow Leopard...
    Snow Leopard Tech Specs
    http://support.apple.com/kb/SP575
    If so... Purchase a Snow Leopard Install Disc...
    http://store.apple.com/us/product/MC573Z/A/mac-os-x-106-snow-leopard
    Other countries...
    http://support.apple.com/kb/HE57
    After the Successful Install, run Software Update to get the latest updates for Snow Leopard.
    Be sure to make a Backup of your Current System Before Upgrading...

  • Chm breadcrumbs color blue after upgrading from RH8 to RH9

    RH9, 9.0.1.232
    My project uses breadcrumbs that are generated during compiling. In RH8, the breadcrumbs would be the a.link/a.visited/a.hover color, the links would be underlined, and the topic name + greater than characters would be black. Now, the links are not underlined anymore, and the topic name +  greater than characters have changed to blue, which looks rather ugly  with the styles I use.
    RH8
    RH9
    I have tried using topic style while setting p.breadcrumbs and a.breadcrumbs to red, or not using topic style and setting the color to green (just to make sure the setting had any effect and to distinguish where the color came from). Alas, the blue stays put.
    Inserting the breadcrumbs in the masterpage works as expected. Below two different breadcrumbs are generated, the bottom one one from the master page and the top one during compile:
    The above has been generated with the following settings:
    p.breadcrumbs { color: #ff0000;}
    A.breadcrumbs { color: #ff0000;}
    A:link {
        color: #000000;
        font-weight: normal;
        font-style: normal;
    A:visited {
        color: #808080;
        font-weight: normal;
        font-style: normal;
    A:hover {
        x-on-hover: fontchange(color=#f5841f);
        color: #f5841f;
    Please note that the direct formatting is set to green AND left aligned, neither of which is used in the output. Please also note that blue does not occur anywhere in my settings (css nor direct formatting).
    Where does the blue come from?? And more importantly, how do I get rid of it?? I'd rather not fix something with master pages that wasn't broken in RH8 to begin with. And even if I'm forced to, I still want to know where the blue came from :-)

    Yep, Dutch. But our Windows installation and programs are the English variants.
    <script type="text/javascript" language="javascript">var strHref = document.location.href;
    var bc1=0;
    var n1 = strHref.toLowerCase().indexOf("642b3b9347ca42c9b00b820c00c373fa=");
    if(n1 != -1)
    bc1 = strHref.substring(n1+33);
    document.location.href = strHref.substring(0, n1);
    </script>
    <style title="hcp" type="text/css">
    <!--
    a.hcp1 { font-size:10pt;
    font-style:normal;
    color:rgb(0, 0, 255);
    text-decoration:none;
    text-align:right; }
    span.hcp2 { word-spacing:normal;
    font:6.0pt "Times New Roman"; }
    img.hcp3 { border:none; }
    -->
    </style>
    </head>
    <body>
    <p style="font-family: ; font-size: 10pt;  font-style:normal; color: rgb(0, 0, 255); text-decoration:none; text-align: right"> <a href="../../Introduction/Reference/Welcome.htm" class="hcp1">Home</a> > <a href="Mounting_the_X_Changer.htm" class="hcp1">Installation</a> > <a href="Configuring_the_barcode_reader_software.htm" class="hcp1">Configuring the Software</a> > Calibrating the barcode reader</p>
    <p style="text-align:right;" class="breadcrumbs"><a class="breadcrumbs" href="../../Introduction/Reference/Welcome.htm">Home</a> &gt; <a href="Mounting_the_X_Changer.htm">Installation</a> &gt; <a href="Configuring_the_barcode_reader_software.htm">Configuring the Software</a> &gt; Calibrating the barcode reader</p>
    Strange that in the 2nd line (the master page line) the gray specifically takes over from the red, so the css link properties override the breadcrumbs properties (whether the p.breadcrumbs is placed above or below the a.link). In the web help the reverse is true: the whole line becomes red.
    Same goes for the first line (generated during compile): the gray takes over from the blue that is specifically inserted as in-line formatting.
    In the web help the opposite occurs (as you can see from the screenshot in my previous post): the whole line becomes red (or green).

  • Upgrade from RH8 to RH9 displays error msg for images/hyperlinks

    We imported a RH8 project into RH9 on another computer. For the most part, it went smoothly; however, for some images and hyperlinks, we get the message: The image file "___.jpg" used in "______.htm" is outside of the current project and will not be shown in Project Manager.
    Additionally, there are approximately 20 broken links displayed in the Broken Links tab.
    Your suggestions would be appreciated as we have multple huge projects we need to upgrade. Thanks

    Hi there
    For each of the messages about the image being outside the project, you will need to carefully note the image file name, the topic and the location it is reporting. Then you will need to edit the topic and click on the image icon and browse to the image to choose it. That action should correct the link and copy the image into your project.
    Broken links will have to be resolved on a "link by link" basis. I was assisting someone else in a different thread and it may be of use to you. Click the link below to view that thread.
    Click here to view
    Cheers... Rick

  • Upgrade from RH10 to RH11 - cpd, failure to Close, failure to Import PDF Comments

    Hello, am looking for help with a recent conversion of a project that has been upgraded from RH8-9-10 and now trying to go into 11. Apparently when going from 10 to 11, the author had similar issues to what I am having now and had to rebuild the entire project using existing files off the published version. Issues are: cpd error message; project won't Close Project, Close, or Exit (requires Task Manager); and it will not Import Comments from PDF. On our first attempt to upgrade, we experienced more and more lost topics (had an X on them in the TOC) and finally all files were like that. Reverted to 10 at that point. Have tried removing cpd / xpj / double-clicking the hhp (?) and a few other things. Any help appreciated! Thank you.

    Before upgrading, try running Tools > Update DHTML effects in topics just to make sure.
    Make sure all files are writable and that you remove the CPD before trying to upgrade.

  • Can you format your hard-drive while upgrading from Leopard do Snow Leopard (upgrade version)?

    Hello,
    I want to purchase Snow Leopard (upgrade version) but I was planning on doing a format when installing it.
    Is it possible?
    Thank you!

    cocoazenith wrote:
    I want to purchase Snow Leopard (upgrade version) but I was planning on doing a format when installing it.
    Is it possible?
    Yes, the 10.6.3 white retail disk can upgrade 10.5 to 10.6 via the installer, but you can also hold c  or option key down while booting from the disk and use Disk Utility to Erase and then install 10.6 fresh.
    Naturally all programs and user file will be removed, so you need to backup files first and take stock of your programs that will have to be reinstalled again from original sources.
    To get the white 10.6.3 disk, call Apple via the phone, it's not sold online anymore, or search Amazon.com or amc related websites for the disk.
    Most commonly used backup methods
    How to erase and install Snow Leopard 10.6
    However if you choose to upgrade over 10.5, keeping your programs and files (backup files regardless) intact and it proceeds just fine, but want to improve the performance, you can use this method
    How to properly defrag a Mac's hard drive
    If your upgrading from 10.5 to get to 10.7 or 10.8, I don't advise it. Software Update to 10.6.8 max and stay there, your machine is too old.
    Things to consider before upgrading OS X

  • I have upgraded from 7 to 11 photoshop and am trying to organize photo in calendar format. How?

    I have upgraded from photoshop 7 to 11 and am trying to format the photos in calendar format as I did in the 7 version and can not figure out how. ?

    A lot of things changed with Elements 11, including the available display views. There is no longer a calendar view like in Elements 10 and before. The closest available is to go to the Events page (click Events in the top bar), and then switch from Events to Smart Events (just below the top bar). This will group all of your images into the day on which they were shot. However, it doesn't separated them on a calendar and leave you the blank spaces where no images were taken.

  • Upgrade from RH6 to RH8

    Hello RH Experts,
    I need advice for buying the latest version of RH8. Our company upgraded from RH3 to RH6 in 2007. Now my boss wants me to find out about RH8. He is looking for two things - Context Sensitive Capability and Self Authoring capability.
    Following are the questions and concerns I have:
    How the above mentioned two features work in RH8?
    Is it safe for me to download a trial version of RH8 because on the same PC I have RH6?
    I had recently finished creating a Web help in RH6, what would be the process if we upgrade to RH8?
    How would I implement these two features to my existing help?
    Thanks so much in advance for your help,
    Sangeeta

    RH8 has the same context senstive capabilities as your existing version.
    I am not sure what you mean by self authoring. You still have to type the topics.
    I wouldn't put the two versions on the same PC where one is a production machine. File associations will change to the new version and it would be too easy to upgrade a project, there's no way back after doing that. Better to install it on another PC and play with copies of your projects.
    When you upgrade, you simply open the project via the XPJ file, get prompted as to whether you want to upgrade the project and click Yes.
    See www.grainge.org for RoboHelp and Authoring tips
    Follow me @petergrainge

  • Formatting lost following upgrade from Dreamweaver 3 to CS4

    Hi there
    I've recently upgraded from Dreamweaver 3 to CS4 but now find that quite a bit of my formatting has been altered, particularly with tables.  Does anyone know if there's an easy way to remedy this throughout my site or do I have to go into every page and manually change font sizes etc?
    Many thanks'
    Chrissie

    Hey thanks John
    Here's the home page:   www.maristrugby.org.nz
    I've uploaded a 'converted' (to CS4) page, it's very messy but I've loaded it up for now so that you can see the problems I'm having:
    http://www.maristrugby.org.nz/events/spillane.html
    Hopefully there will be a relatively 'easy' answer!
    Thanks again
    Chrissie       :-)

  • Trouble opening project after upgrading from RH7 to RH8

    We recently loaded a RH7 project into Source Control 3.1.  All things seemed to be working well.  Until last week I was the sole user of the program and editor on the project.  Last week the IT department attempted to add a new user to the project, installing RH8.  The new user profile attempted to open the project in RH8 but we have not been able to completely open the project.  This was done before upgrading my PC from RH7 to RH8.
    We were unable to open the project (and converting) in the new profile, however when viewing the project in Source Control, it showed all the files were checked out exclusively to the new profile.  We were able to utilize the 'check in' function in SC as Admin users and checked in all the files.
    My PC was then upgraded to RH8 and I am attempting to open the project.  I received the Upgrade project dialog box. (I select 'Upgrade). I then recieve a warning 'Your project file, C:\....cpd, is corrupt and cannot be opened.  Try deleting this file and reopening the project."
    I did this and tried to open the project.  I got as far as the status bar showing the files/project was being loaded.  After several minutes the screen goes all white and the Task Manager shows that it is not responding.
    Any suggestions for this novice?
    thanks!

    Hi,
    Please try the following tech doc and see if this helps in resolving the issue or not. Make sure that you have the backup of your project before trying these steps:
    http://kb2.adobe.com/cps/528/cpsid_52862.html
    Piyush Bhatnagar

  • Has anyone come up with a step by step procedure to upgrade from RH 6 for Word to RH8?

    All my projects were made using Word 2003 and RH6 or RH4. We just upgraded to RH8, and I am getting all kind of errors. We followed the advice given in the forum, and deleted all the dot files. It got rid of the DLL message (error 49), but all the text and topics disappeared. The project opens to a blank document.
    We still have Word 2003, and do not want to upgrade.
    I do need some concrete advice urgently.
    Thanks

    The procedure does not state to delete ALL copies of the templates, those in Program Files are required.
    Did you delete the files from Program Files?
    Do you have those templates somewhere you can restore them?
    Did you have a copy of the templates in the project?
    Do you have a copy of the project from before you upgraded?
    See www.grainge.org for RoboHelp and Authoring tips

  • Since OS X Yosemite upgrade, cannot share document from pages in word format. Therefore document cannot be opened by non apple user.  How do I get around this please?

    Since the OS X Yosemite 10.10.2 update to my iMac (27 inch, Mid 2010) , I can no longer "share" a document from Pages in word format via email.  It can be sent as an att but then as "Pages"  cannot be accessed by a non apple receiver.  Please what is the answer, the old method was fast, simple and efficient.
    Out of my depth appreciate some help.

    Are you using the File > Export function? It will deposit a Word document onto your desktop (or any folder you choose) and then you can attach it to your email.

  • Upgrading from RH7 to RH8: Problem with user-defined variables

    Example:
    Before upgrade: <uservariable name=Product_name1 x-showvalue x-value=MyProduct>MyProduct</uservariable>.
    After upgrade: <?rh-udv_start name="Product_name1" ?>MyProduct<?rh-udv_end ?> .
    Notice that there is now a space before the period. Any time my UDV is followed by another letter or punctuation, there is now an extra space. :-/ Does anybody know of a way to fix this besides using FAR to search and replace every possible combination of UDV + letter/punctuation?

    Problems like that make me a whole lot happier that we upgraded from RHX5 where variables didn't exist! I think the best way forward IS to use a find and replace tool. Sorry.
    Read the RoboColum(n) for a tips,  tricks and musings on the Technical Communication Suite products.

  • Missing Snippet Descriptions (upgraded from RH7 to RH9)

    Hi all,
    I've pretty much successfully upgraded my RH7 project to RH9. I only noticed two problems, one of which is the subject of this thread - the descriptions for each of my snippets isn't displaying. It looks to me like this problem has something to do with the way descriptions were previously stored (in a title tag for RH7 and lower versions?) versus the way the descriptions are now stored (in a meta tag, i think, for RH8 and higher versions?).
    I took a look at the hts file for one of my snippets that was upgraded from RH7 to RH9. The code looks like this (I've bolded the snippet description):
    <?xml version="1.0" encoding="utf-8" ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="generator" content="Adobe RoboHelp 9" />
    <title>Use this text above the table that explains Action menu items.</title>
    </head>
    <body>
    <p style="margin-top: 2pt; margin-bottom: 2pt;">Select an action from the
    menu and click Go. </p>
    <p style="margin-top: 2pt; margin-bottom: 2pt;">&#160;</p>
    <p style="margin-top: 2pt; margin-bottom: 2pt;"><span class="NoteTitle">Note:</span>
    The Action menu may change depending on the content, the content's status,
    your permissions and what you have already accessed. Therefore, the options
    explained below may not all be available at the same time.</p>
    </body>
    </html>
    THEN, I created a brand new snippet in RH9. The code looks like this:
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="topic-comment" content="this is a new test snippet" />
    <title>New Snippet</title>
    <meta name="generator" content="Adobe RoboHelp 9" />
    </head>
    <body>
    <p>This is placeholder text for your snippet. To add content to the body,
    replace this text. </p>
    <p>&#160;</p>
    <p>For information about applying snippets to topics, press <b>F1</b>.</p>
    </body>
    </html>
    Notice how the description for the brand new snippet starts with "<meta name" but for the snippet that was created in RH7 (and then automatically upgraded by RH9), the description for the snippet starts with "<title>".
    I have 101 (exact count) snippet files and would hate to have to go into each one and modify this line of code myself, so my question is this:  Does anybody know a good, faster way to 'upgrade' all of my hts (snippet) files to follow the new RH9 format?
    Here are two things I've tried:
    1. Using TextPad, I manually made the change in the .hts file. Result: The description still does not display in the Description column in the Snippets pod (on the left in the screenshot below), but it DOES display in the Snippet Properties window (on the right in the screenshot below).
    2. Copying the description from TextPad, then opening the Properties window for the snippet and pasting the description into the Description field, and saving the snippet. This WORKS...but I'll have to do it 100 more times to fix all my snippets, AND the Title tag still ends up being incorrect.   Although things LOOK correct in the Properties window (i.e., the Name field indicates the correct name for the snippet, and the Description field now contains the correct description), here's the resulting code:
    <meta name="topic-comment" content="Use this text as the explanation for the Add To Cart Action menu option." />
    <title>Use this text as the explanation for the Add To Cart Action menu option.</title>
    So, the meta and title tags end up having the same values! The title tag should say "Add To Cart" - I don't know how it's possible that it doesn't contain this text as the value for the title tag. Thus, it seems like in order to get the descriptions in there correctly, I have to do a copy, then paste into the Properties window in RH9, but to correct the Title tags I have to open the .hts files in a text editor (i.e., *outside* of RH9) and enter the correct title text for each snippet. Is this really going to be this time-consuming to fix?

    Let's try again.
    First forget thinking in INCLUDE mode. Everything will be included unless you exclude it.
    Example.
    Topic 1 has tag A applied to the topic
    Topic 2 has tag B applied to the topic
    Topic 3 has tag A applied to some of the content (let's say to the word Redrabbit) but not the topic itself.
    Topic 4 has the tag A applied to the word Redrabbit and tag B to the word Greenrabbit but no tag on the topic itself.
    This is how it should work.
    Topic
    Topic tag
    Text tagged
    Expression Not A
    Expression Not B
    Expression Not A and Not B
    Header 6
    1
    A
    Topic will be excluded
    Topic be in output
    Topic will be excluded
    2
    B
    Topic be in output
    Topic will be excluded
    Topic will be excluded
    3
    None
    Redrabbit is tagged A
    Topic will be in output but the word Redrabbit will be excluded
    Whole topic will be in output including the word Redrabbit.
    Topic will be in the output but the words Redrabbit and Greenrabbit will be excluded.
    4
    None
    Redrabbit is tagged A and Greenrabbit is tagged B
    Topic will be in output but the word Redrabbit will be excluded
    Topic will be in the output but the word Greenrabbit will be excluded.
    Topic will be in the output but the words Redrabbit and Greenrabbit will be excluded.
    Below is the expression dialog.
    Here I have selected from Available Tags and put them in Exclude.
    Click Advanced and you will see how RH writes the expression.
    Written like that, does it now work for you?
    See www.grainge.org for RoboHelp and Authoring tips

Maybe you are looking for