English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Im using Vista Panel to make my website. I uploaded all the files into the htdocs. When i click on the preview of my website, some text shows up but no all the images??

this is a print screen.

http://i32.photobucket.com/albums/d42/BenHund/help.jpg

PLEASE HELP!!!!

2007-12-19 18:55:33 · 5 answers · asked by Ben 2 in Computers & Internet Programming & Design

another screen



is this right?

http://i32.photobucket.com/albums/d42/BenHund/d.jpg

2007-12-19 19:56:34 · update #1

and to answer your question tene. i did find our that the website was trying to get the images from my flashdrive, rather than the website directory.

however, now i can't get links to change

http://i32.photobucket.com/albums/d42/BenHund/a.jpg

2007-12-19 20:06:27 · update #2

5 answers

Looks to me that you have not uploaded the images folder into the htdocs section. Or when you created the website the images were outside of the local directory ie. you found them in 'My Pictures' and used them instead of having a seperate image folder in with the HTML documents.

2007-12-19 19:00:54 · answer #1 · answered by Anonymous · 0 0

Hello there, this due to broken links between your image files and html files, check your code from where you are accessing, and make shure you have the images located properly, for this user relevent path in the HTML code, best thing is keep all your images in images folder and HTML ind separate folder, then use this

2007-12-19 19:11:59 · answer #2 · answered by Guru 3 · 0 0

:) if you working with web page make sure that in your link of file, images, or etc. Make sure you not use absolute path (ie: file:///E|/images.jpg), so use a web link to your file or images, this an example: http//mydomainhost.com/my-folder/my-images.jpg.

It will be easy if you store your file or images in your htdocs directory.

here an example to use or display an images.

Please make a folder with name "images" under your htdocs directory, see this:

htdocs
--images

now, please put an image with name my-images.jpg under "images" folder.

Ok, now make a file (ie:index.html) under htdocs folder.

Insert this code to your index.html(or the file that you make before):

<\\img src="images/my-image.jpg" \\/>

or

<\\img src="http://mydomainhost/images/my-image.jpg" \\/>

(remove \\ :D u use it to avoid that link will not translated to an image in this Yahoo pages ;)) )

ok :D now upload on your server ;)) see the image will appear on your page.

It will very easy if you use an Web Page Editor such as Dreamwaver or Frontpage to edit your web page easily.

Yap, hope this will help you

2007-12-19 19:20:09 · answer #3 · answered by av.indo 1 · 0 0

right click on the unshown images and look for the path (location/folder) where it is given first......then see if the images are uploaded in the same location/folder...if not, upload them in the same folder....

or just give me the link I can help you out.....just past the link here (add to you question)...and I will keep on adding what you have to do...you can make it so....

2007-12-19 19:05:19 · answer #4 · answered by Anonymous · 0 0

If you look at the HTML of your document, you need to look at your image tags and make sure they are pointing to the image. FOr instance, if it says then that image must be in the same directory as your html page (which looks like "index.php")

if it is in a sub-directory like "images" then your image tags will needd to say

if they are up one level directory, they would need to say

You probably just need to send them up to the server in addition to your web page. YOu can see them on your machine, but they need to be on the server too.

2007-12-19 19:07:18 · answer #5 · answered by Kevin 4 · 1 0

fedest.com, questions and answers