Page 1 of 1

images not show

Posted: 2010-03-09 09:48
by floyd.arends
my images dont show on my website, how can i resolve this problem. newbie...

Re: images not show

Posted: 2010-03-13 22:35
by Takua
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.

Re: images not show

Posted: 2010-03-16 07:46
by floyd.arends
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.

Re: images not show

Posted: 2010-03-16 14:07
by boco
Do you use relative links to your images?

Re: images not show

Posted: 2010-05-21 20:09
by hairytony
Good tutorial on using <img> html tags here
http://www.w3schools.com/html/html_images.asp

Re: images not show

Posted: 2010-05-31 08:26
by BurnX
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

Re: images not show

Posted: 2010-06-12 02:14
by imseobali
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

Re: images not show

Posted: 2010-06-30 23:16
by yarisiyoruz
I could not fully understand the question

Re: images not show

Posted: 2010-07-03 17:35
by High Society
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

Re: images not show

Posted: 2010-07-08 20:09
by boco
shobazee wrote:how to use relative links of the images ...
http://www.extropia.com/tutorials/web_d ... links.html

Re: images not show

Posted: 2010-07-29 06:41
by peterson
In html script you have to add this syntax
<img src="url" alt="some_text"/>

Re: images not show

Posted: 2010-08-01 00:51
by Xplasma
Sometimes, even a misplaced > can alter a lot. Check your images, and their sources.