Thanks for the tip! That’s great except that the output is not quite as pretty as the in-line CSS I applied to the tables on my site.
Why in-line CSS? I’m converting tables from Microsoft Word via Live Writer and due to variability and complexity of tables on my site, this is the best way to export the tables in HTML while keeping the formatting in tact.
As an example, here is just a sample of the output with the first table row of html below. The classes of the table don’t mean anything since they’re tied to MS Word but the background colors and fonts are what need to be preserved. The first row should have a background color of #0099cc (blue) but the output is like this:
https://screencast.com/t/mrkHygBAD2
From this point, my goal is get print-friendly versions of my table with CSS formatting preserved. Your help is much appreciated but it looks like I’ll need to write my own CSS print-friendly version.