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

Please no complicated answers. I'm using wordpad and a book to learn how to write html. I know there is webwriting software free on the net but I want to learn how to do this. Thank-you.

2006-12-09 06:25:01 · 7 answers · asked by Anonymous in Computers & Internet Programming & Design

7 answers

Since the alt text appears, this is usually a sign that the file path that points to your image is incorrect. You can point to image's location in two ways, absolute and relative. Here are examples:

ABSOLUTE PATH


RELATIVE PATH
Relative paths take into consideration where the web page is in relation to the file that you are calling. Let's say you web page is in your root(main) folder and your image in an images subfolder. The tag would look like this:



Now, let's say your web page is in the "about" subfolder and your image is still in the same place. In this case, you will need to bounce up from the about subfolder to the root and then back down into the images subfolder. We accomplish this by using .. to bounce up to a parent folder. The code would look like this:



Hope this helps. Good luck.

2006-12-09 06:44:09 · answer #1 · answered by Chris B 4 · 1 0

Are you viewing this internet site domestically or have you ever uploaded it to a pair cyber web cyber web hosting? If that's uploaded to a pair cyber web cyber web hosting, the photos is probably no longer performing because of the fact the two the HTML is misguided, you haven't any longer as much as date the internet site to seem for the photos on the internet as a replace of on your computing gadget or you in basic terms have not uploaded the photos.

2016-12-18 10:25:44 · answer #2 · answered by Anonymous · 0 0

You should post the HTML code you are using, so we can see if there is a problem.

There's one possibility that's not been mentioned yet. Are you referring to an image on someone else's website somewhere? If so, it's possible that their server is set to refuse that sort of connection (it will only allow requests referred from the same website).

2006-12-09 10:31:58 · answer #3 · answered by Daniel R 6 · 0 0

Needs to be a jpeg or gif in order for most browsers to see it, a .bmp won't work.....

Go get the HTML 4.0 bible and you will have most of what you are looking for...but it wouldn't hurt to go get the free software... sometimes seeing that in action helps make it more clear...and it is free.

2006-12-09 06:31:40 · answer #4 · answered by Mikey ~ The Defender of Myrth 7 · 0 0

some times when you upload a picture onto the server it changes xtention case like pic.jpg to pic.JPG you might want to check it didnt do that cause some servers are case sensitive allways try to make all your htlm in lower case its much better.
doesnt really matter about the and stuff above it

2006-12-09 08:14:34 · answer #5 · answered by themanwithtwoarms 3 · 0 0

ALT TXT

URL = image location..
if ur code is as above, then u might want to check ur image URL...make sure that the image is in the right path..

2006-12-09 06:39:03 · answer #6 · answered by Anonymous · 0 0

well i don't know if u r usin the wrong code so here's what u should use anyway:



Make sure that the image's path really exist..

2006-12-09 06:32:25 · answer #7 · answered by Anonymous · 1 0

fedest.com, questions and answers