Simples!

L

Lester Lane

I need a simple index page that just loads a GIF that basically states
"site under construction". I knocked up the following:

<html>

<head>
</head>

<body>

<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center"><img border="0" src="Images/LogoForWeb.gif"
width="800" height="307"></p>

</body>

</html>

Can someone please tell me why I get a broken pic link on the site?
The file is there, the directory is correct. Thanks.
 
M

+mrcakey

Lester Lane said:
I need a simple index page that just loads a GIF that basically states
"site under construction". I knocked up the following:

<html>

<head>
</head>

<body>

<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center"><img border="0" src="Images/LogoForWeb.gif"
width="800" height="307"></p>

</body>

</html>

Can someone please tell me why I get a broken pic link on the site?
The file is there, the directory is correct. Thanks.

As everyone else will point out, your HTML's outdated and invalid. Without
access to the URL where the page is we can't help you really, but I suspect
strongly that the file and/or directory are actually NOT there.
 
J

Jukka K. Korpela

Lester said:
I need a simple index page that just loads a GIF that basically states
"site under construction".

No, you don't. Ever since the 1990s, such statements have been a sign of
empty promises and clueless sites, and many pages created in the 1990s would
still carry the same statement if their owners had not stopped paying for
the existence of their "under construction" pages.

It would make _some_ sense to have a statement like

"A site about navel fluff collections will be opened here in February 2010."

But most people wouldn't believe it if they happened to stumble across it,
and the rest just wouldn't care.
<img border="0" src="Images/LogoForWeb.gif"
width="800" height="307">

So that would be the only content, an img tag without an alt attribute? I
smell trolling.
Can someone please tell me why I get a broken pic link on the site?

The URL does not refer to an imgae.
The file is there, the directory is correct. Thanks.

The URL is not correct. But it doesn't really matter.
 
H

Harlan Messinger

Lester said:
I need a simple index page that just loads a GIF that basically states
"site under construction". I knocked up the following:

<html>

<head>
</head>

<body>

<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center"><img border="0" src="Images/LogoForWeb.gif"
width="800" height="307"></p>

</body>

</html>

Can someone please tell me why I get a broken pic link on the site?
The file is there, the directory is correct. Thanks.

The file isn't there or the directory is incorrect or the server isn't
authorized to read the file or your browser is set not to display images.

Apart from that, you are missing the required *alt* attribute on the img
tag, so you are missing the opportunity to tell people who can't see
your image (whether because they are using a text-only device or because
your server isn't serving the image) that your site is under construction.
 
D

dorayme

<img border="0" src="Images/LogoForWeb.gif"
width="800" height="307">

So that would be the only content, an img tag without an alt attribute? I
smell trolling.[/QUOTE]

When your nose was working better, you would have used the "clueless"
word.
 
D

dorayme

Can someone please tell me why I get a broken pic link on the site?
The file is there, the directory is correct. Thanks.

The file isn't there or the directory is incorrect or the server isn't
authorized to read the file or your browser is set not to display images.[/QUOTE]

Perhaps someone might add that some server software is case sensitive
and the name of the image in the HTML might be different by as little as
one letter's case.
 
D

Doug Miller

<p align="center"><img border="0" src="Images/LogoForWeb.gif" [...]
Can someone please tell me why I get a broken pic link on the site?[/QUOTE]

Because either the file "Images/LogoForWeb.gif" doesn't exist, or you don't
have access to it.
The file is there, the directory is correct. Thanks.

Check spelling, including case. Windows servers are not case-sensitive WRT to
file names; many Unix servers are.
 

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,768
Messages
2,569,574
Members
45,050
Latest member
AngelS122

Latest Threads

Top