Gap appearing in table

Hi I am using Id cs6 on a pc.. win8.. I am creating a catalogue with a huge table. Data was entered and is now being rearranged via cut/paste and merging /deleting cells. The problem is that a gap has randomly appeared of almost a whole page length. It is not part of the table, the text flows past it, I can't select it with the text or selection tool and making the table frame smaller on that page just pushes the gap to the next page. I'm attaching a screenshot... any suggestions welcome! I can't have a huge gap in my catalogue

Hi, thank you so much for your answer. The next part of the table is as the rest. The far right column is about 4 rows high. Not enough to cause the gap as it's like that on all 100 or so pages. Here is a shot for you.
TIA for any more suggestions!

Similar Messages

  • Net Price of Info record appearing in table EINE for Invalid dates

    Dear Expert
    Net Price ( Purchasing data view ) for Info record should be zero if Info record  is not having valid price ( not within Validity dates) but still its appearing in Table EINE,please advice why this is happening ?how to resolve this problem

    Hi,
    Please check the OSS note 369511. You need to run program RM06INPO AFTER the validity has become active.
    BR,
    Patil

  • Residual payment in F-58 not appearing in table BSIK

    Good day,
    I noticed that if I made payment to vendor through residual process in F-58 the remaining outstanding payable using the new document number does not appear in table BSIK
    I have customized AP Aging report that I need to consider this document which only gather data from BSIK table.  How can I be able to consider those document that are still open but does not appear in table BSIK.
    Appreciate your help
    Thanks,
    Rod

    Hi,
    When you clear any invoice the invoice line item will disapper from the BSIK table and creates two items in the BSAK table.
    In BSAK table, for all clearing line items the field BSAK-XZAHL updates with the "X".
    If you find any entry in the BSIK table with "X" in the BSIK-XZAHL field, then that entry refers the residual item.
    and the clearing document number will be the residual document number.
    e.g.,
    1) Normal case
    Document 1001 (amoun rs.1000/-)- INVOICE
    Document 2001 (amoun rs.1000/-)- PAYMENT - here the clearing document is 2001
    2) Residucal case
    Document 1002 (amoun rs.1000/-)- INVOICE
    Document 3001 (amoun rs. 600/-)- RESIDUAL PAYMENT - here the clearing document is 3001 & also the residual invoice document is 3001
    SKS

  • Line appearing between tables?

    A line is appearing between tables that I can't get rid of. I
    can't seem to make the tables touch. I took a screen of it; I don't
    want that line to be there in the white:
    http://aycu19.webshots.com/image/26338/2005650946393136015_th.jpg

    You have a mistake here -
    <td width="170" height="150" valign="top"
    class="sidebar_buttons"><a
    href="index.html" onmouseout="MM_swapImgRestore()"
    onmouseover="MM_swapImage('Home','','global/nav/homebar_rollover.png',1)"><a
    href="index.html" onmouseout="MM_swapImgRestore()"
    onmouseover="MM_swapImage('Home','','global/nav/homebar_rollover.png',1)"><a
    href="index.html" onmouseout="MM_swapImgRestore()"
    onmouseover="MM_swapImage('Home','','global/nav/homebar_rollover.png',1)"><img
    src="global/nav/homebar_norm.png" alt="Home" name="Home"
    width="130"
    height="30" border="0" id="Home"
    /></a></a></td>
    Note the nested <a> tags ----------------^^^^^^^^
    That's wrong. Each <a> tag must be properly terminated
    <td width="170" height="150" valign="top"
    class="sidebar_buttons"><a
    href="index.html" onmouseout="MM_swapImgRestore()"
    onmouseover="MM_swapImage('Home','','global/nav/homebar_rollover.png',1)"><img
    src="global/nav/homebar_norm.png" alt="Home" name="Home"
    width="130"
    height="30" border="0" id="Home" /></a></td>
    In fact, two of them were redundant, and I deleted them.
    Perhaps your line is coming from the spacer row at the bottom
    of the top
    table?
    <tr><td height="1"><img src="spacer.png"
    alt="" width="170" height="1"
    /></td><td><img src="spacer.png" alt=""
    width="530" height="1"
    /></td><td></td></tr>
    </table>
    Change this by removing the entire row -
    </table>
    and see what happens.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "mbaboy" <[email protected]> wrote in
    message
    news:[email protected]...
    > Ok, here's the code. I'm a n00b, so my code is very
    inefficient. I barely
    > know
    > how to read code, so I apoligize in advance if I gave
    you too much.
    > Basically
    > there is a table on top with two cells for the banner,
    and one below it
    > for the
    > sidebar with a few cells. The problem comes between the
    two tables. Thanks
    > a
    > lot.
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    > <title>CoreFitness Personal Training</title>
    > <link href="styles.css" rel="stylesheet"
    type="text/css" />
    > <script type="text/javascript">
    > <!--
    > function MM_swapImgRestore() { //v3.0
    > var i,x,a=document.MM_sr;
    for(i=0;a&&i<a.length&&(x=a
    )&&x.oSrc;i++)
    > x.src=x.oSrc;
    > }
    > function MM_preloadImages() { //v3.0
    > var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new
    Array();
    > var i,j=d.MM_p.length,a=MM_preloadImages.arguments;
    for(i=0;
    > i<a.length;
    > i++)
    > if (a.indexOf("#")!=0){ d.MM_p[j]=new Image;
    > d.MM_p[j++].src=a
    > }
    >
    > function MM_findObj(n, d) { //v4.01
    > var p,i,x; if(!d) d=document;
    >
    if((p=n.indexOf("?"))>0&&parent.frames.length) {
    > d=parent.frames[n.substring(p+1)].document;
    n=n.substring(0,p);}
    > if(!(x=d[n])&&d.all) x=d.all[n]; for
    (i=0;!x&&i<d.forms.length;i++)
    > x=d.forms[n];
    >
    for(i=0;!x&&d.layers&&i<d.layers.length;i++)
    > x=MM_findObj(n,d.layers
    .document);
    > if(!x && d.getElementById)
    x=d.getElementById(n); return x;
    > }
    >
    > function MM_swapImage() { //v3.0
    > var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new
    Array;
    > for(i=0;i<(a.length-2);i+=3)
    > if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x;
    if(!x.oSrc)
    > x.oSrc=x.src; x.src=a[i+2];}
    > }
    >
    > //-->
    > </script>
    > </head>
    >
    > <body
    >
    onload="MM_preloadImages('global/nav/homebar_rollover.png','global/nav/about_rol
    >
    lover.png','global/nav/contact_rollover.png','global/nav/trainers_rollover.png')
    > "><table width="100%" border="0" cellpadding="0"
    cellspacing="0"
    > class="banner">
    > <!--DWLayoutTable-->
    > <tr>
    > <td width="170" height="100" valign="top"
    class="sidebar_topend"><img
    > src="global/banner/logo_left.png" alt="CoreFitness"
    width="170"
    > height="100"
    > /></td>
    > <td width="530" valign="top"
    bgcolor="#6600FF"><img
    > src="global/banner/logo_right.png" alt="CoreFitness"
    width="530"
    > height="100"
    > /></td>
    > <td width="100%"
    valign="top"><!--DWLayoutEmptyCell--> </td>
    > </tr><tr><td height="1"><img
    src="spacer.png" alt="" width="170"
    > height="1"
    > /></td><td><img src="spacer.png"
    alt="" width="530" height="1"
    > /></td><td></td></tr>
    > </table>
    > <table width="170" border="0" cellpadding="0"
    cellspacing="0"
    > class="sidebar">
    > <!--DWLayoutTable-->
    > <tr>
    > <td width="170" height="150" valign="top"
    class="sidebar_buttons"><a
    > href="index.html" onmouseout="MM_swapImgRestore()"
    >
    onmouseover="MM_swapImage('Home','','global/nav/homebar_rollover.png',1)"><a
    > href="index.html" onmouseout="MM_swapImgRestore()"
    >
    onmouseover="MM_swapImage('Home','','global/nav/homebar_rollover.png',1)"><a
    > href="index.html" onmouseout="MM_swapImgRestore()"
    >
    onmouseover="MM_swapImage('Home','','global/nav/homebar_rollover.png',1)"><img
    > src="global/nav/homebar_norm.png" alt="Home" name="Home"
    width="130"
    > height="30" border="0" id="Home"
    /></a></a></td>
    > </tr>
    > <tr>
    > <td height="30" valign="top"
    class="sidebar_buttons"><a href="#"
    > onmouseout="MM_swapImgRestore()"
    >
    onmouseover="MM_swapImage('About','','global/nav/about_rollover.png',1)"><img
    > src="global/nav/about_norm.png" alt="About" name="About"
    width="130"
    > height="30" border="0" id="About"
    /></a></td>
    > </tr>
    > <tr>
    > <td height="30" valign="top"
    class="sidebar_buttons"><a href="#"
    > onmouseout="MM_swapImgRestore()"
    >
    onmouseover="MM_swapImage('Trainers','','global/nav/trainers_rollover.png',1)"><
    > img src="global/nav/trainers_norm.png" alt="Trainers"
    name="Trainers"
    > width="130" height="30" border="0" id="Trainers"
    /></a></td>
    > </tr>
    > <tr>
    > <td height="31" valign="top"
    class="sidebar_buttons"><a href="#"
    > onmouseout="MM_swapImgRestore()"
    >
    onmouseover="MM_swapImage('Contact','','global/nav/contact_rollover.png',1)"><im
    > g src="global/nav/contact_norm.png" name="Contact"
    width="130" height="30"
    > border="0" id="Contact" /></a></td>
    > </tr>
    > <tr>
    > <td height="300"
    class="sidebar_buttons"> </td>
    > </tr>
    > </table>
    > </body>
    > </html>
    >

  • Large gaps appearing between content when exporting to HTML

    Good afternoon,
    I'm relatively new to Muse and I'm evaluation whether to purchase a subscription, but this problem has got me very frustrated. I have very large gaps appearing between content in my designs, causing the site to look terrible and not anywhere near how it looks in Muse.
    I have seen this error reported on the forums earlier, and I have checked and can't see any "hidden text boxes" or "0 wide content" causing this bug. Please look at my screenshots for an explanation of the problem.
    This is what I see in Muse, it looks relatively clean and I'm liking how it appears.
    But when I export to HTML, I get this atrocity.
    The Muse file is available to download from here:
    http://www.fixem.com.au/DCR%20Concrete%20Site.rar
    Any help would be greatly appreciated. Thank you for your time.

    Hi Larry
    The text at bottom shows when viewed in browser as I checked, but let me know which browser you are using ? Also if you are using the site to publish to any external server.
    Regarding resources , there are many tutorials and forum threads for best practices used for text styling ,
    These videos should help you :
    http://tv.adobe.com/watch/learn-adobe-muse-cc/applying-effects-to-text/
    http://tv.adobe.com/watch/learn-adobe-muse-cc/work-with-text-adding-text/
    http://tv.adobe.com/watch/learn-adobe-muse-cc/working-with-text-styles-create-a-paragraph- style/
    Thanks,
    Sanjit

  • Gaps appear in pattern after i resize

    i initially made a pattern and it works just fine in its original size, no gaps
    but then i realized it was a bit too big and tried to size it down, then gaps appeared in the file:
    the gaps dont even appear on the boundaries to the tiles, they go across my object. the gaps appeared when i printed it as well.
    how do i fix this?

    Hi Daniel!
    Try the steps in the following article to help you troubleshoot this issue with your iPod being recognized in iTunes:
    iPod not recognized in My Computer and in iTunes for Windows
    http://support.apple.com/kb/ts1369
    Thanks for being a part of the Apple Support Communities!
    Regards,
    Braden

  • Hiding gap in a table control - Column is invisible

    Hi All,
    I'm hiding a column in a table control based on a condition. My requirement is I need to remove the gap occupied by the column that is invisible.
    <b><REMOVED BY MODERATOR></b>
    Thanks,
    Bhaskar.
    Message was edited by:
            Alvaro Tejada Galindo

    Hi Bhaskar,
    Based on the Condition, you can build the Field catalogue.
    So that, u can restrict them at the catolog bulding level.
    Regards,
    Sujatha

  • Gaps appear in IE 6 browser window for hidden fields in Create User form

    Hi,
    I need an urgent input on this one.
    I hid an OIM default attribute for users in the 'Create User' form by modifying clear_all_fields.js
    The field is hidden from the 'Create User' page fine!
    But if I open the page from Internet Explorer 6 it shows a gap in the place of the hidden field.
    For Mozilla 3.0.5 the gaps are not appearing.
    I tried removing these gaps by deleting the tags and the field in the clear_all_fields.js
    or, by reducing the dimension of the spacer.gif in GenerateCreateUserForm.jsp.
    But it reflected no change in the form look n feel.
    The requirement is to hide the fields and not remove them.
    Any suggestion as to what may be the way out?

    Thanks for the update Leonard. This would be an extremely useful plugin. I've been looking for it on http://labs.adobe.com/technologies/ under the plug-ins tab but have been unable to find it. It wasn't even there in the Pre-Release Programs. Is it located somewhere else or with a different name? Please let me know.
    Meanwhile, I've been trying to write my own VB script to get the button clicked. Here's what I've come up till now-
    FindText
    HiliteList.Add->CreateWordHilite->SetTextSelect->GetBoundingRect->PointToDevice
    The last function seems to be deprecated. Also there's nothing to connect the text highlighted by findtext with HiLiteList.Add. I guess
    I may have to use the JSO word search method.
    Any advice, as always, would be much appreciated.

  • Vertical Scroll bar does not appear in table control

    Hi ,
    I have a table control with both vertical and horizontal scroll bars.
    The data which comes is always more than 50 and the visible line size is 8.The vertical scroll bar
    does not appear at times..but if i run the program again, it appears..
    Sometimes it appears and sometimes no vertical scroll bar comes thought the data is more than the visible lines.
    Any suggestions ? why is this happening?
    Regards,
    Sharadha

    You have inserted data in the internal table and not "informed" the table control
    In the PBO, use a statement like
    DESCRIBE TABLE <itab> LINES <control>-lines.
    Regards

  • Strange lines appear in tables?

    Whenever I delete a row or column at the end of a table a strange black line appears, I have to keep going back to strokes and fills to adjust the table to have I want it. Is there something I am doing wrong?

    Before and after screen shots would be very helpful, along with the version of ID and your OS. Embed the images in a post using the camera icon on the web page like this:

  • A 1 pixel gap appears on webpage on the ipad or when zoomed on a Mac with Firefox 4

    I'm having an issue with a website having a 1 pixel gap under various OS's and browsers.
    http://www.coffeeandcream.ca/
    When viewed on an iPad it shows a 1 pixel gap on the right side of the link icons.  When you zoom on the iPad, the gap disappears and reappears at random zoom factors.
    When viewed on my Mac Pro under Firefox (version 4) it is fine to start, but when zoomed, random images have the 1 pixel gap sometimes above and below or to the left or right or sometimes both above/below and left/right.
    I'm not over worried about the behaviour of Firefox...since it is only when the page is zoomed.
    When I view it on my Windows PC, I have no issue with the gap under Firefox 3 or 4, or IE.
    Any thoughts on what is going on?
    Thanks in advance,

    Have you thought of entering the following code at the very top of your CSS file?
                    margin: 0;
                    padding: 0;
                    border: 0;
    This should reset the browser of your iPad and FF in Mac.  I use neither so I can't test it at my end.  the above code is not likely to affect any other standards compliant browsers.
    hth

  • Hairline white gap appearing between objects

    Hi,
    I've constructed a logo that consists of several shapes that but up against each other. The sides that touch one another are completely flat. When I zoom in, the objects are touching, if not overlapping in some cases. This is okay as it is very small.
    However when I save it as a pdf document to sent to a client, those thin lines between the shapes appear much more pronounced. It looks as if I have intentionally put a .5 stroke line between each object. Why does this occur and is there a way to fix this problem?

    Bayne,
    It sounds as if it is a PDF rendering issue.
    What happens if you zoom into the PDF?
    And how is it when you print the PDF?

  • Gaps appear with Safari, but not in any other browser.

    Hi Guys, working on a site, heres a page from it:
    Text
    If you view it in safari, it has gaps at the bottom of the
    page in the border graphic, it renders fine in other browsers.
    I have been able to fix this by adding a line break as the
    entry in the sideshadow div, but i would prefer not to have to.
    Anyone have any ideas?
    Cheers

    #BottomShadow {
    width: 900px;
    height: 45px;
    background:url("../Images/bottom.jpg") no-repeat;
    background-color:#FFFFFF;
    text-align:center;
    padding-top:30px;
    I'd look at the padding-top here to see if it is adding to
    much space.
    Also, try eliminating the white space in your code within the
    template
    comments:
    </div>
    <!-- InstanceEndEditable --> </div>
    <div id="BottomShadow">
    to:
    </div>
    <!-- InstanceEndEditable --></div>
    <div id="BottomShadow">
    James M. Shook
    http://www.jshook.com

  • SAPUI5: How to set the appearance of Table control?

    Hi there,
    I have a table on my app UI. Now I want simply show the table grid lines (currently, the vertical lines between columns are not shown). Any idea?
    Furthermore, how to set the width of the bord lines or even teh color of the lines?
    Thanks very much in advance!
    Dong Zhu

    Hi,
    The demo link provided by Chandra uses Blue Crystal theme, hence it shows the vertical lines between the columns of the table. If you are using Gold Reflection theme, then to get the vertical lines, you need to play with CSS. Add the below snippet of CSS between <head></head> of your html file.
    <style>
    .sapUiTableTr>td {
                  border-right: 1px solid #cccccc !important;
    </style>
    Thanks & Regards,
    Vishwa

  • Error appearing on table

    Hi everyone,
    I have a 2 row table. The first row is a text cell while the second row contains 3 radio buttons. When I inserted the radio buttons into the row, I found that I had to wrap the radio group within a subform and then set the content to "Flowed" and a flow direction of "Western Text". This was the only way I could prevent the radio buttons from stacking one on top of the other. That's just some background information that may relate to the problem.
    I'm getting the following warning:
    "This object may not work properly. Although the object is allowed to break, deselecting the Allow Page Breaks Within Content option of the parent object restricts this object from breaking between pages."
    I can't tell which object this warning is related to though. The warning icon seems to be positioned to the right of the containing table, right inbetween the first and second rows, so I don't know whether it relates to the radio button group or one of the cells within the table or the table itself.
    I wondered if anyone knows why I'm getting this error or how to fix it?
    Appreciate any help.

    Thanks for the reply,
    I tried your suggestion and wrapped the radio buttons in a radio button group and the error disappered which is great so thanks very much for that.
    Could I ask another couple of questions?
    I have a submit by email button which I've just tested, and I noticed that the data file that gets attached to the email is a .xml file. I thought that it was supposed to attache a .fdf file (form data file). Is there a way to have it attach a .fdf file instead of .xml? Also the name of the file is not the name of the form itself - it seems to be a series of numbers and letters - is there a way to ensure this data file is correctly named to reflect the name of the form?
    Finally, I noticed that it puts the following text into the body of the email:
    The attached file contains data that was entered into a form. It is not the form itself.
    The recipient of this data file should save it locally with a unique name. Adobe Acrobat Professional 7 or later can process this data by importing it back into the blank form or creating a spreadsheet from several data files. See Help in Adobe Acrobat Professional 7 or later for more details.
    Is it possible to customise this text or remove it altogether?
    Appreciate any further help.

Maybe you are looking for