Posted by Jonathan N. Little on 03/22/06 06:25
Marvel wrote:
> After I edit my page like this
> <a href="images\stuff1.JPG" target="_blank">
> <img src="images\stuff1tn.JPG" style="border: 0px solid ; width: 92px;
> height: 44px;">
> </a>
> Then After I FTP it looks like this
> <a href="images\stuff1.JPG" target="_blank">
> I am puzzled beyond words
>
>
If you are a Windows user (which your are) folders are separated with
the '\' character, but on the web the character is '/'.
Change your href's to 'images/stuff1.JPG'
Also beware that your website is NOT hosted on a Windows server, (very
likely) that filenames and paths are case sensitive so 'stuff1.JPG' and
'stuff1.jpg' are not the same file...
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|