Hello Darren,
> I have tried to convert some very simple HTML tables (3x3 with no width or
> height keys) and they wind up as 9 row, single column tables. What is the
> trick to get them converted and displaying properly.
As far I understand from the Author, Tables are not displayes as it is is on
web navigator like Internet explorer. Each table cell is displayed in
Plucker, one under the other. So, lets have your example :
-------------
| 1 | 2 | 3 |
-------------
| 4 | 5 | 6 |
-------------
| 7 | 8 | 9 |
-------------
is displayed in plucker as :
-----
| 1 |
-----
| 2 |
-----
| 3 |
-----
| 4 |
-----
| 5 |
-----
| 6 |
-----
| 7 |
-----
| 8 |
-----
| 9 |
-----
Hope this helps ;)
--
/ Olivier Anh \
| http://www.galeota.com |
| http://www.bordeaux-roller.com |
\ http://pessac-baseball.ifrance.com /