I'm trying to export an HTML table from RadEditor and the text is getting jumbled up. I can reproduce this by pasting the code below into the RadEditor Export to PDF demo. What am I doing wrong?
<table height="180" style="width: 720px;" border="1"> <colgroup><col /></colgroup> <tbody> <tr> <td> <p style="text-align: center;"><span style="font-family: Arial; font-size: 48px;">Your Name Here<br /> (555) 555-5555</span></p> </td> </tr> </tbody></table>