It works if I put the code into a blank HTML file on my desktop, but not on the Website. I have always had trouble removing table borders from Wordpress Websites. This is the code that I have so far:
HTML
<table border="0" cellspacing="0" cellpadding="0">
<td>
<a href="http://graysonforeman.com/portfolio/websites/">
<img src="http://graysonforeman.com/wp-content/uploads/2016/03/mrs.jpg" height="175" width="175"></a>
<td><a href=" http://graysonforeman.com/portfolio/writing/">
<img src="http://graysonforeman.com/wp-content/uploads/2016/03/pen_paper_2-512.png" height="175" width="175"></a>
</td>
<td><a href="http://graysonforeman.com/portfolio/programming/">
<img src="http://graysonforeman.com/wp-content/uploads/2016/03/Java.png" height="175" width="175"></a>
</td>
</tr>
<tr>
<td>Websites</td>
<td>Writing</td>
<td>Programming</td>
</table>
I thought about editing the style sheet, but I do not want to mess up the rest of my theme. Thank you for any help.