Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Graphic will not display on line

Status
Not open for further replies.

whateveragain

Programmer
Apr 20, 2009
92
US
Hello,

I have a completed website all written in html. It works just fine on my machine and my client's machine. Once I put it on the server, all works except for the 1st graphic. I tried changing it to a png and a jpg. Neither work. Any suggestions?
 
Presumably it's a single line, right, the IMG tag?

Can you post that exact line? Or, if it's online, the URL?


[monkey] Edward [monkey]

"Cut a hole in the door. Hang a flap. Criminy, why didn't I think of this earlier?!" -- inventor of the cat door
 
No way to tell without seeing code, though as a guess: maybe a path issue with the graphic?

----------------------------------
Phil AKA Vacunita
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.

Behind the Web, Tips and Tricks for Web Development.
 
The file that will not display is Search1.jpg. This is the top portion of the index.htm file:

<HTML>
<HEAD>
<FONT FACE = "comic sans ms, ARIAL, COMIC SANS MT, CALISTO MT, TIMES NEW ROMAN">
<TITLE>SEA-RCH - Welcome</TITLE>
<!--
A { text-decoration: none; }
-->
</STYLE>
</HEAD>

<BACKGROUND=">
<FONT SIZE=+2></FONT><P>
<CENTER>
<A HREF="index.htm"><IMG SRC="search1.jpg" style="float: margin-right: 90px; margin-left: 90px"; WIDTH=800 HEIGHT=400 BORDER=0></A><BR>
<FONT SIZE=+1 COLOR="#008000"></FONT>
</CENTER>
<HR>
<CENTER>
 
The file referenced was not the same case as the actual file. Now it works.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top