wierd problem......need help

G

Greg

Ok, using Dreamweaver MX, I create a simple page that is just an image
saying the site will be up soon. Here is my saved index.html file:

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>testing</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<img src="images/banner.jpg" width="775" height="216" />
</body>
</html>


When I put the page on the server via the Dreamweaver FTP this is the source
through the browser. My image is gone?!

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>testing</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>

</body>
</html>

It has everything but the img tag. How is that possible? I've tried
deleting the index that is there now, and replacing it, and it still dosen't
work. Driving me crazy. I know there is probalby an easy answer, and I'm a
noob. Any help would be great. Thanks to the community.

Greg
 
N

Neal

Ok, using Dreamweaver MX, I create a simple page that is just an image
saying the site will be up soon. Here is my saved index.html file:
...
It has everything but the img tag. How is that possible? I've tried
deleting the index that is there now, and replacing it, and it still
dosen't
work. Driving me crazy. I know there is probalby an easy answer, and
I'm a
noob. Any help would be great. Thanks to the community.

1) URL?

2) The image idea is stupid, I strongly do not recommend it.
 
H

Hywel Jenkins

Greg said:
Ok, using Dreamweaver MX, I create a simple page that is just an image
saying the site will be up soon. Here is my saved index.html file:

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>testing</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<img src="images/banner.jpg" width="775" height="216" />
</body>
</html>


When I put the page on the server via the Dreamweaver FTP this is the source
through the browser. My image is gone?!

Have you tried uploading it using different FTP software?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,898
Latest member
BlairH7607

Latest Threads

Top