Click to See Complete Forum and Search --> : One particular image file is not visible after deploying to site


Margaret
11-24-2008, 05:32 PM
thanks you. i am normally access programmer and am creating web page this week. Have enjoyed it so far
am using the very elaborate tool of notepad
all is going well until i upload the site - everything looks fine on 2 PCs when site is on c drive. I upload to web and SOME files that i have referenced cant be seen.
i worked out that if i shortened the length of the names of some of the files i was referencing then all was OK. but there is one file that just WONT display at all. the html looks like this

<table border="0" cellpadding="1" table width="80%">
<tr>
<td colspan="2" align="right">
<img src="index_files/james.jpg" width=300 alt="Persons Name" />
<hr />
</tr>

i have obviously tried renaming the file and the html reference to the file
no luck

later in this same file the following code works
</p>
</td>
<td valign="right" >
<img src="index_files/image001.jpg" width=500 alt=" Photography by Someone " />
</td>
</tr>
<tr>
<td>
<img src="index_files/image002.jpg" width="500" alt=" Photography by Someone " />
</td>
</tr>
</table>


any help or hints on what to test next would be appreciated
i am losing sleep
regards and thanks

tracknut
11-24-2008, 06:05 PM
Since we can't see the actual site... I'll guess you've missed a capitalization of a letter. Like maybe the file is James.jpg instead of what you have as james.jpg

But it might be a lot easier if you just gave us a link to the site

Dave

Margaret
11-24-2008, 06:26 PM
thanks for replying didnt think you'd actually look at the site! appreciate it

Margaret
11-24-2008, 06:27 PM
i am tired! www.jameshampton.com.au
and thanks for the mention of upper/lower case doesnt matter in Access!:eek:

tracknut
11-24-2008, 06:51 PM
i am tired! www.jameshampton.com.au
and thanks for the mention of upper/lower case doesnt matter in Access!:eek:

Try james.JPG and jamesha.JPG... upper/lower may not matter in Access, but it certainly does on a web server. :)

Dave