rejetto forum
Software => HFS ~ HTTP File Server => Topic started by: sebisane on December 05, 2008, 02:38:03 PM
-
Hello the community,
I'm in front of a big problem, I really don't know how to insert my own pictures.
I use this tag :
<img src="Pictures/Logo.jpg" width="557" height="73" alt="Logo">
But I only obtain a red cross with the word Logo... >:(
I'm sure the tag is correct but why I don't see my picture ? ::)
Could you please help me ? :)
-
/pictures
add a / ahead
(this is one of the fastest reply ever)
-
??? I did that but still a red cross and I don't see my picture...
<img src="/Pictures/Logo.jpg" width="557" height="73" alt="Logo">
Any idea ? ???
-
do you have a folder "pictures" under the root/home ?
and do you have the logo.jpg inside this folder?
-
hummm maybe this is the reason, well I created a folder HFS in my D:\ Partition and insisde I created another folder called Pictures where my picture Logo.jpg is.
Do you mean that I have to put my HFS folder directly in my C:\ Partition ?
-
no.
HFS will share NOTHING until you put the stuff in the virtual file system.
doesnt' matter where hfs is.
-
Sorry, but I'm not sure to understand well... :-[
HFS.exe is located in D:\HFS folder
My logo.jpg is located in D:\HFS\Pictures folder
what is the correct syntaxe I have to use to display my logo ?
-
drag& drop your "pictures" folder on HFS window.
-
ok it works, thx ;)
Another question, I use HFS on my little private network, from another PC I don't see the logo.
Should I have put my pictures on a server ?
-
post the html you are currently using for the logo.
the one in your first post should work.
-
;) Ok Thx a lot for your quick help :)