Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: puzzled as to why i cant see a couple of images when the rest are- OK


Message #1 by Tristian O'brien <obrient@m...> on Fri, 14 Jul 2000 13:42:49 +0100
OK, it looks likely that the images aren't being found in the directory
structure. I've run into this myself and I always ask myself some questions.
First have I got my backslashes and forward slashes the correct way around
in the path name of the image. Try them the other way round just in case.
This is always a killer.

If that's not the problem then I ask, "Where on the hard drive is the HTML
code and where are the images?" What I do next is move the images into the
same directory as the HTML file. I then remove the directory structure, and
see if the images appear. Try this and let me know do they?

If they do move them down a directory, say into the images folder and amend
the directory structure accordingly. Do it one step at a time so you can
locate exactly at what part the images disappear. 

Let me know how you get on with this,
Chris

-----Original Message-----
From: Tristian O'brien [mailto:obrient@m...]
Sent: Friday, July 14, 2000 2:20 PM
To: HTML Code Clinic
Subject: [html_code_clinic] RE: puzzled as to why i cant see a couple of
i mages when the rest are OK


The last two appear as a broken link in IE5.5/dreamweaver.  I tried double
clicking on the image in explorer and it opens up fine in photoshop.  The
last two images are around 100KB in size now. 
I am using IIS4.0 to as my web server

<HTML>
<HEAD>
<TITLE>IPWE 2000 Dinner</TITLE> <META HTTP-EQUIV="Content-Type"
CONTENT="text/html; charset=iso-8859-1"> 
<LINK REL="stylesheet" HREF="midlandStyles.css">
</HEAD>

<BODY BGCOLOR="#FFFFFF" TOPMARGIN="0" LEFTMARGIN="0">
<H1>IPWE 2000 Dinner</H1><P>These images are supplied at various sizes so
that 
you may use them for a various purposes.</P><H2>How to use an
image:</H2><UL><LI>Hover 
over an image</LI><LI> Click the Right mouse button</LI><LI>Select 'Save
Picture 
As' </LI><LI>Browse to the location you would like to save it to
</LI><LI>Press 
'Save'</LI></UL><P>The image is now stored at that location.</P>
<TABLE WIDTH="81%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR>
<TD WIDTH="9%">
	<IMG SRC="images/ipwe2000pics/jimmy12pc.jpg" WIDTH="95" HEIGHT="123"
ALT="jimmy12pc.jpg">
</TD>
<TD WIDTH="23%">
	<IMG SRC="images/ipwe2000pics/jimmy25pc.jpg" WIDTH="190"
HEIGHT="245" ALIGN="ABSMIDDLE" ALT="jimmy25pc.jpg">
</TD>
<TD WIDTH="68%">
<IMG SRC="images/ipwe2000pics/jimmy50pc.jpg" WIDTH="379" HEIGHT="490
ALT="jimmy50pc.jpg">
</TD>
</TR>
<TR>
<TD WIDTH="9%">
	 
</TD>
<TD WIDTH="23%">
	<IMG SRC="images/ipwe2000pics/jimm00212pc.jpg" WIDTH="279"
HEIGHT="157" ALT="jimm00212pc.jpg">
</TD>
<TD WIDTH="68%">
	<IMG SRC="images/ipwe2000pics/jimm00250pc.jpg" WIDTH="557"
HEIGHT="314" ALT="jimm00250pc.jpg">
</TD>
</TR>
<TR>
<TD WIDTH="9%">
	 
</TD>
<TD WIDTH="23%">
	<IMG SRC="images/ipwe2000pics/rTable00112pc.jpg" WIDTH="253"
HEIGHT="131" ALT="rTable00112pc.jpg">
</TD>
<TD WIDTH="68%">
	<IMG SRC="images/ipwe2000pics/rTable00150pc.jpg" WIDTH="505"
HEIGHT="261" ALT="rTable00150pc.jpg">
</TD>
</TR>
<TR>
<TD WIDTH="9%">
	 
</TD>
<TD WIDTH="23%">
	 
</TD>
</TR>
</TABLE> 
</BODY>



-----Original Message-----
From: Chris Ullman [mailto:chrisu@w...]
Sent: 14 July 2000 13:56
To: HTML Code Clinic
Subject: [html_code_clinic] RE: puzzled as to why i cant see a couple of
i mages when the rest are OK




>>I am puzzled.  I am putting together an image library for an intranet.  I
am
>>using plain IMG tags but i cant see the image!!  

What are you seeing in the browser, an image not loaded yet graphic, an
image not available graphic or nothing at all? Could you let us see some of
the code as it's quite hide to be certain of what is going on, without any
code.

Chris

---
Wrox Professional Wireless Developer Conference, Amsterdam, July 10-12.
Covering application of WAP, XML, ASP, Java and C++ to wireless computing,
choose from 40+ technical sessions delivered by industry experts:
http://www.wroxconferences.com/ConferenceHome.asp?ConfID=9
obrient@m... 
$subst('Email.Unsub')
---------------------------------------------------
Moderated programmer to programmer lists at http://p2p.wrox.com


---
Wrox Professional Wireless Developer Conference, Amsterdam, July 10-12.
Covering application of WAP, XML, ASP, Java and C++ to wireless computing,
choose from 40+ technical sessions delivered by industry experts:
http://www.wroxconferences.com/ConferenceHome.asp?ConfID=9
$subst('Email.Unsub')
---------------------------------------------------
Moderated programmer to programmer lists at http://p2p.wrox.com

  Return to Index