Skip to main content
May 6, 2013
Question

Table Columns Disappearing in Editor

  • May 6, 2013
  • 1 reply
  • 793 views

After importing HTML files from another project, I'm having problems with the second column disappearing in tables in the editor when viewing a topic.

If I go to the file in Windows Explorer and click on it, it comes up perfectly in IE 8, but if imported, anything to the right of the first column is missing on all tables in the file.

Any suggestions?

    This topic has been closed for replies.

    1 reply

    Willam van Weelden
    Inspiring
    May 6, 2013

    Hi,

    What is the HTML of the table? Is it correct, or does it perhaps contain a HTML syntax error?

    In RoboHelp, is the column simply not visible or is it missing in the HTML too?

    Greet,

    Willam

    May 6, 2013

    Thanks for responding so quickly. The HTML looks good through Window's Explorer, but in the Robo Editor, there is a null value in the td cells that have disappeared.

    May 6, 2013

    Here's some of the markup from the file in Window's Explorer and from the Robo Editor:

    Markup from file in IE8

    <tr valign="top" class="whs46">

    <td class=standout style="width: 14.749%; padding-left: 2px; padding-top: 2px; padding-right: 2px;

    padding-bottom: 2px; background-color: #f4f4f4; x-cell-content-align: top;"

    valign=top bgcolor=#F4F4F4 width=14.749%>

    <p class="whs48">Last Name </td>

    <td class=formtext style="width: 85.251%; padding-left: 2px; padding-top: 2px; padding-right: 2px;

    padding-bottom: 2px; background-color: #f4f4f4; x-cell-content-align: top;"

    valign=top bgcolor=#F4F4F4 width=85.251%>

    <p class=bullets>Employee's last name. </td></tr>

    Markup from file in RoboHelp7 editor

    <tr class="whs46" style="x-cell-content-align: top;" valign=top>

    <td class="standout" style="width: 14.749%; padding-left: 2px; padding-top: 2px; padding-right: 2px;

    padding-bottom: 2px; background-color: #f4f4f4; x-cell-content-align: top;"

    valign=top bgcolor=#F4F4F4 width=14.749%>

    <p class="whs48">Last Name </td>

    <td_null></tr>