Forum Moderators: not2easy
add 'display: none' in that stylesheet to all the elements you don't want to print.
Just setting the other elements to display:none will leave the table formatting intact.
You would have to use display:none on the cells themselves, leaving only the cell containing the content div, which ought to then fill the table. You'll also need to style away any background or borders on the table, itself.
cEM