Hello,
i have a image in merged cells and the html-output generates the following:
"
<TR>
<TD class="c0" COLSPAN="16"> <img src= "file://C:/Windows/TEMP/images/img1.jpg"></td>
</TR>
"
Based on the large size of the image the table fits very wide. Is there any chance to generate this:
"
<TR>
<TD class="c0" COLSPAN="16"> <img src=
"file://C:/Windows/TEMP/images/img1.jpg" width="100%"></td>
</TR>
"
or a width with the same entry as "Table Width (in percent):" in the HTML settings?
Kind regards
Marco.
Sorry, it is currently unfortunately not possible to have this extra attribute generated. We've added this on the feature request list for consideration for a future update.
Thanks for your answer and generally for your excellent support.
Kind regards
Marco.