cancel
Showing results for 
Search instead for 
Did you mean: 

How do I get an image to work on my website (in index)

Alfred
Dabbler
Posts: 12
Registered: ‎14-07-2008

How do I get an image to work on my website (in index)

I am trying to set up a website on plusnet ()
I used NVU to create the page  (index)
I used cuteftp to upload the document and image
I can see image in folder but can't get image to be included in indexpage
image shows on 1 page
index does not include image
also lists as parent the 2 pages as opposed to showing as normal website!
Should I employ a professional?
3 REPLIES 3
samuria
Grafter
Posts: 1,581
Thanks: 3
Registered: ‎13-04-2007

Re: How do I get an image to work on my website (in index)

If you give us the URL were the site is we can take a look and advise you. Did you put it in the folder htdocs and did you delete the index.html which was there
Alfred
Dabbler
Posts: 12
Registered: ‎14-07-2008

Re: How do I get an image to work on my website (in index)

Thanks
Yes I did pit it in folder htdocs
the url is www.levy1.plus.com
I may have deleted the index.html that was there and put mine in its place.
I look forward to your help
dvorak
Moderator
Moderator
Posts: 29,497
Thanks: 6,627
Fixes: 1,483
Registered: ‎11-01-2008

Re: How do I get an image to work on my website (in index)

The problem appears to be this line:

<img style="width: 448px; height: 336px;" alt="front view" src="file:///D:/Pictures/Norfolk%20Auigust%202005/web%20photos/234.jpg">

it should be:

<img style="width: 448px; height: 336px;" alt="front view" src="234.jpg">

As it is now it will try and load the image of the users computer not the website.
Also you need to rename the file to index.htm not index.mzt
Hope that helps.
Customer / Moderator
If it helped click the thumb
If it fixed it click 'This fixed my problem'