Is there a code I can interpret so that my images that link to other pages do not have boxes around them? When I remove the hyperlink off the image the box around it disappears.
For a faster solution, you could add img{border:0} to your CSS, so you don't have to manually add border="0" to every single image you have in your markup.