Skip to main content
Known Participant
June 29, 2016
Answered

Cfpresentation in CF10 vs. CF2016

  • June 29, 2016
  • 1 reply
  • 579 views

CF2016 is doing some weird alignment on tables.  I saw similar behavior when I converted this to div's, so I don't think it's necessarily unique to tables.  Either way, the code below results in different results in CF10 vs. CF2016.  See attached pics for comparison.

  

----------------------------------------------------------------------------------------------------------------------------

<cfpresentation format="ppt" destination="c:\mydir\myfile.ppt" overwrite="yes" title="test" >
 
<cfpresentationslide>
 
  <table>
       <tr>
              <td>td1</td>
              <td>td2</td>
        </tr>
        <tr>
              <td>td1</td>
              <td>td2</td>
         </tr>
  </table>


</cfpresentationslide>

</cfpresentation>

This topic has been closed for replies.
Correct answer Anit_Kumar

Looks like a bug. I have filled one Bug#4169795 - Cfpresentation: <td> within a table appear as <tr>. . We will look into it.

Regards,

Anit Kumar

1 reply

Anit_Kumar
Community Manager
Anit_KumarCommunity ManagerCorrect answer
Community Manager
June 30, 2016

Looks like a bug. I have filled one Bug#4169795 - Cfpresentation: <td> within a table appear as <tr>. . We will look into it.

Regards,

Anit Kumar