Problems by placing the text of the word

I am placing a MS word doc text in my master pages in InDesign and it imports only the part of the text, the first 8 pages and after a lot of blank pages, I see the little red as well as in the box in the lower right corner of the text box, but no matter how many times I continue the flow to the next column the rest of the text will not appear. The MS doc is in the fonts, I did not, but I thought I could do a search and replace once the text flows in because there are a lot of bold and italic, put in shape that I don't want to lose by copying and pasting from Word into InDesign. Anyone have any idea why this is happening, or what I can do to get around all of the 36 pages of text?

I often see complete Word of the nonbreaking spaces files, too. It is disabling the break a too large number of nonbreaking space online to send the rest of the doc in excess. It is not rare AT ALL when you crop in ID, especially if the column width is different. A picture of great line that would too.

In addition to reviewing the file in Word, you can place the cursor to the last point see you text in ID and open the story editor to see what is beyond. If it's not obvious (turn on nonprinting characters that you can see the nonbreaking spaces), choose the first two paragraphs in excess and leave the Dungeon options (can be on all lines solidarity or solidarity than hass all the lines together and have too many lines to fit to a page) or No Break is applied to the first line in excess. Check hyphenation, as well.

Tags: InDesign

Similar Questions

  • Problem by placing the button in the action bar

    Hey

    I would like to add a button to the toolbar action and a few other actions menu antion. But the problem is that the button also appears in the action menu.

    Here is the code:

    actions:]
    {ActionItem}

    Title: "Option 1".

    onTriggered: {}
    page 1 of var = catalogue1.createObject ();
    Navigational.push (page 1);
    }
    },
    {ActionItem}
    Title: 'Option 2 '.

    onTriggered: {}
    page 2 var = history.createObject ();
    Navigational.push (page 2);
    }
    },
         
    ActionItem
    {
    Title: 'button '.
    ActionBar.placement: ActionBarPlacement.OnBar
                    
    onTriggered:
    {
    work here.
    }
                    
    }
    ]

    The button appeared on the action bar, as well as in the action menu.

    Can someone help me?

    This is 'normal' and what users would expect, this is why I would not recommend that you change it.

    Having said that trapping however the signal AnimatingToVisibleFull or VisibleFull in the menu then hide or remove the action would be the way to go if you must.

    http://developer.BlackBerry.com/Cascades/reference/bb__cascades__actionmenuvisualstate.html

    Of course, a by-product of this is that it will disappear from the bar thus (perhaps make your app look a bit unstable).

  • Problem by placing the sum

    I have below result joinin three tables called TEST table
    I placed the cursor selection below
    ID     Grp     loc     type     Sum_Lower_1     sum_upper_1     Sum_qty_3
    101     abc     x     1     50     200     0
    101     abc     x     3     0     0     80
    102     abc     x     1     100     400     0
    102     abc     x     3     0     0     450
    103     abc     x     1     500     2000     0
    103     abc     x     3     0     0     230
    104     abc     x     1     30     120     0
    104     abc     x     3     0     0     50
    the result should find id, grp, loc for the followin condn. and we do the deletion of another table for these values

    If sum_qty_3 < sum_lower_1 for particular id, grp, loc

    If we take 101, abc, x 80 then < 50, so it fails

    sum_qty_3 > sum_lower_1 for particular id, grp, loc

    If we take 101, abc, x 50 then > 250, so it fails

    So, the line does not refer to this id, GRP, loc

    Finally, we should have the results below
    ID     Grp     loc
    102     abc     x
    103     abc     x
    If sum_qty_3 < sum_lower_1
     delete from product where id = 103 and grp = 'abc' and loc = 'x' and f_type = 2000 
    If sum_qty_3 > sum_lower_1
     delete from product where id = 102 and grp = 'abc' and loc = 'x' and f_type = 1000  
    How can I achieve this by using the slider or any other way

    Please help me

    Thanks in adv

    Published by: user12093849 on November 27, 2009 03:56

    Published by: user12093849 on November 27, 2009 04:08

    Is that what you are looking for?

    select * from test;
    O/P
    ID     GRP     LOC     TYPE     SUM_LOWER_1     SUM_UPPER_U     SUM_QTY_3
    101     abc     x     1     50                                 200         0
    101     abc     x     3     0                                     0       80
    102     abc     x     1     100                                  400        0
    102     abc     x     3     0                                      0     450
    103     abc     x     1     500                                 2000     0
    103     abc     x     3     0                                       0     230
    104     abc     x     1     30                                    120     0
    104     abc     x     3     0                                        0     50
    
    SELECT * FROM(
    SELECT id, grp, loc, sum(Sum_Lower_1 )sum_l,SUM(Sum_Upper_u) sum_u,SUM(sum_qty_3) qty_3 FROM Test
    GROUP BY id,grp,loc)
    WHERE sum_l  qty_3 /* you may have to change the greater than condition, i am confused by your data and the o/p you expect
    in the original post */
    
    O/P
    
    ID     GRP     LOC     SUM_L     SUM_U     QTY_3
    101     abc     x     50     200     80
    104     abc     x     30     120     50
    

    See you soon!
    Bobin

  • problem by placing the tool position line

    Hi, can someone solve this problem.

    I have created the script for the online tool, but it works does not in particular place. I'll explain in detail.

    Ms job

    I / p: America is a country [SL 10].

    Error output: America is a country...   (or)  ................. America is a country (or) America... is a country (rule puts somewere if I correct position)

    Original output should be like this

    Error output: America is a... country

    I need underscore 10 mm instead of [SL 10]

    It should replace [SL 10] and put a 10 mm rule in this position.

    In my script for the rule is created, but the rule is to put some were elsewhere. Please solve this problem. I created the library also for [SL10].

    Here is my script coding

    app.findTextPreferences = null;

    app.changeTextPreferences = null;

    app.findChangeTextOptions.caseSensitive = false;

    app.findChangeTextOptions.includeHiddenLayers = true;

    app.findChangeTextOptions.includeLockedLayersForFind = true;

    app.findChangeTextOptions.includeLockedStoriesForFind = true;

    MyDoc = App.activeDocument;

    app.findTextPreferences.findWhat = "[SL 10] '"

    myFounds = mydoc.findText ();

    var myLib = app.libraries.item (0);

    var myassets = myLib.assets.item ("SL10");

    for (i = 0; i < myFounds.length; i ++)

    {

    myFound = myFounds [i];

    myFound.remove ();

    myAnchorrule = myassets.placeAsset (myFound.insertionPoints [0]) [0];

    myAnchorrule.appliedObjectStyle = mydoc.objectStyles.item ("SL");

    }

    Hi Rajesh2373,

    I changed your JS code. Please check it out.

    mydoc=app.activeDocument;
    var myLib=app.libraries.item(0);
    var myassets1=myLib.assets.item("SL10");
    
    app.findTextPreferences=null;
    app.changeTextPreferences=null;
    app.findChangeTextOptions.caseSensitive=false;
    app.findChangeTextOptions.includeHiddenLayers=true;
    app.findChangeTextOptions.includeLockedLayersForFind=true;
    app.findChangeTextOptions.includeLockedStoriesForFind=true;
    app.findTextPreferences.findWhat="[SL 10]";
    myFounds=mydoc.findText();
    for(i=myFounds.length-1;i>=0; i--)
    {
        myFound=myFounds[i];
        myAnchorrule=myassets1.placeAsset(myFound.insertionPoints[0])[0];
        myFound.remove();
        }
    
    var myassets2=myLib.assets.item("SL20");
    
    app.findTextPreferences=null;
    app.changeTextPreferences=null;
    app.findChangeTextOptions.caseSensitive=false;
    app.findChangeTextOptions.includeHiddenLayers=true;
    app.findChangeTextOptions.includeLockedLayersForFind=true;
    app.findChangeTextOptions.includeLockedStoriesForFind=true;
    app.findTextPreferences.findWhat="[SL 20]";
    myFounds=mydoc.findText();
    for(i=myFounds.length-1;i>=0; i--)
    {
        myFound=myFounds[i];
        myAnchorrule=myassets2.placeAsset(myFound.insertionPoints[0])[0];
        myFound.remove();
        }
    
    var myassets3=myLib.assets.item("SL30");
    
    app.findTextPreferences=null;
    app.changeTextPreferences=null;
    app.findChangeTextOptions.caseSensitive=false;
    app.findChangeTextOptions.includeHiddenLayers=true;
    app.findChangeTextOptions.includeLockedLayersForFind=true;
    app.findChangeTextOptions.includeLockedStoriesForFind=true;
    app.findTextPreferences.findWhat="[SL 30]";
    myFounds=mydoc.findText();
    for(i=myFounds.length-1;i>=0; i--)
    {
        myFound=myFounds[i];
        myAnchorrule=myassets3.placeAsset(myFound.insertionPoints[0])[0];
        myFound.remove();
        }
    

    THX,

    csm_phil

  • problems by placing the cursor on my Web page (please help)

    im not very good at web design and my last year in College, create a Web site.

    Basically I have a jquery slideshow on the homepage of my site. I placed in my HTML but everything seemed moved and I don't know how to move the real cursor with css.

    so far, this is the site: http://anishjoshi.net23.NET/

    anyone would be grateful for tell me why everything happened and how to fix it back. and also move the slide down to adjust the box.

    cheers in advance

    Try this (view source to see the code)

    http://ALT-Web.com/test/2-column-test.html

    The body background color is #222222. It is the repeating background image that I use (mosaic of 100 x 100 px) in 4 major areas.

    Nancy O.

    ALT-Web Design & Publishing

    Web | Graphics | Print | Media specialists

    http://ALT-Web.com/

    http://Twitter.com/ALTWEB

    http://ALT-Web.blogspot.com/


  • Images placed behind text in Word 2010 are proposed to cover the text after conversion to PDF.

    System Specs:

    Windows 7, Word 2010, Acrobat XI

    I've highlighted several paragraphs thoughout the book I write by placing an image behind them. These images are set to display behind the text, leaving the readable text. So the image offers a sort of background for these select paragraphs.

    They look great in Word 2010.

    And the PDF looks a lot when I exported from Word 2007 using Acrobat 9 (at least I think it was 9...).

    But now, when I convert it to PDF using Word 2010 and Acrobat XI, the image is moved in front of the text; obscuring her completely.

    We never saw it? Any suggestions?

    EDIT - to be clear, I do the conversion using the PDF what acrobat tools puts in Word when it is installed.

    Here's how Adobe level 2 support 'resolved' for us: uninstall all instances of Acrobat on your system. If you have another version of Acrobat (if reader, Standard or Pro) installed, purge your system of all the tips of it in the Program Files folders and clean the registry of all guides in Acrobat. In my case, I use Adobe Application Manager because I now have CS6 installed, so installed Acrobat XI of MAO by clicking on "Try". It is installed and then I installed 11.0.1 update and then activated using my product key. I really think that the problem was that I didn't install PDF Maker during the original installation, because it was such a slug and buggy to who. When I installed by the above, I had not given the choice, so now I have Acrobat or Adobe tabs on all my Office applications, oh joy. But printing to PDF works as it should. As I was directed by rein through most of the above, I have no idea what has been really effective on the above. I tried to just uninstall Acrobat and resettlement on a system on which no other version of Acrobat had already been installed, but on which install the original XI of Acrobat didn't understand the PDF Maker and who had the symptoms of printing of this thread. This doesn't solve the problem, but do the relevant parts of the steps I have indicated above, did the trick. I have 20 users with XI Acrobat installed; Some have this symptom, some don't. I have not analyzed to see what is the common point, but this problem and its solution still seems very rickety for me.

  • Conditional text in Table - problems with setting the line height

    Hey there,

    I'm German, but I try to express my problem in English as I can. Not always easy with different menu names. Hope you get what I mean! :-)

    As you can see in my attached screenshot, I placed the text in a table.

    Text height is set: minimum 1.5... so it adapts to the amount of text.

    That's what I want - it should adjust the height of the conditional text marked/s.

    It always adjusts the height when I blind on the first line lines oder between (for example line 2 + 3 4).

    But if I want to blind on the last lines, there is a number at the end and an extra empty line with #.

    I know the # means hidden following text, but why it works with the red/green text.

    There are also some hidden text (green), but the brand # is just after the last word - not in a new line.

    Does anyone have a solution for this?

    Thanks in advance!

    Screenshot_conditional_text.png

    So far, it's ok. A sign of the end of a text paragraph forces a new line.

    To change, do the following:

    For each condition, you need another condition for the paragraph sign that comes immediately after the condition. Not after each paragraph of a condition, but at the end of each consecutive numbers of the paragraphs of the same condition.

    So in your third example you will need more of two conditions:

    1. one for the paragraph at the end of the condition «meaasurements» sign

    2. one for the sign of paragraph at the end of the condition 'price 2 '.

    Whenever you perform other invisible conditions, you must also disable the new conditions that sign a single control paragraph.

    See the following screenshots:

    Uwe

  • Lately when I use the mouse the words text scrolling and copy on top of itself a million times. This happens when I am on line reading something to say on the MSN homepage.

    Lately when I use the mouse the words text scrolling and copy on top of itself a million times. This happens when I am on line reading something to say on the MSN homepage. Sometimes I can click off on the side and separates the text and I can read it but when I use the scroll of the mouse or even the scroll bar on the sideit happens again and again.

    Hi Jaynebasye,

    1. This only happens when you are on the MSN Web site?

    2. did you of recent changes on the system?

    Method 1:

    You can try to change the scroll settings and check.

    For more information, see the following article

    Change the settings of the mouse

    Method 2:

    Step 1:

    You can also check if the problem occurs in safe mode with network.

    Startup options (including safe mode)

    Start your computer in safe mode

    Step 2:

    If you do not experience the problem in safe mode with network, then perform a clean boot.

    A clean boot to check if startup item or services to third-party application is causing this issue.

    You can read the following article to put the computer in a clean boot:

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    Note: Make sure that you put the computer to a Normal startup once you are finished.

    Hope this information is useful.

  • count the words in a text widget

    Hello

    Is there a way I can count the number of words in a text box widget?  I realize that means counting the number of words in the attached variable - but can I do this?

    I tried to play with Javascript (which I know nothing)

    I put the following script in the script for a button pane, but nothing seems to happen!

    Test = Q5WidgetAnswer.Split (""). Length-1;

    document. Write (test);

    I want to check three words in a response, and if there are only two, or four, warns that there are three answers.

    Would be grateful for any help!

    After a lot of grief, I solved the problem.

    The code should be as follows:

    var objCP = document. Captivate;
    Var response = objCP.cpEIGetValue ('WidgetAnswer');
    Var words;

    if(Answer == '') {/ * empty response tests * /}
    Words = 0;
    Alert("Fred")

    }
    else {}

    Words = Answer.replace(/[^]/g,'').length + 1;    / * counts the number of places in response * /.

    }

    Where objCP can be any name that you want, and cpEISetValue and cpEIGetValue are special features of Captivate

    / * and * / add a comment

  • Placed the text does not through the complete

    Weird stuff

    I'm doing a book with 12 .docs inside. I place the first text with smart text reflow on and it's ok, I leave my cursor at the end of the text and place it again. The document runs to the end of the text, but with additional blank pages until the first R/H white page, which has the small red cross, bottom right. I go back to my last piece of text and delete the line para and the text runs on until maybe another stop in the text stream. I work in a document which was drawn by designer >

    Lion of CS5

    The Red sign mean in excess of text. A lot of reasons that may occur, but generally it is caused by some sort of requirement "keeps" that's impossible, or by a text that cannot be broken in the width of the column. This happens a lot with new users who think No Break is the same rotation of asn of hyphenation, but it sounds more like a problem in the Word file. Typical causes would be enormous or very large sizes specified paragraph withdrawals or a string of words separated by nonbreaking spaces with no hyphenation is allowed.

    I know to know what the problem is the easiest is to pass to the linker in the history and look at the first part of the overset text to see what it has attributes.

  • Problems with CHM search &amp; Index after you import the Word Document

    Greetings,

    I recently inherited from all things RoboHelp at work, but the last person to work with our projects left 6 months ago.  I received a brief overview of how our CHM files are from the same word in HR 7 HTML document.

    Currently, I use RoboHelp HTML 9, but have problems with the indexing and search of an imported file in Word 2003 (.doc) features.  During my import, only a single topic is created and named after the source document.  I believe that this may be the root of my problems, but have not had much luck with a solution.

    I have stumbled my way through adjustment after adjustment, but feel I'm missing something obvious.  Any help would be appreciated.

    Thank you

    Ken

    Background:

    Our source documents have a working table of contents and topic structure 1 - 3.  When creating a new project and import the document, the table of contents are imported correctly.  TOC navigation links seem to work fine.

    I used the smart Index Wizard to find new keywords to topic titles and the text of the topic.  Unfortunately it seems that import only creates a single, named subject according to the word source document and associates so all the keywords of the unique subject.  When you try to navigate the index after the CHM is generated, all the links reference just the beginning of the document.

    When you use the search functionality in CHM, only a single result is returned for any search words.  This result is always the only subject, as described above.  The link to the results always picks you up at the beginning of the document, but highlights the key word throughout the document.

    When you import there is an Advanced button in any of the dialog boxes. Click and you'll be able to Paginate against selected styles. That will stop your document in the headings.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

  • Text of the word IDCS4 cannot capture (defining poetry...)

    I see books on poetry and the approval of the withdrawal right a few words.

    Many lines is normal (between the left edge) but others are aligned on the right side.

    This text comes from Word with hyphens but no style is present at all.

    The 'normal' lines show 0 values in the fields (0 left indentation, withdrawal of 1st line o, etc.)

    Special lines are always showing a withdrawal from front-line between 50-70 mm (they change in each poem)

    If I apply a style all the formatting is lost.

    And I can't look at the find/replace indented lines because ALL values change.

    But these special lines are marked in some way. They are the only ones that are indented.

    I want to characterize them.

    Is it possible?

    Hi Mariana (not a not post here before? "I see '1 messages'?)

    Yes, it's a common problem. You want to apply your styles, but you can't because it would remove the formatting that you want to keep. Generally, concerning than fat, italic and similar, but every now and then something else pops up.

    You want to apply the same style to each of these lines and with just the preserved dash? I'm thinking "script opportunity" here.

    There are, it seems, two ways to handle this with a script. The simplest is to 'save' the indent, apply the correct style, then put the value of back withdrawal - what makes a style "Style +»

    Another way is to make a new style for each line, "based on" the right style, but with the dash on the right values for this line.

    (And I should probably tell you right away that the disadvantage is that it might make a lot of new styles...)

  • Help using Léonie / old Toad move the text of "Key words" in "securities".

    Need help to use leonie / old Toad move the text of "Key words" in "securities".

    I have about 30 000 images with keywords but NO Title.  I want to move / copy the text in the keywords section in the section of the title.

    So, I tried this Script: Add keywords to title - Script of Léonie field

    He did a little work, but not completely.

    When I select an image in Photos, and then "Get Info" I'll see below in the title area, notice that the first two lines are the same.

    IMG_2621.JPG

    IMG_2621.JPG

    March 12, 2014 14:23

    My keywords are: Experimental engine 17 to 600 hours

    AFTER I run the Script, I get the following:

    IMG_2621.jpg - 17-600 hours experimental engine

    IMG_2621.JPG

    March 12, 2014 14:23

    I need is:

    17 to 600 hours experimental engine

    IMG_2621.JPG

    March 12, 2014 14:23

    I do not understand why the Photos shows the name of the file twice.   These fields are not labelled, but I was under the impression that the top line was the Description, the second line is the name of the file, and the third line is the Date.   Because only the first line is displayed under thumbnails, I try to have as much descriptive information appear in this area (as in the past, we could do with iPhoto or Aperture).

    In other words, when I run the script I hold my keywords to replace everything in the top line completely, eliminating the name of the file. Is there something wrong with this approach?  I would still have the name of the file to the second line, right?

    Thank you.

    Remove the file name of the title field, and then run the script. You will have the chance

    -17 to 600 hours experimental engine

    You can manually delete the "-" at the beginning or modify the script.

  • How can I transfer text of the word in the page web firefox supported?

    When I try and copy and paste text from a word in a web page document supported by firefox, it is said that it is impossible, but there must be a way to do it without having to retype everything

    You are welcome.

    Could you please click the button "solved it" to take your post out of the loop?

    Thank you.

  • Re: Satellite U400: can't past the word text in the message from Hotmail - clo

    Hi all

    for some reason, my U400 decided that if I try to paste text from Microsoft Works text information in a file of hotmail, it closed Internet Explorer.

    It is never used to do this, and I was copying and pasting Works Word text in Hotmail messages for years.
    The thing is, I really need to get through this slot i nfo text, because a lot of people cannot open Word works as an attatchment.

    Any ideas please?
    Thank you very much

    Have you tried another browser like Firefox?

    I noticed that MS has updated the IE7 to IE8.
    For several days I m using the new IE8, but I cannot test it with hotmail
    But I have already inserted the word text in my mail and the IE8 worked well

Maybe you are looking for

  • The time on the taskbar is passed to 3 hours earlier... it's show time for the Pacific. Help!

    What happened one day after I told my new e-mail (eM Client) client that my listings at that time had been arrested. They are at the time of the Pacific. Maybe this has something to do with it? It's just a matter of resestting the clock on my taskbar

  • Satellite U200 - 10K will beep continuously

    Hallo, When I run the satellite U200 - 10K (Vista), from the start, it gives me continuous beep... beepppppp... I can work... I can open applications, but the beep is not going offf. What could be a reason possible to this problem, hardware / softwar

  • Perrpa777

    MY outlook mail works is not on iphone iPad Air and 6. It says server connection failed. How to fix this?

  • Poor security

    I can't sign in to Hotmail. I hit the button for approval and accepts the so-called. Then I go back and find that I am always connected. It's security. Also, your help system is appalling. I want microsoft toanser not a forum

  • Sound files only appear not

    I use a MacBook Air and ITunes. I bought the Zip Clip to listen to Audible books while I walk. I copied my book from ITunes .aa files to the TWO Audible directories and Audiobook on the Zip Clip. When I go in the audio menu on the Zip Clip, it shows