My goal is to make an HTML page that is similar to a \"photo frame\". In other words, I want to make a blank page that is surrounded by 4 pictures.
This is my code:<
This is what resolved the problem for me:
In your HTML tr tag, add this:
style="border-collapse: collapse; border: none;"
That removed all the borders that were showing on the table row.