Stylesheets and applying to imported Word docs. (RHx5)

I've been reading a comments about style sheets, importing Word docs and formatting issues (in regards to importing Word docs and pre-determined styles/bullets/numbering).  I also saw that someone was trying to create a css outside of RH and was having issues.  This leads me to a couple of questions.
1.  When importing Word docs, does RH create a separate css for each doc, or is there an option to not have this occur when performing the import process?
2.  If I am understanding css', you should only have one per project, if you want all of html pages to appear identical, correct?
3.  What do you do if you've made the mistake of having several different css' out there, making everything appear funky?  Can you create a new project and import the documents without the css and apply a new css (created in the new project) to all of the html files?  Will this assist in correcting a lot of the spacing, bullet and numbering problems?
4.  Can I view the default css and edit it?
I think I have a big problem on my hands.  I was trying to make things easier for SMEs who were designated to write procedures in Word by creating the pre-defined formats.  After reading PG's pages, I sunk into my chair.  I was having the problems he mentioned.  I tried to edit some of the pages in the html editor and appear to have made them worse.  I was trying to simplify the code a little (with what knowledge I currently have with html, which is minimal).  I am fortunate that I only have about 200 documents that could be impacted.  Any comments/suggestions are greatly appreciated.
Rob

1] When importing Word docs, does RH create a separate css for each doc, or is there an option to not have this occur when performing the import process?
That's the way it is, no option.
2.  If I am understanding css', you should only have one per project, if you want all of html pages to appear identical, correct?
With the "if you want them identical" proviso, you would only have one CSS but you don't have to have them all identical. That is your call.
3.  What do you do if you've made the mistake of having several different css' out there, making everything appear funky?  Can you create a new project and import the documents without the css and apply a new css (created in the new project) to all of the html files?  Will this assist in correcting a lot of the spacing, bullet and numbering problems?
It's not a mistake but if you want to get out of that situation, you need to do some cleaning up. The first step will be to create a CSS that contains all your existing style names, note I say names. Each of your CSS files will have a variety of styles but let's make it easy for this explanation. One has H1, H2, P and P.Note (a class) while another has One has H1, H2, P and P.Warning (a class). Now let's say you have just two topics, one has CSS_1 and one has CSS_2. The H1, H2 and P styles may be the same or different but assuming they are different, you now want them to be the same so what you want is a CSS with H1, H2, P, P.Note and P.Warning. You could then apply that to both topics and all the content would be displayed as defined in CSS_3. Obviously the real task is bigger but the principals are the same.
The way I would tackle it is to create a new CSS and copy in the styles from the biggest of your existing CSS files. Then I would look at the others and copy in any styles that are not already in. That gives you all the style names, albeit with the wrong appearance. Then you start working through the styles to get them right. It is not as bad as it sounds. I recommend using Top Style from http://www.bradsoft.com. There's a free version that only opens one CSS at a time but you can see what you are doing with it. The others can be open in Notepad.
4.  Can I view the default css and edit it?
Yes.
I think I have a big problem on my hands.  I was trying to make things easier for SMEs who were designated to write procedures in Word by creating the pre-defined formats.  After reading PG's pages, I sunk into my chair.  I was having the problems he mentioned.  I tried to edit some of the pages in the html editor and appear to have made them worse.  I was trying to simplify the code a little (with what knowledge I currently have with html, which is minimal).  I am fortunate that I only have about 200 documents that could be impacted.  Any comments/suggestions are greatly appreciated.
Next time you need input from the SMEs, output to one Word template from RH so that they all have the same appearance. Their job is provide content so the styles are irrelevant to them.
Yes you've got some work but it isn't too massive. Hope this helps.
See www.grainge.org for RoboHelp and Authoring tips

Similar Messages

  • Notes App That Can Import Word Docs and Record Audio

    I have Pages now which you can import Word docs to.
    I have another app that can record audio and take notes, but you can't import documents.
    Is there an app that does both? Import Word docs that I can edit and then also record audio at the same time?
    Thanks!!

    Yes you can use Pages for Word documents and transfer the files as Word documents to iTunes and then to your desktop via file sharing. I use it. Frankly I haven't paid attention to any of the spell check features at all so I can't say for sure that it will work the way that you want it to work.
    From everything that I have read about Pages v Documents to Go, I was under the impression that Docs to Go was the much better choice for all around compatibility with Word files. Actually, Pages has some issues going from Pages on the iPad to Pages on the Mac in terms of compatibility and formatting.

  • Need to re-tag some Para styles of imported Word docs

    I'm hoping someone can help. I have a fairly modest-sized help system that is created from imported Word Docs (Office Word 2003). These documents use conventional paragraph styles (Heading 1, Heading 2, etc.).
    In my RoboHelp X5 project, I've created a custom CSS file that I apply to the imported Word docs. After importing any of the docs, some of my paragraph styles become misaligned: for example, my Heading 3 paragraphs are flush with the left margin, rather than indented as they should. When I click inside the mis-aligned paragraph, I see that the paragraph is indeed tagged as Heading 3. At fist I thought it might have been my CSS file style definitions, but they appear to be fine. In fact, all I have to do to correct the paragraph alignment is to reassert the tag (ie From the RB Project window, click the para (the fomating combo box reads Heading 3), reselect (reapply) the style (Heading 3), and then select "Reapply formatting  of the style to the selection" from the Update/Reapply Style dialog. RH then correctly applies the alignment defined for the style in my CSS. Note, this appears only to be an alignment issue; the fonts and other attributes always seem to work on import. Unfortunately, I have to do this hundreds of times because I seem to have several styles that need retagging after import.
    Any ideas? I downloaded a trial copy of RB 8, hoping this was peculiar to X5, but RB8 behaved the same way.  If it's any help, I've pasted the HTML coding for a Heading 3 paragraph, 1) just after import 2) the para after Heading 3 style was reasserted. For some reason RH is "margin left" and "text-indent" attributes.
    1) Immediately after import
    <h3 style=
    "margin-left: 40.3pt; text-indent: -40.3pt;">2.2.1<span style="font: 7.0pt 'Times New Roman';">     
    </span>Using the Stylus</h3> 
    2) After retagging as heading Heading 3
    <h3>
    2.2.1<span style="font: 7.0pt 'Times New Roman';">     </span>Using the Stylus</h3>
    Thanks.....rob

    Judging from the excess spacing between the "2.2.1" and the H3 title, I suspect that your Word file has a tab set in there. I believe replacing the tab with one or two spaces should import the file without the indent.
    As to the font (span) tagging, are you sure that your Heading 3 style in Word is the original, default Heading 3, and not some re-styled Heading 3 based on Normal or something else, or a "Heading 3 + Font: 7 pt, Times New Roman", which would indicate inline modification of the style rather than a global replacement of settings for the style? I've never seen RH add span tagging unless it encounters non-standard styles in the base document.
    Select a test .doc file. Before importing it to RH, try these:
    Use Format Painter in Word to manually re-style any non-standard paragraphs.
    Do not attach a .css to the Word file, only to the resulting RH topic.
    Do you see a difference?
    Good luck,
    Leon

  • Importing word docs into i-tunes?

    how can i import word docs into i-tunes? I try to drag the file to the icon in i-tunes, but it wont take.
    Thanks

    go to my computer look for the icon with your ipod name
    double click that and if u see the folder notes then drag your doc into that
    it will work

  • Pages 09 Version 4.0.3 has stopped importing Word Docs

    Until a week or so ago Pages would import Word Docs (.doc) without a problem, it now fails giving a message "the document was created with an unsupported version of Word". As this message appears agains all .doc, created from 2001 (whatever that version was) through 2009 created in Word 7, there appears to be a real problem.
    Would best course of action be to trash the application and reinstall?

    So, there is really something odd in the shared part of the system.
    It may be that something is missing or weird in the set of shared Frameworks items :
    If it's that, the only available soluce is to re-install iWork and update it with the late updater.
    It may also be a problem with files belonging to the System itself.
    Run a tool like the free Onyx available from :
    www.titanium.free.fr/index_us.html
    and ask it to
    repair permissions
    clean caches.
    It may solve the problem but I can't guarantee. There are so many components in the operating system that it's difficult to guess which is the wrongdoer.
    Yvan KOENIG (VALLAURIS, France) samedi 3 avril 2010 18:36:29

  • Importing Word doc into Previously Existing Project Corrupts Related Topics

    Hi,
    I had a few extra topics that I documented in a Word document
    and imported that document into an existing HTML Help project in
    RoboHelp. After doing this, it used the CSS file called by the new
    folder it added for those new topics (based on the name of the
    imported word doc) and when I look at topics in WYSIWIG, the text
    on them is Design_Time Con. (I used the text only style of related
    topics). When I select the related topic button in WYSIWIG and view
    the popup, the menu choice for properties is deactivated so I can't
    even edit the topics in them. And, when I try to add a new related
    topic, it looks the same "corrupted" way.
    What am I going to do? Is there are project setting that is
    pointing to the wrong directory? What can I do to save my related
    topics. I have over 400 topics all with related topics buttons and
    each has an average of 6-8 related topics listed.

    P.S. I also tried creating a new project and importing the
    htm files into it but it is doing the same thing.
    Here is the code for the Related Topics in one of the topics
    as a sample:
    <!--Metadata type="DesignerControl" startspan
    <object
    CLASSID="clsid:FF80F713-5DC6-11d0-A7B4-00AADC53E937"
    ID=RelatedTopics
    BORDER=0>
    <param name="_Version" value="65536" >
    <param name="_ExtentX" value="2117" >
    <param name="_ExtentY" value="556" >
    <param name="_StockProps" value="13" >
    <param name="ForeColor" value="0" >
    <param name="BackColor" value="14215660" >
    <param name="UseButton" value="0" >
    <param name="UseText" value="-1" >
    <param name="ControlLabel" value="Related Topics" >
    <param name="UseIcon" value="0" >
    <param name="Items" value="About the Main Work Pick
    Window;About_the_Main_Work_Pick_Window.htm$$**$$About the Picking
    Employees Grid;About_the_Picking_Employees_Grid.htm$$**$$Adding a
    Part-Time Employee
    Pick;Adding_a_Part_Time_Employee_Pick.htm$$**$$Adding a Work
    Pick;Adding_a_Work_Pick.htm$$**$$Changing the Employee Pick
    Order;Changing_the_Employee_Pick_Order.htm$$**$$Choosing the List
    of Picking
    Employees;Choosing_the_List_of_Picking_Employees.htm$$**$$Defining
    the Main Pick
    Information;Defining_the_Main_Pick_Information.htm$$**$$Pick Status
    Codes;Pick_Status_Codes.htm$$**$$Picking Extra
    Work;Picking_Extra_Work.htm$$**$$Picking Special
    Days;Picking_Special_Days.htm$$**$$Reviewing Master List
    Positions;Reviewing_Master_List_Positions.htm$$**$$Saving the
    Pick;Saving_the_Pick.htm$$**$$Selecting an Employee and Beginning
    the
    Pick;Selecting_an_Employee_and_Beginning_the_Pick.htm$$**$$Selecting
    Imported Rosters;Selecting_Imported_Rosters.htm$$**$$" >
    <param name="Image" value="" >
    <param name="FontInfo" value="Arial,8,0,," >
    <param name="_CURRENTFILEPATH"
    value="\\cronos\Usr\kwatson\Operations Guide\TeleDriver Operations
    Guide Draft 1 for Import into Help\Adding_an_Extraboard_Pick.htm"
    >
    <param name="_ID" value="RelatedTopics" >
    <param name="UseMenu" value="-1" >
    <param name="Frame" value="" >
    <param name="Window" value="" >
    </object>--><OBJECT
    CLASSID="clsid:ADB880A6-D8FF-11CF-9377-00AA003B7A11"
    ID="RelatedTopics" TYPE="application/x-oleobject" >
    <PARAM NAME="Command" VALUE="Related Topics,MENU">
    <PARAM NAME="Font" VALUE="Arial,8,0,,">
    <PARAM NAME="Item1" VALUE="About the Main Work Pick
    Window;About_the_Main_Work_Pick_Window.htm">
    <PARAM NAME="Item2" VALUE="About the Picking Employees
    Grid;About_the_Picking_Employees_Grid.htm">
    <PARAM NAME="Item3" VALUE="Adding a Part-Time Employee
    Pick;Adding_a_Part_Time_Employee_Pick.htm">
    <PARAM NAME="Item4" VALUE="Adding a Work
    Pick;Adding_a_Work_Pick.htm">
    <PARAM NAME="Item5" VALUE="Changing the Employee Pick
    Order;Changing_the_Employee_Pick_Order.htm">
    <PARAM NAME="Item6" VALUE="Choosing the List of Picking
    Employees;Choosing_the_List_of_Picking_Employees.htm">
    <PARAM NAME="Item7" VALUE="Defining the Main Pick
    Information;Defining_the_Main_Pick_Information.htm">
    <PARAM NAME="Item8" VALUE="Pick Status
    Codes;Pick_Status_Codes.htm">
    <PARAM NAME="Item9" VALUE="Picking Extra
    Work;Picking_Extra_Work.htm">
    <PARAM NAME="Item10" VALUE="Picking Special
    Days;Picking_Special_Days.htm">
    <PARAM NAME="Item11" VALUE="Reviewing Master List
    Positions;Reviewing_Master_List_Positions.htm">
    <PARAM NAME="Item12" VALUE="Saving the
    Pick;Saving_the_Pick.htm">
    <PARAM NAME="Item13" VALUE="Selecting an Employee and
    Beginning the
    Pick;Selecting_an_Employee_and_Beginning_the_Pick.htm">
    <PARAM NAME="Item14" VALUE="Selecting Imported
    Rosters;Selecting_Imported_Rosters.htm">
    <PARAM NAME="Text" VALUE="Text: Related Topics">
    </OBJECT>
    <!--Metadata type="DesignerControl" endspan-->

  • Importing Word Docs after recent upgrade

    I have RoboHelp Version 8.0.2.208 and importing Word docs (Word 2003 Pro) had worked perfectly. Recently, I leapt forward a couple versions to Word 2010 Pro and now when I try to import Word docs, I get the "Import Word Document Wizard cannot locate a supported version of Microsoft Word" error message. I get this message whether I try to import .doc or .docx documents.  I also cannot generate a PDF: get a "Cannot find Microsoft Word installed on your system" message.
    Any ideas on how to fix?

    Hello again
    Sorry. There actually is another option, but given the fact you are using an upgraded Word I figured it wasn't worth mentioning. The other option is to reinstall Word 2003 and use it alongside Word 2010. I'm not sure, but Peter Grainge may have info on his site on how to do this.
    Click here to visit Peter's site
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • How can I transfer text and format from a Word Doc to a new Pages Doc?

    How can I transfer text and format from a Word Doc to a new Pages Doc?

    Select, and Copy in the Word doc and Paste in the Pages doc. It may not be perfect. Importing (Opening) the Word doc is probably better than using Copy/Paste for large amounts of content.
    Jerry

  • Importing Word docs to pages via PC

    Hi - can anybody help me? I would like to use pages to edit Word documents on my ipad. Now this seems to be straightforward from a Mac, but I cannot get it to work from my PC. According to the instructions, you drag and drop (or use import) into i-tunes, then sync. However, i-tunes refuses to accept any Word documents that I try to drag into it (whether ipad is plugged in or not).
    What am I doing wrong?
    Thanks

    I don't know where you saw anything about using drag-and-drop to import Word documents. To the best of my knowledge, that doesn't work. Here are the steps given in the Help:
    1. Connect your iPad to your computer and open iTunes on your computer. After a moment, your iPad appears under Devices on the left side of the iTunes window.
    2. In iTunes, select the name of your iPad and click Apps.
    3. Scroll to the bottom of the Apps window and select Pages (in the Apps list under File Sharing).
    4. Click Add, and then locate the document you want to import in the “Choose a File: iTunes” window that appears.
    5. Select the file and click Choose.
    (you at this point need to allow your iPad to sync - DS).
    6. Open Pages on your iPad.
    7. In My Documents view, tap (the folder icon).
    8. Tap the name of the document you want to import. The document opens.
    Hope this helps.

  • When i import a word.doc and open on my iPad in  Pages, and then later export and reopen as a word.doc on my PC, hyphenation is lost

    when i import a word.doc to my iPad in Pages and then, later, export back to my PC as a word.doc, why does hyphenation disappear?

    Perhaps it would work better if you use one of the apps specifically designed to interface with MS Word, instead of Pages which has to convert everything in and out.

  • InDesign refuses to import Word doc

    Hello.
    Ran into a strange one today.  I have 27 word docs to assemble into a book.  Most of them import (Command "D") perfectly. But 6 of the docs have an end note styled into a table.  When i import these i get the import options box but when i'm finished there the rainbow wheel comes up and then... nothing.
    On my import options dialogue box i have everything on the "Include" field checked, For formatting i have "Remove Styles" checked and local formatting preserved.  I've also tried it with Preserve Formatting from Text and Tables but it's the same result.
    This isn't a huge deal because I can spend a little extra time and just reassemble the tables by hand in InDesign.  But what's got me doubly perplexed is that when i go to copy the content from the Word doc and paste it into InDesign all the formatting is retained except for "superscript"  My client has his footnotes marked in superscripted arabic numerals. But when i paste them into the InDesign document they are lowercase, full-size roman numerals.
    So I think there must be some import preference somewhere that's making this happen.  Any ideas?
    Erik
    Message was edited by: ej 5000
    Having some similar issues in regards to font attributes that are very strange to me.  I hope it's something obvious that you can point to. When i import some Word documents into an InDesign CS4 document the font families are changed.  The original Word document uses an Arial font with local overrides for bold and italics.  When i import it I am told that "Calbri" is missing in four different flavors: regular, bold, italic and bold italic.  But Calbri is not anywhere in the original document. No problem right, I mean just use the Missing Font dialogue box to replace the fonts with the ones used in the InDesign document (Cronos MM).  But even though i've specified the fonts that are to be replaced what comes in is ONLY Cronos regular and even though i replaced bold with bold everything is of the regular weight.  Bleh.
    And when i copy from the original Word doc (Arial font) and paste it into InDesign it by default pastes it as Times (TT) and again all formatting is lost. 
    Is my InDesign CS4 set up wrongly?  Is there some preference hidden away that's tweaking all of this?  I know i'm asking a lot of questions, including the original tables import question, but if anyone has any insight i would kiss your feet.

    I think that I can gin up some rough answers for you; no foot-worship, please. In reverse order, because your last questions are the least indeterminite:
    And when i copy from the original Word doc (Arial font) and paste it into InDesign it by default pastes it as Times (TT) and again all formatting is lost. 
    I have pasting set up to be stripped of all styles; I paste raw text only. You might not be pasting raw text; the setting is in the Clipboard Handling section of the preferences. If you are pasting raw text, then look inside your Basic Paragraph style; I'd bet that when you paste you are acquiring the settings of Basic Paragraph. To prevent this, only paste text into a text frame where there is already styled text.
    The original Word document uses an Arial font with local overrides for bold and italics.  When i import it I am told that "Calbri" is missing in four different flavors: regular, bold, italic and bold italic.  But Calbri is not anywhere in the original document. No problem right, I mean just use the Missing Font dialogue box to replace the fonts with the ones used in the InDesign document (Cronos MM).  But even though i've specified the fonts that are to be replaced what comes in is ONLY Cronos regular and even though i replaced bold with bold everything is of the regular weight. 
    Um, do you have any footnotes, endnotes, TOC, or index in these Word docs? You can highlight all the text in Word and change it to Arial or Cronos or whatever, but there are some Word features (for example, automatically generated footnote numbers) that are given styles that are carefully hidden from the end user. You have to dig really deep into Word in order to find 'em. They can use whatever font is specified in the style.
    Also, I think I must be misreading your post, or you must have posted something misleading, because I can't tell if your Word doc is set in Arial or Cronos. It sounds like you're trying to replace Arial Bold with Cronos Bold with Find Font in ID and getting Arial Bold replaced with Cronos Regular. Which is odd, but I don't want to try explaining that until I'm sure I understand your question.
    So, you're removing styles, but preserving overrides. That will keep the manually applied italics and bold, but you'll lose all of the styles. You must be doing this on purpose. What do you get out of it? Because, if you're stripping all styles, then the formatting applied is either coming from InDesign or coming from Word. If it's coming from ID, you should ask yourself "what's in my paragraph styles?" because that is where Calibri will be hiding. If it's coming from Word, you should ask yourself "what is being hidden by the "Normal" style?" Because if your Normal style is Arial text, it's getting stripped out when you place the document.
    I really can't figure out your initial question at all. I would guess that, going back to the beginning of my post, you have ID set up to copy styles and formatting on your clipboard. I've always hated that and have no idea how it works, but I would guess that the superscript footnote numbers are not actually superscript numbers with styles manually applied, but more Word auto-symbol styling that is concealed from the end user. That kind of stuff crashes InDesign - it also crashes Word too, when it gets even a tiny bit broken.

  • Placing and then splitting a Word doc

    I have a long (for me) and pretty messy Word Doc that I need to bring into InDesign and turn into a 32 page report. It is a continuous doc with 7 sections.
    When I bring into InDesign (place and shift+click) it creates a continouos multipage InDesign file that flows from beginning to end in a chain of text boxes.
    Not sure how this is going to end up or where the page breaks are going to be, especially when I start reformatting and resizing the text and inserting images.
    What I would like to do after import is to split the 7 sections at section end (so that section 1 is a chain of text frames, section 2 is a chain of text frames etc etc.). That way if I make changes in the first section it isn’t going to have a knock on all the way through the doc to the end.
    If I use the Breakframe Applescript that is bundled in the script palette it seems to break the links between every text box. I suppose i could then laboriously go through an relink the boxes in Section 1, Section 2 ext but this seems quite painful.
    Is there a way to achieve this? If not what would be good practice to bring the Word Doc in in defined chunks?

    You can apply a paragraph style with keep option: On Next Page to each section title, and that will keep every section start on a it's own page even if you make any change.
    Another option you can create book document:
    InDesign / Creating book files
    http://help.adobe.com/en_US/indesign/cs/using/WSa285fff53dea4f8617383751001ea8cb3f-6ccaa.h tml

  • More than heading 3 in Split on Style when importing Word doc?

    Hi
    I hope that you can help me. My Word document (Windows XP)
    has Heading 4 style.
    When I import the word document into RoboHelp 7 HTML, the
    Split on Style box only has Heading 1, 2, and 3. Why doesn't
    Heading 4 show up? Can RoboHelp 7 split topics on Heading 4 or more
    styles on import? If so, how?
    Thank you for your help.

    Hi, all,
    I am so confused! I was wondering, dyhw, if you
    figured out this situation?
    I also have a Word 2003 document that has a fairly clean
    template and 4 heading levels: Heading 1, Heading 2, Heading 3, and
    Heading 4. The Word TOC generates just fine.
    When I import into RH 7, I tried with "preserve heading
    levels" both off and on; "convert TOC" both off and on--no luck.
    What is happening is that although Heading 4 topics are created in
    the TOC, there is no separate HTM file--the topics are appended to
    the Heading 3 (book).
    On import, the "Split on Style" dialog lists in the "Create
    new topics based on" checkboxes only H1, H2, and H3--as well as
    TOC1, TOC3, TOC4, and BodyText (???). Where is Heading 4? And what
    does "Rename style (F2)" do? I tried to use that to rename TOC4 to
    Heading 4, but that didn't seem to change anything.
    I am *very* confused as to how to import my Word doc and
    actually see generated Help--and I haven't been able to apply my
    skin, either--but I guess that is another topic in the forum...
    Any help, guidance, etc. will be gratefully accepted! I have
    looked at the topic referenced in this thread and couldn't see
    anything listed that I haven't already tried.
    Thanks in advance,
    Kathy

  • IMPORTING WORD DOCS

    I am wondering, what is the best way to import text into an InDesign document? I usually just drag a word doc onto the InDesign document - but i sometimes get issues where hard returns are placed in the middle of paragraphs and other annoying glitches. Can anyone tell me what is the best way to do this?
    thx,
    dave

    It won't turn a sow's ear into a silk purse if that's what you want to know.
    ID doesn't just add hard returns in the middle of paragraph for no reason. There's got to be something in that file.
    Bob

  • Importing Word docs from a RH for Word project

    I have a HUGE RH for Word project that I'm trying to convert
    to RHTML (RH Office X5). We generate CHM with this project, and
    we've got map ids for all topics. I've been to Peter Grainge's site
    to get some ideas, but I don't think they're going to work. There
    are so many Word files and topics (537 and 2,974, respectively)
    that the more I think about it, the more I think that a conversion
    to RH HTML might not be worth it.
    When I tried to import all of the Word documents and also
    convert the TOC (converting the Index isn't an option since it
    never worked with our large number of Word docs) and use the
    HTMLHelp.css (using the Import wizard), RH HTML crashed twice after
    40 minutes.
    So, I created a new RH HTML project and tried to import just
    one Word doc from the RH for Word project, and selected the same
    wizard options. As I expected, the Word doc imported, but even
    though I told RH to split the topics on Heading 2, it also copied
    in the characters (#S+@) that preceded every topic heading and
    incorporated them into the Topic Title. AND, RH HTML did not
    "convert" the TOC - it was blank.
    In another post I saw a reference to this patch -
    http://www.adobe.com/support/security/bulletins/apsb07-10.html.
    I'm not sure it's related, although when I examined my second
    failed import attempt, the imported topics were visible in the
    project folder only by using Windows Explorer - RoboHelp HTML did
    not display them from within RoboHelp.
    Does anyone know if this is the patch that will fix this
    issue as well?
    By the way, based on the number of questions I've seen posted
    about RH for Word 7 with zero replies, I'm thinking I'm going to
    run into issues as well, even if we leave it in RH for Word when we
    upgrade to version 7. It seems that its size is an issue for RH
    HTML.
    Thanks,
    Jim
    Thanks,
    Jim

    Hi Jim,
    just as an encouragement: we sucessfully converted a HUGE RH
    for Word project (4,300 topics) to RH HTML a while ago, including
    TOC, index and everything. I must admit though that we had all
    those topics in only 25 word documents. Maybe you can reduce the
    number of documents by moving the topics? There will always be
    problems you run into and afterward, we had to go through every
    single topic and check the formatting, but I guess you'd always
    have to do this. But I think it's worth it, working in HTML is so
    much more convenient.
    Good luck!
    Kathrin

Maybe you are looking for

  • Can you have multiple Game Center profiles with the same Apple ID

    I want to purchase each of my children their own iPad and keep them in my supervision by using my Apple ID.  However I'd like us all to have our own games so one child doesn't mess up the others activity, or mine!

  • Lack of conformity with ID3V2.3 standard as regards multiple artists

    Hi there! It is defined in the informal standard for audio tags ID3V2.3 (http://www.id3.org/d3v2.3.0) that multiple artists can be listed as independent, coequal lead performers in the text information frame TPE1 ("lead artist(s)/lead performer(s)/so

  • Connect remote Windows 7 laptop to OS X Lion Server

    Hello We have a Mini running OS X Server (Lion) and serving 10 MacBook Pros and 1 Windows 7 Professional laptop. We only use it as a fileserver with different shares. One "shared share" for all and one privat for each user totalluing 12 shares. All 1

  • Solution Manager 3.2 Displays XML Source

    Hello, we are about to setup the system landscape. In transaction smsy -> overview -> server -> service contract the sap gui displays no graphical components. it just shows the embeded xml code of the page. i'm not sure if its an internet explorer (w

  • Mapping inheritance

    We're converting an existing system to JDO. Obviously, we're going to be mapping the domain classes to the existing schema. There's very little inheritance in the current data model to worry about, but there's one area where we want to remodel severa