0 Replies Latest reply on Sep 2, 2009 4:41 PM by israel.bgf

    p:html and td size.

    israel.bgf
      Is it possible to change the size of a td with the p:html tag (Seam PDF)?

      Example:

      <p:html>
      <table width="50%">
      <tr>
      <td width="70%">
      A
      </td>
      <td width="30%">
      B
      </td>
      </tr>
      </table>
      <p:html>

      I know that p:html is very simple, and should not be used for complex things but just asking: is it impossible to change columns size in a table?

      Thanks in advance,

      Israel