I have a probem in XP using IE 6. I don't know if this is reated but several of the images have the wrong extension:
frontpage_5.gif is a jpg
frontpage_6.gif is a jpg
frontpage_2.gif is a jpg
frontpage_4.gif is a jpg
#'s 5, 6, and 4 will not show up in IE 6 or 7 under XP here when viewed as:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<img src="http://www.hohokuscommunitychurch.org/images/frontpage_5.gif" alt="frontpage_5.gif">
<img src="http://www.hohokuscommunitychurch.org/images/frontpage_6.gif" alt="frontpage_6.gif">
<img src="http://www.hohokuscommunitychurch.org/images/frontpage_7.gif" alt="frontpage_7.gif">
<img src="http://www.hohokuscommunitychurch.org/images/frontpage_2.gif" alt="frontpage_2.gif">
<img src="http://www.hohokuscommunitychurch.org/images/frontpage_3.jpg" alt="frontpage_3.jpg">
<img src="http://www.hohokuscommunitychurch.org/images/frontpage_4.gif" alt="frontpage_4.gif">
<img src="http://www.hohokuscommunitychurch.org/images/frontpage_8.jpg" alt="frontpage_8.jpg">
</body>
</html>
Rename the files to their proper extensions and change the references to them in the script to match the new names.
Bookmarks