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:<
For me I needed to do something like this to completely remove the borders from the table and all cells. This does not require modifying the HTML at all, which was helpful in my case.
table, tr, td { border: none; }