My friend is making a website. Some of the pages display gif image files as links. They display correctly in Firefox and Chrome but not in Internet Explorer. How can I get the images to display in Internet Explorer? Here is a line of html code that should display the gif links:
<a href="kendo.htm"><img src="arrowprev.gif" alt="previous page arrow"/></a>
| <a href="index.htm">HOME</a>
| <a href="festivals.htm"><img src="arrownext.gif" alt="next page arrow"/></a>
Thanks for the help!