How to make my tables not threadding to a new page up to filling the page that I am?

HEADHACE.jpg

After the 1st row, 2nd row supposed to be on the bottom of the 1st page... but it is happen otherwise it's keep threadding to a new page... This is also happening to the 3rd row... Anyone here know how to fix it...? I use already 5 hours just to solve this prob, but nothing happens... x_X

Hello h,

It's the way you have structured the table.

The first column is merged for a number of lines, making it a very "high" line ID split the line automatically...

/ G

Tags: InDesign

Similar Questions

  • How to make text tabled clothes out / disabled

    Hello

    I have a text field and I put the following property...
    HTML Form Element Attributes:- readOnly=true
    This field is read-only now.

    HOW to make this field looks like a field of disabled, something like filling in the background with the color gray.


    Thank you
    Deepak

    Hi Deepak,

    You can always add the width in the style:

    style="background-color:#E4E4E4; border:1px inset #F0F0F0; padding:2px; width:100px; display:block;"
    

    Andy

  • Can we restrict the number of table rows to display on a page that is only 2 or 3 rows appear? How to do this?

    Mr President.

    Can we restrict the number of table rows to display on a page that is only 2 or 3 rows appear? How to do this?

    Concerning

    Tender,

    Set the RangeSize property on the table.

    See you soon

    AJ

  • How to make a button to Flash a PagSeguro https page.

    How to make a button to Flash a PagSeguro https page. Programming they offer is:

    <! - FORMULARIO ALEXANDER PAGSEGURO INICIO - >

    " < target form = 'pagseguro' action = ' https://pagseguro.uol.com.br/checkout/v2/cart.html?action=Add "method ="post"> "

    <! - NAO EDITE OS COMANDOS DAS LINHAS ABAIXO - >

    < input type = "hidden" name = "itemCode" value = "AC0DD53E5757C9F774629F9937513499" / >

    " < input type ="image"src =" https://p.SIMG.uol.com.br/out/pagseguro/i/botoes/Pagamentos/120x53-comprar.gif "name ="submit"alt =" pay com PagSeguro - rapido e, grátis e seguro! » / >

    < / make >

    <! - FINAL FORM ALEXANDER PAGSEGURO - >

    So I spent this programming in HTML start, I see the white border in my page.

    I wrote a book and this schedule must send to a site secure for sale

    I'm developing my site in Flash 4 and now nc6. Export to Html

    www.escalasdecores.com.br

    Use the urlloader class:

    var urlLoader:URLLoader = new URLLoader();

    var urlRequest:URLRequest = new URLRequest ("https://pagseguro.uol.com.br/checkout/v2/cart.html?action=add");

    var urlVariables:URLVariables = new URLVariables();

    urlVariables.itemCode = "AC0DD53E5757C9F774629F9937513499";

    urlRequest.data = urlVariables;

    urlRequest.method = URLRequestMethod.POST

    urlLoader.dataFormat = pouvez;

    urlLoader.load (urlRequest);

  • How can I move older imac to MacBook Pro new CS4? I have the CD.

    How can I move older imac to MacBook Pro new CS4? I have the CD and the documentation. Thank you!

    Maybe you are, but maybe not.

    Contact support Adobe by clicking here and, when available, click on "still need help," https://helpx.adobe.com/contact.html

  • How to make my table of contents interactive to publish online?

    I have produced a Table of contents for my document in InDesign and checked the box 'Add the page anchor' in the options. But when I export to publish online, the table of contents are not linked to pages in the document.

    Then, I tried to make the page numbers in table of contents converted into hyperlinks leading to page numbers, but that no longer works.

    What I'm missing here? Looks like I should be able to do this easily, but... Thanks for the hints!

    Hi Christy,

    During the generation of the TOC, check "Make text anchor in paragraph Source" in the dialog Table of contents the table of contents clickable links in the document to publish online.

    Concerning

    -Anshul

  • How to make a table of contents to display the chapter number and chapter text together

    I'm working on 11 of FrameMaker. How can I get my Table of contents (TOC) to display the chapter number and chapter title on one line. My chapter titles have the chapter number and chapter title on two lines, two centered at the top of a new page. I wish that my OCD to pick the chapter number and chapter name on one line not two. Thank you.

    If you'v created the table of contents with activation of hyperlinks (default) setting, and then simply hold the CTRL + alt keys and click on empty entries in your TOC file. FM will open the file containing the entrry and jump to the correct section.

  • How to make a table of contents reflects the document formatting?

    I use a table of contents for a long document. In the document, some special words - the titles of the texts that I write about - italic. But when they appear in the Table of contents, they are not. Part of the table of contents and problematic subheadings are shown in the attached images. I can do all the headings / subheadings italics, but I don't seem to be able to reformat the individual words, I can find no option for the table of contents to reflect the formatting of the titles themselves. I'm heading to the last resort of manually typing all the senses...

    V4.3 Pages ' 09, or Pages v5.6.1, will resume the paragraph/character in the body of the document style attributes in the generated TOC. To a certain extent, you can customize the table of contents thereafter.

  • How to make a table with ActiveX Excel using Excel_RangeSetValue2?

    Hello

    I want to make a table in Excel. For this, I use two functions: Excel_WorksheetGetRange and Excel_RangeSetValue2.

    I write the table on Excel file, but only the first instance of the table is copied.

    Here, a part of my program:

    char * DataToWrite = {"A", "B", "C", "D"}

    cCell Char [10];
    VARIANT vCell, data;

    ExcelObj_Worksheet hWorksheet;

    ExcelObj_Range hRange;

    ...

    CA_VariantSetCString (& vCell, cCell);        cCell = a1: a4
    Excel_WorksheetGetRange (hWorksheet, NULL, vCell, CA_DEFAULT_VAL, & hRange);
    CA_VariantSetCString (& Data, DataToWrite);
    Excel_RangeSetValue2 (hRange, NULL), data;

    Here what I get when I'm compiling on Excel file:

    A

    A

    A

    A

    You must use the other instructions to complete the range of cells:

    strcpy (msg, "A1: a4");
    CA_VariantSetCString (& MyVariant, msg);
    Excel_WorksheetRange (ExcelWorksheetHandle, NULL, MyVariant, CA_DEFAULT_VAL, & ExcelRangeHandle);
    Excel_RangeActivate (ExcelRangeHandle, NULL, NULL);

    Create a SafeArray of data table
    CA_VariantSet2DArray (& MyVariant, CAVT_CSTRING, lines, 1 table);
    Transfer data to Excel range
    Excel_SetProperty (ExcelRangeHandle, NULL, Excel_RangeValue2, CAVT_VARIANT, MyVariant);

    ClearObjHandle (ExcelRangeHandle);

  • How to make a table of work contained in a master page?

    I'm trying to put a table of contents in a document Indesign (CS6) template, and it doesn't seem to work:

    • If I create a table of contents in a master page by using page layout > Table of contents, after hitting OK, rather than create a table of contents to my place, it is said so 'the table of contents has been updated successfully' has no effect.
    • If I create a table of contents on a normal page then copy or paste, or cut and paste it into the master page, it sticks just as plain text. Page layout > Update table of contents remains Gray, it never updates, and it seems to be not related to any style of Table of contents.

    Why the table of contents do not work in master pages? Is there a work around?

    ...................

    Why would I want a table of contents on a master page? There are several cases where we publish a box indicating the structure of the document on multiple pages in a document: usually Etudieeo we expect readers to print, copy, or isolate a section or a set of pages and then share it or use as reference material.

    It works well to have a bar showing this section in the context of the whole, so someone see this section alone can see what came before and what comes after. For example, sometimes people are given a page or two of one of our documents to a conversation and then a week or two later they come back to us for more information, having found these pages useful and then noticed that, for example, the section that came before we gave them is also relevant.

    It's another OCD in the file? If so, is - that uncheck you the box replace the TOC?

    I'm not having a problem here put a table of contents on a master page and have it update.

  • How to make a table header row to repeat when the table extends to another page?

    I have a table that breaks (spans) on another page.  I want that line of table headers to repeat (as in Word).

    If the header line is a true header row, it repeats automatically.

    To add a header row:

    1. On the table menu, select add rows or columns.
    2. Select Add 1 rank.
    3. Select this option for the title.
    4. Click on Add.
    5. Remove the false header line.
  • How to make a popup, menu utilities Windows Moviemaker, smaller if I can change the length of the duration of the images?

    I am trying to extend the duration of the photos that I have in a project.  The Utilities menu appears giving me access to change the duration, but the pop-up window is so great that I can't at the bottom of the pop-up window to save my changes.  How can I make the window appear smaller in order for me to see the whole window on my monitor?

    It can help to reduce the size of the menu
    If you increase the resolution of your screen.

    Windows Vista - get the best display on your monitor
    http://Windows.Microsoft.com/en-us/Windows-Vista/getting-the-best-display-on-your-monitor

    Windows Vista - change the screen resolution
    http://Windows.Microsoft.com/en-us/Windows-Vista/change-screen-resolution

    As for the duration of the Photo...

    The change of setting to: Tools / Options /.
    Advanced... tab applies only to the added clips
    to the timeline * after * you change the setting.

    If you switch to view "Storyboard" and select
    all of the clips as a batch (select one and the type...
    CTRL + A)... you can add the 'Speed Up, Double.
    or "Slow down, half" effect of changing the
    duration. Simply select all clips / right click
    the effect on the menu... Choose...
    Add to storyboard table.

    'Speed Up, Double' cuts the duration of half.

    "Slow Down, half ' double life.

    These effects can be added up to six times.

    If you need finer adjustment...
    the info may be useful:

    To the timeline, you can change the
    duration for each clip manually. Drag the
    Garnish handle left or right to increase or
    reduce the duration. You can see a
    Tip displaying the change.

    Or... just to redo the project after changing
    the long-term: Tools / Options / Advanced
    tab.

  • How to make duplication of text cut so it shows only a part of the underlying Word

    Hello everyone,

    I'm not really sure how to describe it, but the link is: Design a poster classic serif | Illustrator | LKD creative. I basically want to do this. I tried following the instructions, but it seems that its missing instructions. Is it possible to create in Illustrator CS5? Any information would be appreciated. Thank you.

    bossladyleo,

    You can:

    (1) create any Type in position, with overlaps;

    (2) type > Create outlines, at least for the parts that overlap other parts (in some cases, you can keep everything live Type, but not in the case shown because of the shapes of letters and the mutual overlapping (for example, as of the jumps/Over);)

    (3) select each set of letters to overlap other and oppose > compound path > make;

    (4) object > path > offset from the desired gap round forms of the letter;

    (5) select the compound path which is offset and changes color to white, now you should have at least a partial coverage of the letters below.

    (6) object > compound path > exit, then select Direct and remove the counter paths (the one who did the counters/holes in the letters), now you should have one in addition to covering the letters below.

    (7) to get rid of any bit and remaining pieces, you can change the shape of the paths of offset in cutting, removal of parts to support (for example the parts between the serifs) and the displacement of the anchor (to the outside).

    If you want the result on a colored background, you can:

    (8) select the coverage group to the top of letters and the underlying and the transparency palette flyout click do the with unchecked Clip opacity mask and invert the mask ticked.

  • How to make a Windows Media video file .wmv in FireFox? What is the name of extension or add-on required?

    I have Windows 7 and FireFox 24.0

    I'm doing a standard Microsoft Media Video file. MWV run. When I click on the video link to plant video, I get a message saying that I need a plugin to run the file.

    I already ran into Setup on the link below. This installer named wmpfirefoxplugin.exe does not install anything in my FireFox plugins list or the list of Extensions.

    https://support.Mozilla.org/en-us/KB/play-Windows-Media-files-in-Firefox?ESAB=a & As = AAQ

    Where else can I try make FireFox run a. File MWV?

    Hello, please try this: enter Subject: config in the bar firefox address (confirm the message information where it appears) & search for the preference named plugins.load_appdir_plugins. Double-click it and change its value to true (a restart of the browser may be needed later for the change to take effect).

    some information on the issue are explained in http://www.ghacks.net/2013/05/15/why-you-may-have-lost-access-to-plugins-or-extensions-in-firefox-21/

  • How to make my creative cloud account to a new PC?

    Hello, I've recently upgraded to a new windows laptop. I disabled my account of cloud creative on my old machine and uninstalled adobe PhotoShop and InDesign, but when I connect to my new laptop I can only download applications that already have a subscription for the tests. I only have PC so I'm not sure why I can't use the full version of the application when the cloud can be used on both computers. Help!

    Hello

    Please try following steps depending on your operating system

    Mac t/s

    (1) close adobe every process in activity monitor (creative cloud, sync Core, CC library, services for the desktop application adobe, adobe office, broker CIB Adobe updater AAM service)

    2) navigate to the following locations and assign all permissions to the adobe folders to the current user. To navigate, click on go in the bar on then click goto... type/library/application support of / and then click OK.

    (3) to assign the authorization right click on adobe folder and click on Get info... A window will open. Then click on the lock symbol to allow editing. Then click on sign + to add your user name. Then change read only to read and write. Then click gear icon on the bottom and click on apply to the elements included and click ok... Go to the next step then.

    3) navigate to next support/adobe application and delete Slstore and slcache.

    4) go to ~/Library/application support/adobe/oobe and delete the opm.db

    (5) navigate to/etc and open hosts file. Check if it has entries from adobe. If any amount of the fine, if yes replace the hosts file with a new file hosts without adobe entries

    (6) launch cc app and it should work properly

    Windows

    (1) close adobe all processes in the Task Manager (Core sync services for the desktop application adobe, adobe office, broker CIB Adobe updater AAM service)

    2) navigate to the following locations and assign all permissions to the adobe folders to the current user.  (Right click on adobe folder select properties then click on the Security tab, click on edit and select current user, that you are connected to, select full control, click on apply and then ok)

    C: / / program data (to view hidden files to see this folder)

    C: / / program files 86 x files / common

    C: / / program files x 86.

    C: / / program files common files

    C: //program files.

    (3) rename SLstore to Slstore.old to the following location c: / / program data / Adobe /.

    (4) rename SLcache in Slcache.old in the location C:\Program Files (x 86) \Common Files\Adobe more

    4) navigate to c: / / Users/username/appdata/local/adobe/oobe and rename Opm.db to opm.old

    5) navigate to c: / / windows/system32/drivers/etc/and the hosts file opened in Notepad. IF you see an entry from Adobe it please replace this hosts file with a new hosts file that doesn't have any input from adobe. If there is no entry permit Adobe the hosts file, as it is.

    (6) run cc app and sign in.

Maybe you are looking for

  • PC warns me that iCloud storage is almost full every few minutes

    Hi all, I have a Dell Inspiron 10 Windows I use now because my Mac came out for running repairs. I installed iCloud on it, and now I get a notification in my system tray about every 5 minutes telling me that my iCloud storage is almost full. It's rea

  • Satellite Pro A210 with Windows7 freeze

    I recently installed Windows 7 Professional 64 Bit on my satellite A210. Initially, I had a little problem for all drivers found, but using the hardware ID and go directly to the factory components, I managed so that everything is installed and worki

  • When sharing, I want my files in mov. or mp4 but they always come in mv4.

    In the iMovie I already used when you exported the file, you can choose the resolution. Now in Final Cut Pro when I can 'share' my file all I get is for apple devices (in mv4). I can always choose other files and resolutions without having in mv4?

  • How can I stop launcing messenger on start up?

    Hi I have XP Pro on my HP Pavilion computer, because register on messenger program starts whenever I boot, it slows down my computer & takes forever to start. Can I stop launcing Messenger to start up & use it only when necessary. Hope someone can he

  • Get rid of the og Windows Mail and webmail

    I don't want to use windows live mail, Windows mail or Web application available in Vista to receive or send messages.  I want to set up this computer to open yahoo mail and request a username and password when I want to send an e-mail