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
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