Khaled Alakhras wrote:

Maybe you are getting a different result, I am attaching the pdf file generated on my system:

The desired layout:

---------------------------------------
| | |
---------------------------------------
| | 2X2 Table |
---------------------------------------
| 2X2 Table |
---------------------------------------

Thanks,
Khaled

or expressed in html

<table>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td>
<table>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan=2>
<table>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>
</td>
</tr>
</table>





-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions


Reply via email to