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

Ok, i know i just posted about this. But I need more help than that with it...Ok so I want to put an image from my pc onto my webpage. (im using porkyhost by the way). I have uploaded the pic to a folder called "images" in my server. and i can access the picture by going to "******.porkyhost.com/images/pic.jpg" but when i put this url into my actual html "img src="*******.porkyhost.com/images/pic.jpg"> and upload it, it doesnt work. I can only see the writing, but the pic wont display. Is this even how its done? I'm not sure if I'm doing it right. Please help me again.

2007-09-24 04:44:04 · 5 answers · asked by EndOfDays 1 in Computers & Internet Programming & Design

5 answers

You did not include the greater than and less than signs, "<>"
It should have been written something like this.

2007-09-24 09:42:58 · answer #1 · answered by Anonymous · 0 0

Make sure that you have the case (upper/lower case) correct, as most web servers are case sensitive. I'm not sure what you mean by "I can see the writing", but if you are seeing the "img src=...." then it could be because you've missed a "<" at the start of it. Double check your HTML and make sure that every "<" has a matching ">", and that the case is exactly correct.

2007-09-24 11:52:22 · answer #2 · answered by Anonymous · 0 0

It is hard to say what the path should be for this image but if you are linking to it from an html file that is at the root directory of your site then your HTML should look like this:



Take a look at this: http://www.coffeecup.com/html-editor/help/absolute-vs-relative-pathslinks.380.html

2007-09-24 11:53:43 · answer #3 · answered by Julie L 6 · 1 0

Don't bother with the stuff before the / ... just type it as img src="/images/pic.gif" or whatever the name of the image is instead of "pic.gif"!

2007-09-24 11:54:59 · answer #4 · answered by fjpoblam 7 · 0 0

put ur image in my document folder

2007-09-24 11:50:00 · answer #5 · answered by Raj 1 · 0 1

fedest.com, questions and answers