Internet Explorer not displaying gif file
Posted
by INTPnerd
on Stack Overflow
See other posts from Stack Overflow
or by INTPnerd
Published on 2010-05-16T03:12:21Z
Indexed on
2010/05/16
3:20 UTC
Read the original article
Hit count: 285
My friend is making a website for a class. Some of the pages display gif image files as links. They display correctly in Firefox and Chrome but not in Internet Explorer. Anybody know why? 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!
© Stack Overflow or respective owner