Import from Word creates bad html
jeffc2010 Dec 17, 2013 1:53 PMusing Word 2010 and Robohelp 10
I cannot find a "convert text to table" option in Robohelp so I assume you must create the table from scratch or import the table, correct?
Importing word docs using tables and lists creates html with a lot of formatting garbage (in my opinion)
- i created Word doc with only a simple table that only used the most basic "table grid" word table style format.
- Imported the word doc into my robohelp project
- set the table import style to "simple border"
The html is cluttered with really poor tagging garbage.
Is there a way to create tables in Word that will create unformatted tables in Robo Help?
sample:
===
<body>
<table class="SimpleBorder" cellspacing="0">
<tr>
<td style="vertical-align: top;" width="213"><p style="margin-bottom: .0001pt;
line-height: normal;">This
is the first column heading</p></td>
<td style="vertical-align: top;" width="213"><p style="margin-bottom: .0001pt;
line-height: normal;">This
is second column heading</p></td>
<td style="vertical-align: top;" width="213"><p style="margin-bottom: .0001pt;
line-height: normal;">This
is third column heading</p></td>
</tr>
<tr>
<td style="vertical-align: top;" width="213"><p style="margin-bottom: .0001pt;
line-height: normal;">Column
one, second row</p></td>
<td style="vertical-align: top;" width="213"><p style="margin-bottom: .0001pt;
line-height: normal;">Column
two, second row</p></td>
<td style="vertical-align: top;" width="213"><p style="margin-bottom: .0001pt;
line-height: normal;">Column
three, second row</p></td>
</tr>
<tr>
<td style="vertical-align: top;" width="213"><p style="margin-bottom: .0001pt;
line-height: normal;">Column
one, third row</p></td>
<td style="vertical-align: top;" width="213"><p style="margin-bottom: .0001pt;
line-height: normal;">Column
two, third row</p></td>
<td style="vertical-align: top;" width="213"><p style="margin-bottom: .0001pt;
line-height: normal;">Column
three, third row</p></td>
</tr>
</table>
<p> </p>
<p class="ListParagraphCxSpFirst" style="text-indent: -.25in;">1.<span
style="font: 7.0pt 'Times New Roman';">      </span> Ordered
list step 1</p>
<p class="ListParagraphCxSpMiddle" style="text-indent: -.25in;">2.<span
style="font: 7.0pt 'Times New Roman';">      </span> Ordered
list step 2</p>
<p class="ListParagraphCxSpLast" style="text-indent: -.25in;">3.<span style="font: 7.0pt 'Times New Roman';">      </span> Ordered
list step 3</p>
<p style="margin-left: .25in;"> </p>
</body>
==



