Linearize tables is actually meant for books that use tables to layout the main text, not to make normal html tables legibile.
You can probably make it work with some extra CSS, though I'm not sure if the kindle will support that or not.
Something like,
td { margin-right: 1em !important }
in the extra css section of the conversion dialog.
|