How to place TOC into a different frame in an HTML document?

I'm now using MS Word 2010 to update a document that I originally created in MS Word 2003.
I want to create a TOC in a separate frame positioned to the left of the frame that contains the text of the document.  Using help from Technet I've been able to figure out how to create the frame.  If I try to create the TOC in the left frame
I receive an error to the affect that there is no text to process.  If I create the TOC in the main document (right frame) it works fine and you can follow the links to the various headings in the document.  Just what you'd want.  However, when
I cut and paste the TOC into the left frame the links become broken.  They seem to end up pointing to themselves which I have a hard time figuring out why anyone would ever want such a result.
The good news is that when the document is saved in HTML it is done in a form that creates an HTML Frameset which the browser displays just as intended.  However, the reason for doing this is to have the TOC entries end up being hyperlinks which allow
navigation to the corresponding references in the document frame.
The really perplexing part is that this worked just right in Word 2003.  I hope the problem I'm having now is that I forgot precisely how to properly perform the task.  If not this amounts to just another one of many reasons to regret buying an
Office Upgrade.  It will definitely be time to abandon Word 2010 and return to using Word 2003 for this kind of work.

I went back to one of my older systems which has Office 2003 installed.  It couldn't be any easier to do than the way Word 2003 works.  I didn't need any special knowledge.  You just select the "Format" menu item.  Then the
drop down sub menu contains an item called "Table of Contents in Frame".  You select that and wha-la you get a frame added to the left of the document with a TOC.  Then you save the document as html (I use filtered html as I think that
removes some MS Word unique tags that a browser doesn't recognize).  You basically end up with 3 files with names as follows:
your-document-name.htm, which is the file with the frameset that is to be launched by a browser
contents.htm
body.htm
I'm not sure what happens when name duplication is encountered.  In my case since the document contains graphic files, Word creates a folder named "body_files" and places all of the graphics there.  The contents frame contains links that
can be selected in a browser to position to the referenced text.
Relearning how it works in Word 2003 was helpful to figuring what needed to be done in Word 2010.  It looks like in Word 2010 you need to customize the "Quick Access Toolbar".  Then you need to hunt through all of the available commands
where you will find one called, marvelously, "Table of Contents in Frame".  Once you get that command on your toolbar it becomes as easy as it was in Word 2003.
One has to wonder why Microsoft thinks it is a good idea to make features of prior versions of Word that were so easy to both use and learn so mysterious on a newer version of Word.  It is pure HELL trying to use what is supposed to be an improved product. 
This applies to their whole redesign for which I can see absolutely no merit.  Possibly a new user, one who's never experienced Office, might like it but I can't imagine that there are many of those with a past history of using Office who like it. 
And then it is REAL HELL for someone like me who is only an occasional user.  Of course one reason I've become an occasional user is that I've completely given up on Microsoft for this very reason and now use LibreOffice for just about everything. 
Unfortunately this was a case where I'd done something in the past using MS Word which I couldn't figure out how to do with LibreOffice, so I guess I'll have to give Microsoft credit for something.

Similar Messages

  • How can I move all my bookmarks from different Firefox profiles into one area to organize them and then place them into the different Firefox profiles?

    How can I move all my bookmarks from different Firefox profiles (would like to move whole bookmark folders at once if possible) into one area to organize them and then place them into the different Firefox profiles? This is all under one window user account, I am using windows 8.1. Even if you have information on how to do it on a different windows, it may still be helpful. Thanks for any input you have.

    Just a note about the difference between these two things:
    * "export" and "import" use an ancient HTML document format that all browsers can understand. When you import bookmarks, Firefox may place them into an Imported Bookmarks folder, or into Unsorted Bookmarks. This does not displace existing bookmarks, and Firefox does not automatically remove duplicates.
    * "backup" and "restore" use a more comprehensive JSON data file, which contains extra information about your bookmarks (such as tags) not contained in the traditional export file. HOWEVER, a restore completely replaces all existing bookmarks, so the restore feature cannot be used to merge in a set of additional bookmarks.
    Related support articles:
    * [[Export Firefox bookmarks to an HTML file to back up or transfer bookmarks]]
    * [[Import Bookmarks from a HTML file]]
    * [[Restore bookmarks from backup or move them to another computer]]
    Some users find the disk-based Windows Favorites folder a convenient way to organize bookmarks. If you do, too, and you do not need to preserve tags on your bookmarks, you could export each profile's bookmarks to HTML and import them all into IE11. Organize them in the Windows Favorites folder, then export from IE11 to HTML and import that file into each Firefox profile. See: [http://windows.microsoft.com/en-us/internet-explorer/add-view-organize-favorites].

  • How to place tif file through a script in an indesign document?

    how to place tif file through a script in an indesign document?

    Emanuele:
    it works if i just run a script....
    but since i have been using a gui to do some functions, this  place command is not able to place the output tif file back into the  document

  • How can I interact between two different frames in the same indesign template as well as from one template to another.

    I am looking for the best way (or any way) to interact between two different frames in the same indesign template as well as from one template to another. It's for a DPS app which needs to carry some button initiated data from one page to another and then present it in a table.

    There is no simple way to do it, as itunes wont let you use it on another computer without wiping the contents first.
    However if you really want to transfer songs to another computer then you could try this;
    * make sure that your ipod is accessible as a disk drive (ipod options)
    * when you plug your ipod into the computer you want to transfer to make sure you select "no" or "cancel" when it asks to wipe the contents. Leave the ipod connected and quit from itunes.
    * go to "my computer" and access the ipod directly. You probably have to select "view hidden files" from windows. You will see a lot of folders with odd names like ZX838aff with similar named files inside.
    * copy these files to a folder on your computers hardrive. Now remove the ipod and start itunes.
    * import the files from the folder you made in the last step.
    * Now your music is on itunes, but with unrecogisable names.
    This is the only way I have found to do it, but there may be another way, say with an application to do the hard work for you.
    Generic homebuild PC Windows XP
    Generic homebuild PC   Windows XP  

  • How to place the animation in the middle of the .html

    Hi there,
    i have got a question. How to place the whole animation in the middle of the ".html".
    Hope you know what i mean.
    Benno.

    Center the stage follow the four step process below
    Code to paste into Stage > compositionReady
    //Center the Stage
    sym.$("Stage").css({"margin-left":"auto","margin-right":"auto"});
    Darrell

  • How to place panel into frame

    Hi Everybody !! I am new to Swing and am working on a GUI based Elevator Simulation System. I am using Frame on which I am trying to put a Panel. But the panel does not set to the size I want it to even if I use setSize() method. I am posting the code .Could anyone please help me.
    Thanks !!
    package elevator;
    import javax.swing.*;
    import java.awt.*;
    public class Controller {
        public static void main(String args[])
          Container cpane;
          JFrame frame = new JFrame("ELEVATOR");
          cpane = frame.getContentPane();
          Lift1Panel lp1 = new Lift1Panel();
          frame.setVisible(true);
          frame.setSize(1300,800);
          frame.add(lp1);
          frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    package elevator;
    import javax.swing.*;
    import java.awt.*;
    public class Lift1Panel extends JPanel {
        public Lift1Panel()
         setSize(200,200);
        public void paintComponent(Graphics g)
         super.paintComponent(g);
         Graphics2D g2d = (Graphics2D)g;
         g2d.setColor(Color.WHITE);
         g2d.drawRect(10,10,100,100);  
    }

    if you use setPreferredSize, don't forget to call frame.pack();. Also, you must realize that the default layout for the contentPane is the BorderLayout, and the default location for adding to this is the BorderLayout.CENTER position. At this location, setPreferredSize is ignored and the central component is expanded to fill the region. You may wish to use a different layout such as the FlowLayout. Experiment with this.

  • How to load data into 3 different target tables usin BODS ?

    Hello Friends,
    I have 5 different source tables with same field definitions, Now I want to load all the records into three/four different target tables (Flat file, SQL Server, XML, and Oracle ) Could anyone please tell me how to do this task ?
    Thanks in Advance,
    Bheem.

    Hello Bheem,
    You can create separated dataflow for each target as suggested by Bala, this is a good choice when evaluating you scenario.
    If you put all targets in the same dataflow you may experience problems if one of them is down (as you have different servers as targets).
    BODS will send the data simultaneously to all targets and when one fails, the load will be break and you may have the tables not sinc anyways (if you plan to use a single dataflow to avoid this situation, it won't do it).
    So the best option is to create separated dataflow and put inside another one so you can run a singe dataflow that will call each one of the target and if onw fails the other will complete accordingly.
    Then if you put them inside a error trapping, you may even make your dataflow to retry the load prior abend the job.
    Think about cascading your dataflows and let the leaf level simple as it can be so it will be easier to schedule and debug your process.
    Pay attention to datatypes and other conversions you might need when working with more than one source/target.
    Regards,

  • When saving a bookmark, only three of my folders are shown, though I have many ... how can I save into a different folder?

    I have several different bookmark folders, but when I want to save into one of them only three are shown ... always the same three, and no apparent reason for only these to be chosen. I cannot get the complete list by using the right-hand down arrow, and "choose" doesnt show any of my own folders, only Unsorted Bookmarks and Bookmarks Menu. I have to save the bookmark into unsorted, then move it into the desired folder. How can I do this in one step?

    I have several different bookmark folders, but when I want to save into one of them only three are shown ... always the same three, and no apparent reason for only these to be chosen. I cannot get the complete list by using the right-hand down arrow, and "choose" doesnt show any of my own folders, only Unsorted Bookmarks and Bookmarks Menu. I have to save the bookmark into unsorted, then move it into the desired folder. How can I do this in one step?

  • How can I log into two differant accounts at the same time in two windows without the second window affecting the first.

    I'm trying to log into two facebook accounts at the same time in differant windows. When ever I log into the second account in the second window it changes the login in the first window. When I hit home or any other link the first window account has been logged out and logged into the second window account. I tried installing a second copy of firefox in a differant folder that the first but it seems to use all the files of the first installation. If I can get 2 toatally seperated instalations that don't rely on the same history, cookies, cache, etc I belive that will solve my problem. Please help.
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)

    Nah, that won't work. Facebook has a feature that gets your IP Address, so as soon as you sign into one on the same computer, it changes the other login for safety purposes (say, someone was on a public library PC. They forgot to log out. Someone else logs in, and it automatically logs them out). You'll need 2 computers to do that.

  • How do i work around 2 different frame rates in same sequence??

    hello,
    a client of mine just shot a video using two frame speeds...24PA and regular 24p.
    how can i get around this? so far i captured the 24PA footage using the pulldown in the FCP, and the 24P in a regular 48k capture...
    i am currently editing in a 23.98 timeline, but the 24p footage looks slower...HELP!
    thanks,
    steve

    hi kyle,
    sorry, but just to elaborate on your response a little while ago here:
    - i captured the 24PA footage using the advanced pulldown
    - i captured the 24P footage using no pulldown
    - i am editing in a 29.97 timeline now, as most of my footage was shot with 24P
    please let me know your thoughts on how i should go about working with this footage!
    thanks!
    steven

  • How to download data into  two different columns 2003 excel format in ole

    Hi ALL
    when we download data into excel using ole with delimiter it works fine in 2007 but when we check this with 2003 format
    both fields come in only one column .Can any one suggest  
      CONCATENATE WA_ALL-PERNR LV_ICNUM INTO WA_PERNR SEPARATED BY W_DELI   IN CHARACTER MODE.

    If you're already using OLE, you can fill in value for each cell separately instead of using a delimiter. Something like this fragment:
    FORM fill_cell USING p_row p_col p_value.
      CALL METHOD OF obj_excel 'CELLS' = obj_cell
        EXPORTING
        #1 = p_row
        #2 = p_col.
      SET PROPERTY OF obj_cell 'VALUE' = p_value.
    ENDFORM.                    "fill_cell

  • How to insert data into two different lists in sharepoint 2010

    I have a page containing a dropdown list having two departments like IT, HR.
    If i select HR, one input form will display for filling HR related info, these i need to store in HR list.
    In the same way for other dept through custom coding.
    someone help me on this

    Hello
    chiranjeevi avala
    I think You can do it using event listener on Item Creation event of your HR List and put your functionality to add elements in IT list over their.
    for more info check this link:
    http://msdn.microsoft.com/en-us/library/office/ms437502(v=office.14).aspx
    http://msdn.microsoft.com/en-us/library/office/gg749858(v=office.14).aspx
    ***If my post is answer for your query please mark as answer***
    ***If my answer is helpful please vote***

  • How can I type in a different font color in existing document without the color changing back to black?

    I am editting a document and want to type in red. However, the font color keeps changing back to black once I am done with the section, or when I scroll down.
    I do not want to use "comment" function.
    Could anyone tell me how to set a font color without changing?
    Thank you

    When you place the cursor in a block of text, it adopts the style attributes of the surrounding text; most of the time, for most users, this is the desired behavior.
    It sounds like you want to use change tracking, which displays your additions to the text in a contrasting color, until you choose to accept (or reject) the changes. It might be worth looking into that.
    If, as I read your question, you want to be able to place the cursor into various places in the text and type text that is really styled in a different color, I can think of two options that might help a little with that.
    You can set a Character Style for the alternate color, and apply that after inserting the cursor, before typing. If you want, the Character Style can be assigned a keyboard shortcut.
    You could also copy a single character with the desired font color to the clipboard and then after inserting the cursor, Paste and Delete (⌘V,⌫), which will allow you to continue to type in your preferred color. Of course, this only works if you don't need the clipboard for anything else.

  • How to put in put fields in abap objects using HTML documents

    Hallo Every body,
    I have got a problem in my program actually I have created 4 splitters. in this two are for Document search and the other two are for material search, The other two splitters are for HTML. I wanted to give the end user five i in put fields in Document search and Four fields in material search. So that the data is retrived from the data base ( DRAW, MARA). all these fields must have search help (F4).  after this it should have the drag and drop behavior.
    I have created the html but the F4 help is not working and when I am trying to get the data from data base it is processing but the result is zero.
    Is there any other way of doing this. If so can you tell me if possible send me one example too.
    Thank you in advance.
    Regards

    check this sample program
    DD_ADD_FORM_INPUT

  • How to load and unload more than one external swf files in different frames?

    I do not have much experience on Adobe Flash or Action Script 3, but I know the basics.
    I am Arabic language teacher, and I design an application to teach Arabic, I just would like to learn how to load and unload more than one external swf files in different frames.
    Thanks

    Look into using the Loader class to load the swf files.  If you want to have it happen in different frames then you can put the code into the different frames.

Maybe you are looking for

  • XStep- creation of two control recipes

    Hi, I am using the Ecc 6.0 Enp 3.0 I have created a Xtsep structure with parameters and checked. so errors found. XStep is copied into Routing. Production Order is created. during Control recipe generation, there are 2 control recipes are generated.

  • V9.0.1 TG4RDB & TG4RMS .pdf documents are broken

    The Transparent Gateway for Rdb and RMS .pdf files are broken. The link is located at; http://otn.oracle.com/docs/products/gateways/content2.html The files can be downloaded OK, but when the files are opened with the Acrobat reader, it reports fixing

  • Regarding idoc at inbound

    customer can get idoc/message at inbound side ?

  • Progress Indicator usage, examples....

    Hello All, I was messing around with the progress indicator UI. It seems as if I can't get it to behave how I want. In my example, I am loading some records into the context. (The backend call has already been made and everything is sitting in the ca

  • JMF enabled applet can run on mobile ?

    Hello I am undertaking a project, in which i have to stream a stored video (.mpg,.avi or any other) on server, to a mobile over HTTP. I have started using JFM for this purpose, for which i am using an applet to play audio/video in my computer browser