Strange line under the text after the table conversion

I've converted a few tabs text to a table, and I have black lines under the text. Where it comes from and how do I remove it.

See attached screenshot.

Rich

Here are the rules of paragraph. The original paragraph had a rule below, and divide the line into separate cells repeated for each cell.

Check if the rule is set in the style of paragraph applied to these texts (this is according to the rules of the paragraph); If so, disable it here. If not, just select all those cells and press Ctrl/Apple + Alt + J; Select 'Rule' below the menu drop down and uncheck "pronounce on.

Tags: InDesign

Similar Questions

  • How to set the text in the last line of the table to be bold

    Hi all

    I have two tables in the report on my page and I would like to have the last line of the table as a "BOLD" text data.

    I found a jQuery selector to select the last row of the table, but I do not know how to implement it in the Apex. I want to control what table will have changed last row and who won't.
    $("tr:last").css({backgroundColor: 'yellow', fontWeight: 'bolder'});
    Could someone help me how to create a dynamic action to accomplish, or if y at - there another solution?

    My test app:

    user name: [email protected]
    passwd: kurintest
    appl: REPORT_APPL 12451

    Thanks in advance,

    Jiri

    Nico Martens wrote:

    PS: If you worry about sql plsql context switching, use a box instead of my function. Which probably could increase performance.

    Using this technique , analytics, and casewould be more effective and offer the best separation of concerns:

    Source report

    select
              product_id
            , sum(quantity_on_hand) qty
            , avg(quantity_on_hand) avg
            , case
                when   count(*) over ()
                     = row_number() over (order by product_id nulls last)
                then
                  'bold'
                else
                  'normal'
              end font_weight
    from
              oehr_inventories
    group by
              rollup(product_id)
    order by
              product_id nulls last
    

    HTML column expression

    #PRODUCT_ID#
    

    Avoid generating HTML in the query when it is possible that its impact on the ability to use the features of declarative report as column sorting and setting in the form. (See examples on page 3)

    If you have a table with 100 rows and you show only 15 lines. Do you want the 15th line "BOLD" or just line 100Le.

    It is really the important issue here. If the reports do not use paging and always show all lines, then it's trivial to implement using dynamic Action (as shown on page 2):
    H4. When

    Event: After refresh
    Selection type: jQuery Selector
    jQuery Selector: .report-standard

    H4. Real Action

    Action: Run the JavaScript Code
    Fire on loading the Page: Yes
    Code:

    $(".report-standard tr:last-child td").css({backgroundColor: 'yellow', fontWeight: 'bolder'});
    

    (Here is to use appropriate DA / jQuery selectors to make sure that only reports including totals get this formatting applied...)

    For more complex presentations, a report of custom line model is the way forward, as in the link in the previous thread of the OP: + {: identifier of the thread = 2436912} +.

    Also note that the columns hidden, based on the GROUP_ID/GROUPING/GROUPING_ID functions are very useful in these reports. They can be used to report conditions of line to avoid the additional conditions to be ready in the query (as in the case above) and provide the break several levels of formatting.

  • text have not correction under the table (IE6?)

    Here is a link to a page in safari that I work well, which seems to work in FF and Safari.

    http://myjobmarket.ca/joblistemp.php?emp_id=1

    In IE6 (haven't checked the newer versions yet) displays the meter to record under the table of results ('record 1 to 2 of 2") to the right of the table, wedged against the sidebar.  Everyone sees why? Is this a CSS problem?

    Thanks in advance,

    Greg

    Remove align = "left" of the nested table.

  • Toggle buttons control according to the selected line in the table?

    Hello

    I have used JDev 11.1.1.2.0

    On my main page, it has a query section and view the result to a component of the lookup table and also has functioning as (update/deletion) buttons in the toolbar.

    I want to toggle buttons operating according to some value of the selected line in the table, and I searched on the OTN forum, found more than issues like that, but seemed no found a good solution.

    The table is a unique and has a status column selection, its data type is integer, and I want to activate the buttons when the value of the status field of the selected line is 0 or 1, disable the buttons when the State value is other values.

    Code of the table as:

    < af:table value = "#{bindings." Var VO1.collectionModel}"="row ".
    lines = ' #{bindings. " VO1.rangeSize}.
    emptyText = "#{bindingsVO1.viewable?" '} ". No data to display. ': 'Access Denied. »} »
    fetchSize = "#{bindings." VO1.rangeSize}.
    rowBandingInterval = '0 '.
    filterModel = "#{bindings." VOCriteriaQuery.queryDescriptor}.
    queryListener = ' #{bindings. " VOCriteriaQuery.processQuery}.
    filterVisible = "true" varStatus = "vs."
    selectedRowKeys = ' #{bindings. " VO1.collectionModel.selectedRow}.
    selectionListener = "#{bindings." VO1.collectionModel.makeCurrent}.
    rowSelection = "single" id = "resId1" >

    Operation code buttons like:
    < af:commandToolbarButton text = "Update" id = "ctb2" action = "editDAF" / >

    Any suggestions would be very helpful.

    Thank you
    zeroxin

    Hello

    bind to the attribute in the PageDef file for the status field. Then configure the PartialTriggers property button to point to the ID of the table. Of the disabled button property then points to the status as attribute link

    #{bindings.statusField.inputValue == 'value'}

    Frank

  • Add lines to the table of results

    Hi all

    A table of results page updated, I have one called submitButton 'Add' to add rows at the bottom of the table to create a new record.
    Wrote a method create in AM, but it's always add a new line to the second last position.

    How to add a new line to the table after the last record?


    Thank you and best regards,
    Patricia

    In your method of AM

    You can use following code in AM

    VORowImpl row = (VORowImpl)vo.last();
    vo.setCurrentRow(row);
    vo.next();
    VORowImpl newrow = (VORowImpl)vo.createRow();
    vo.insertRow(newrow);
    

    I hope that helps!

    Thank you
    AJ

  • Add the line in the table of the ADF

    I am trying to add a new line to the table of the ADF. Here are my steps:
    1 create new entities to tables (new-> EJB-> entities from Tables)
    2. create the Session Bean (new->-> Session Bean EJB) with all required methods for earlier of the entity created
    3 create the control of data off of it (right click-> session bean create a Data control)-, it creates 'testFindAll '.
    4. After these steps, I drag / drop my "testFindAll" of data controls to form and create the table
    5. now I do drag & drop operation Create since my 'testFindAll-> operations", create a button and move the action to create CreateInsert

    And now, eating disorders: ((...)) When I click on the button to add the new line I get null pointer exception. Here is the part of the trace:

    java.lang.NullPointerException
    at oracle.adf.model.adapter.bean.UpdatableBeanDataControl.createRowData(UpdatableBeanDataControl.java:137)
    at oracle.adf.model.bean.DCBeanDataControl.createRowData(DCBeanDataControl.java:642)
    at oracle.adf.model.bean.DCDataVO.doCreateData(DCDataVO.java:870)
    at oracle.adf.model.bean.DCDataRow.create(DCDataRow.java:306)
    at oracle.jbo.server.ViewRowImpl.callCreate(ViewRowImpl.java:432)
    at oracle.jbo.server.ViewObjectImpl.createInstance(ViewObjectImpl.java:4679)
    at oracle.adf.model.bean.DCDataVO.createInstance(DCDataVO.java:567)
    at oracle.jbo.server.QueryCollection.createRowWithEntities(QueryCollection.java:1818)
    at oracle.jbo.server.ViewRowSetImpl.createRowWithEntities(ViewRowSetImpl.java:2211)
    at oracle.jbo.server.ViewRowSetImpl.doCreateAndInitRow(ViewRowSetImpl.java:2257)
    at oracle.jbo.server.ViewRowSetImpl.createRow(ViewRowSetImpl.java:2233)
    at oracle.jbo.server.ViewObjectImpl.createRow(ViewObjectImpl.java:9404)
    at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1223)
    at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2120)
    at oracle.adf.model.bean.DCBeanDataControl.invokeOperation(DCBeanDataControl.java:464)
    at oracle.adf.model.adapter.AdapterDCService.invokeOperation(AdapterDCService.java:307)
    at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:693)
    at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:394)
    at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:217)
    at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    ...


    I know I can do it if you create ViewObject rather than Tables and SessionBean entities. But I need this approach.

    Thank you very much!

    Hi Goran,

    What is your version of JDev? You try with EJB 3.0 or 2.1? I just tried (with 3.0) and it works fine (tested in JDev 11.1.1.2.0).

    Here's my pagedef

    
    

    Infact, I don't have to change the action of creation at CreateInsert. By default, it is CreateInsert only.

    Arun-

  • in windows 7 when you right click on how do you get the little line under the letter of the you can click on to make it open Windows 7

    in windows 7 when you right click on how do you get the little line under the letter of the you can click on to make it open Windows 7

    Example when you right click on a program, you can see Open if you click o the file opens, it was in XP, but not in 7

    That's what you want.

    1 - Open "Control Panel" and go to accessibility.

    2 - click make the keyboard easier to use.

    3. the title of 'Make it easier to use keyboard shortcuts' tick the box 'Underline access keys and keyboard shortcuts' and click 'Ok '.

    Oh sure, it could be useful.

  • Disappearance of the extra lines under the thumbnailas to the bridge

    Does anyone know how to restore the natural appearance of the bridge of icons (now I only titles in big black round frames) and additional lines under the thumbnailas?

    Is view > thumbnails show only checked? This can be enabled or disabled by using CTRL-T

  • Added new line in the table

    Hello

    I have a table inside a panelCollection. When I press the button Add a new row (plu green) the empty line newly added appears in a random place in the table, but I want to appear as the first line of the table (top of the table). How I do that?

    Thank you very much
    Will do

    Will do,

    It is a weird behavior that was introduced in JDev 11.1.1.4. We fixed this in the next version by adding the new line always above the current line.

    You can do two things:
    -Make sure that the size of the range of the iterator binding is greater than the number of rows displayed, in this case the new line will be created directly below the current line
    -extend the JHeadstart TableBean class, override the createNewRow method and create a line in the first line

    Steven Davelaar,
    Jheadstart team.

  • How to jump/remove line under the name of report

    Hello

    How to remove the line under the name of report

    Thank you

    Hello

    Change the display of the title and goto Format title view just about symbol brush that is above the word title
    Border-> Position-> none

    Thank you
    Oldia...

  • How to display a message after inserting line in the table...

    Hello

    I want to display a message after inserting rows in the table as *' you have inserted a new line with success *'.


    I use the ADF button createinsert to insert the rows in table.after that I am stolen it.


    After commit I want to display message for the user.for what I need to do.





    Please help me.





    Sanchez.

    Double-click the validation button, to link Action property dialog will appear and then create a method of bean managed for the validation button.
    Then, add the following code to the method:

    public String saveButton_action() {}
    BindingContainer links = getBindings();
    OperationBinding operationBinding = bindings.getOperationBinding ("Commit");
    Object result = operationBinding.execute ();
    Note "!" operator has been removed from the default code.
    {if (OperationBinding.GetErrors (). IsEmpty())}
    FacesContext ctx = FacesContext.getCurrentInstance ();
    FacesMessage saveMsg is new FacesMessage ("saved successfully");.
    ctx.addMessage (null, saveMsg);
    }
    Returns a null value.
    }

    Then, restore the ActionListener value.

    I hope this helps.

  • When I print a table (multiple pages) the text box under the table seems to be moving under the table and prints with the table of this overlap. My only solution is to push the text box further down the page before printing... Any advice?

    Im having problems shaped a text box so that my table does not print right on top of it. I want it inside of my table (it's 'tems and conditions' budget)

    Any advice would be great.

    I face the same problem as well. Would like to know if there is a better way to get the text box to move with the table instead of the effect that overlap. Have to manually adjust the layout, whenever I want to get a reasonable print of a document (or export it to PDF) seems counterintuitive, especially when it causes the document seem ill-disposed on screen.

    I am running version 3.6.2 of the numbers in the case where that matters.

  • error after using a servlet in ADF - unable to choose another line in the table

    Hello

    I print a button and when I select a row in a table call a servlet to download. After I open or save the document, I can't make another selection from the table or another action.
    The table has a row selection active.
    The servlet are part of a workflow.

    Here's the code for the sevlet and my version of jdev is 11.1.1.2.0

    SerializableAttribute public class DownloadServlet extends HttpServlet {}

    @Override
    Public Sub init (ServletConfig config) throws ServletException {}
    Super.init (config);
    }

    public void doGet (HttpServletRequest request,
    HttpServletResponse response) throws ServletException,.
    IOException {}


    String ID = null;
    Den String = null;

    InitialContext ic;
    try {}
    IC = new world;
    } catch (NamingException e) {}
    }
    DataSource ds = null;
    Connection Conn = null;
    PreparedStatement cStmt = null;
    ResultSet rset = null;
    Byte [] bdata = null;
    String rezult_null = "";
    id_fisier_lcl = request.getParameter ("id");
    den_fisier_lcl = request.getParameter ("fileName");



    rezult_null = ' <? XML version=\"1.0\" encoding =------"UTF - 8\ '? "> \n ' +.
    "a fost arhivat Fisierul < body > < / Body >";



    try {}
    IC = new world;
    DS = (DataSource) ic.lookup("jdbc/ConnDS");
    Conn = ds.getConnection ();
    cStmt = conn.prepareStatement ("commit");
    cStmt.execute ();
    Conn.Commit ();
    cStmt = conn.prepareStatement ("SELECT a.item FROM table a WHERE = a.id" + id);

    RSet = cStmt.executeQuery ();
    If (rset.next ()) {}
    clob = weblogic.jdbc.wrapper.Clob
    (weblogic.jdbc.wrapper.Clob) rset.getClob ('content');
    oracle.sql.CLOB oclob = (oracle.sql.CLOB) clob.getVendorObj ();

    bdata = new byte [(int) oclob.length ()];
    InputStream is = oclob.getAsciiStream ();
    is. Read (bdata);
    RSet.Close ();
    cStmt.close ();

    } else {}
    bdata = new byte [(int) rezult_null.length ()];
    bdata = rezult_null.getBytes ();
    RSet.Close ();
    cStmt.close ();

    }
    } catch (NamingException e) {}
    } catch (SQLException e) {}
    }

    String username_lcl = null;
    username_lcl =
    ADFContext.getCurrent () .getSecurityContext () .getUserName ();





    OutputStream outputStream = response.getOutputStream ();
    String mimetype = "";

    FacesContext facesContext = FacesContext.getCurrentInstance ();
    response.setContentType ((mimetype! = null)? mimetype: "application/x-download");
    response.setHeader ("Content-Disposition", "attachment; filename =------"' + den_fisier_lcl + '. '" xml\' ");

    try {}
    outputStream.write (bdata);
    outputStream.flush ();
    outputStream.close ();
    }
    catch (Exception e) {}
    e.printStackTrace ();
    FacesMessage msg =
    new FacesMessage (FacesMessage.SEVERITY_ERROR, e.getMessage (),)
    "");
    facesContext.addMessage (null, msg);

    }

    }


    }

    How can I solve this problem?

    Thank you.

    Hello

    have you seen this?

    http://download.Oracle.com/docs/CD/E21764_01/apirefs.1111/e12419/tagdoc/af_fileDownloadActionListener.html

    If you want to continue with your approach, then a way out of your problem might be to add an af:clientListener on the command button. The JavaScript function would be

    function onDownload(evt){
    
      evt.noResponseExpected();
    
    }
    

    Frank

  • How to make the double line things go away when I read web pages, that what happens in front of him just some words that are double line under the word and then you will see an announcement when the cursor passes through the word.

    He double blue line under a word like POWER or Medicare, etc.

    It is contextual advertising. You should be able to eliminate one of the following. I suggest you have a file hosts and Adblock Plus with EasyList filter subscription.

    Extension "Adblock more."

    You also need the filters as "Easylist" subscription so after installation of
    with the right button on the icon of the status bar and choose 'Préférences'
    then on the filters menu-> Add-> EasyList subscription
    https://addons.mozilla.org/firefox/addon/adblock-plus/ (608,3 KB)

    Blocking unwanted Parasites with a Hosts file

    Blocking is at the level of the system
    http://www.MVPs.org/winhelp2002/hosts.htm
    View/use the HOSTS offered above as a plain text file
    http://www.mvps.org/winhelp2002/hosts.txt (596KO)
    If you add one of your own you will have to keep in mind
      and manually include the online hosts.txt file below your own.
    

    Hosts file is more oriented to protect your system against the really bad
    or things spread by its host name. Do not confuse with no antivirus protection more.

    Please mark "resolved" a response that will better help others with a similar problem - hope it was her.

    BLOCKED TOO - with Adblock Plus - no problem:

    With the ease of blocking items in Adblock Plus occasionally, you can be too aggressive and suddenly disappear all over the page. Adblock Plus provides functionality to help you know more precisely what you block with on a page.

    As seen in the Preferences ("Ctrl + Shift + F"), ABP maintains separate groups
    -The filters that you created yourself (rules of Exception, blocking rules, element hiding rules)
    -Separate groups for each subscription filter

    The report of blockable items ("Ctrl + Shift + V"), it's where you go to see what is blockable, what is blocked and if blocked what the rule is on the line with the mouse hovering. It would also enable the source, so you can see if it was your rule. The right mouse button opens a context menu with options. I show the columns are {address, filter, type, State} selected to the right of the headings. I have sort by State so block appear in red at the top.

    You can use the report to make the changes you need.
    We'll see changes you make in the preferences.

  • 'Lines' of the table does not automatically extend as added content?

    This is a table of Storyboard, built with a simple table.  Three columns: one for the images, one as a spacer, a text.

    I did the storyboard to the origin in the Pages, and then converted in Word to work with a partner, now converted to Pages yet.  It seems to be OK except for one thing:

    Before, when I would write in the text of the text column... the line would extend automatically as the text was written, at least in the size of a page.

    Now, I think lines are somehow "locked" and does not (at least one page), extend this text and images, are "hiding" because the line is not normally develop as she would have.

    Is there some click preferably a place that keeps my lines to a constant size, any content is in every cell?

    Or maybe it's a corruption caused by going to Word and back?

    All ears,

    Ben

    V4.3 Pages ' 09, or permit Pages v5.6.2 splitting a line beyond the limits of the page, so limit the content of text in a cell a to a single page. I just copy and paste a page full of text and he dropped in the first row, cell 3. It is automatically extended to the bottom of the page and not details. There is no hidden settings in Pages that will be substituted for this limitation.

Maybe you are looking for