rejetto forum

How to insert my own pictures in the template

0 Members and 1 Guest are viewing this topic.

Offline sebisane

  • Occasional poster
  • *
    • Posts: 6
    • View Profile
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 ?  :)


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile
/pictures

add a / ahead

(this is one of the fastest reply ever)


Offline sebisane

  • Occasional poster
  • *
    • Posts: 6
    • View Profile
 ??? 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 ?  ???


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile
do you have a folder "pictures" under the root/home ?
and do you have the logo.jpg inside this folder?


Offline sebisane

  • Occasional poster
  • *
    • Posts: 6
    • View Profile
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 ?


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile
no.
HFS will share NOTHING until you put the stuff in the virtual file system.
doesnt' matter where hfs is.


Offline sebisane

  • Occasional poster
  • *
    • Posts: 6
    • View Profile
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 ?



Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile

Offline sebisane

  • Occasional poster
  • *
    • Posts: 6
    • View Profile
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 ?


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile
post the html you are currently using for the logo.
the one in your first post should work.