Hi,
thanks for your post, and sorry for the trouble.
These borders are actually added by your theme, and not TablePress. To remove them, you could add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
.tablepress img {
border: none !important;
}
Regards,
Tobias