images not show

Post all HTML related questions here. No support.

Moderator: Project members

Post Reply
Message
Author
floyd.arends
500 Command not understood
Posts: 3
Joined: 2010-03-09 09:31
First name: floyd
Last name: arends

images not show

#1 Post by floyd.arends » 2010-03-09 09:48

my images dont show on my website, how can i resolve this problem. newbie...

Takua
504 Command not implemented
Posts: 6
Joined: 2010-03-13 22:28
First name: jasa
Last name: pan

Re: images not show

#2 Post by Takua » 2010-03-13 22:35

Are you sure your html code is correct? And are you sure you have uploaded your images into your host? And that you have specified not the direction on your computer from that image, but on your host system.
That host system is with all images, files, and webpages you have hosted.

floyd.arends
500 Command not understood
Posts: 3
Joined: 2010-03-09 09:31
First name: floyd
Last name: arends

Re: images not show

#3 Post by floyd.arends » 2010-03-16 07:46

I use dreamweaver and know only a little html......but ive try to have a sourcefolder with my sites in it i a have lowercase all my sites with my image folder in this same folder.....and i use filezilla as my ftp.

User avatar
boco
Contributor
Posts: 26950
Joined: 2006-05-01 03:28
Location: Germany

Re: images not show

#4 Post by boco » 2010-03-16 14:07

Do you use relative links to your images?
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

hairytony
500 Command not understood
Posts: 5
Joined: 2010-05-21 19:51
First name: Tony
Last name: Cranley

Re: images not show

#5 Post by hairytony » 2010-05-21 20:09

Good tutorial on using <img> html tags here
http://www.w3schools.com/html/html_images.asp
Maaaan, Life is good

BurnX
500 Command not understood
Posts: 1
Joined: 2010-05-31 08:18
First name: Georgi
Last name: Shterev

Re: images not show

#6 Post by BurnX » 2010-05-31 08:26

The path to the image has to be corect. If ur image is at address http://example.com/images/image1.jpg
you have to write in html exactly this .Maybe the program you are using is change the path to just image1.jpg and that is the reason that they not show in your site.If you can resolve the problem give the adress to the site and i will show you where you have to modify the code.Good Luck

imseobali
500 Command not understood
Posts: 3
Joined: 2010-06-12 02:02
First name: imseobali
Last name: joe

Re: images not show

#7 Post by imseobali » 2010-06-12 02:14

Try to view your source on your favorite browser, find the name of the image file and take a look on the URL path, maybe something wrong there

yarisiyoruz
500 Command not understood
Posts: 1
Joined: 2010-06-30 23:13
First name: bilgi
Last name: yarışması

Re: images not show

#8 Post by yarisiyoruz » 2010-06-30 23:16

I could not fully understand the question

High Society
500 Command not understood
Posts: 1
Joined: 2010-07-03 17:29
First name: Collin
Last name: Davies

Re: images not show

#9 Post by High Society » 2010-07-03 17:35

When setting up your site create a folder for images, a folder for media etc. Do the same on your desktop and the paths will remain relative when you upload.

the path would then be something like images/imagename.jpg

User avatar
boco
Contributor
Posts: 26950
Joined: 2006-05-01 03:28
Location: Germany

Re: images not show

#10 Post by boco » 2010-07-08 20:09

shobazee wrote:how to use relative links of the images ...
http://www.extropia.com/tutorials/web_d ... links.html
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

peterson
421 Kicked by Administrator
Posts: 1
Joined: 2010-07-01 06:57
First name: kevin
Last name: peterson

Re: images not show

#11 Post by peterson » 2010-07-29 06:41

In html script you have to add this syntax
<img src="url" alt="some_text"/>
Last edited by boco on 2010-07-29 11:01, edited 1 time in total.
Reason: spam removed

Xplasma
500 Command not understood
Posts: 5
Joined: 2010-08-01 00:21
First name: John
Last name: Torres

Re: images not show

#12 Post by Xplasma » 2010-08-01 00:51

Sometimes, even a misplaced > can alter a lot. Check your images, and their sources.

Post Reply