• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Cfpresentation in CF10 vs. CF2016

New Here ,
Jun 29, 2016 Jun 29, 2016

Copy link to clipboard

Copied

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.

cf10.png   cf2016.png

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

<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>

Views

475

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Jun 30, 2016 Jun 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

Votes

Translate

Translate
Adobe Employee ,
Jun 30, 2016 Jun 30, 2016

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation