adj
07-29-2007, 11:29 PM
Some jpg images do not display in Firefox 2.0.0.4 but do in IE 6.0
I am still developing this site, and plan to use different images when I can get them, but I am puzzled. The two images in a separate folder (2nd h2 - "imgtourfront" & 3rd h2 - "img tour") open in IE but not in Firefox - though Firefox does display the logo in the 1st h2 - logo+text bw.jpg in h2 "page"
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8" />
<!--meta http-equiv="content-style-type" content="text/css" /-->
<meta name="keywords" content="XHTML,HTML" />
<meta name="description" content="homepage of the homepagers" />
<meta name="revised" content="adj 29.7.07" />
<title>The homepagers</title>
<link rel= "stylesheet" type="text/css" href="housestyle.css" media="all" />
</head>
<body>
<ul class="navbar">
<li><a href="hometest.html">The Homepagers' Home Page</a></li>
</ul>
<h2 class="page">
The Homepagers' Home Page
<img src="logo+text bw.jpg" alt="logo + text bw" height="120" width="120"/>
</h2>
<h2
class="imgtourfront">
<img src="C:\documents and Settings\Andrew\My Documents\house
\party july04\dom de la tour front.jpg" alt="domaine de la tour front" height="160" width="200" />
</h2>
<h2 class="img tour">
<img src="C:\documents and Settings\Andrew\My Documents\house\party july04\dom de la tour back.jpg" alt="domaine de la tour"
height="160" width="200" />
</h2>
<p>
<a href="http://validator.w3.org/check?uri=referer"><img
src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>
</p>
<address>
our address here
</address>
</body>
</html>
I don't think it's an XHTML problem because w3 liked it - see pretty certificate - but what is it with these browsers ?
Incidentally if anyone can explain the line 11 meta http-equiv I would be grateful - I put it in because someone said I should, but it seemed to er, mess things up, so I commented it out. Obviously I am very new to this and grateful for any help, Andrew
I am still developing this site, and plan to use different images when I can get them, but I am puzzled. The two images in a separate folder (2nd h2 - "imgtourfront" & 3rd h2 - "img tour") open in IE but not in Firefox - though Firefox does display the logo in the 1st h2 - logo+text bw.jpg in h2 "page"
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8" />
<!--meta http-equiv="content-style-type" content="text/css" /-->
<meta name="keywords" content="XHTML,HTML" />
<meta name="description" content="homepage of the homepagers" />
<meta name="revised" content="adj 29.7.07" />
<title>The homepagers</title>
<link rel= "stylesheet" type="text/css" href="housestyle.css" media="all" />
</head>
<body>
<ul class="navbar">
<li><a href="hometest.html">The Homepagers' Home Page</a></li>
</ul>
<h2 class="page">
The Homepagers' Home Page
<img src="logo+text bw.jpg" alt="logo + text bw" height="120" width="120"/>
</h2>
<h2
class="imgtourfront">
<img src="C:\documents and Settings\Andrew\My Documents\house
\party july04\dom de la tour front.jpg" alt="domaine de la tour front" height="160" width="200" />
</h2>
<h2 class="img tour">
<img src="C:\documents and Settings\Andrew\My Documents\house\party july04\dom de la tour back.jpg" alt="domaine de la tour"
height="160" width="200" />
</h2>
<p>
<a href="http://validator.w3.org/check?uri=referer"><img
src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>
</p>
<address>
our address here
</address>
</body>
</html>
I don't think it's an XHTML problem because w3 liked it - see pretty certificate - but what is it with these browsers ?
Incidentally if anyone can explain the line 11 meta http-equiv I would be grateful - I put it in because someone said I should, but it seemed to er, mess things up, so I commented it out. Obviously I am very new to this and grateful for any help, Andrew