Images not showing

Status
Not open for further replies.

devrespo

New Member
Messages
5
Reaction score
0
Points
0
Hello All,I have put my under construction index page on the root dir of the website, but for some reason, the image is not showing!!The image size is 342KB and its dimensions 960*680 ..I need help
 

chatngox

Member
Messages
122
Reaction score
3
Points
18
using <img src="file.jpg"> should work.
If you have it in the images folder, please use:
<img src="images/file.jpg">
 

devrespo

New Member
Messages
5
Reaction score
0
Points
0
using
file.jpg
should work.If you have it in the images folder, please use:
file.jpg
That is what I'm using .. and the image is there. But it is not shown or even when I navigate to it directly.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
The image is there, it just is "broken" (contains errors), and so your browser will not display it.

Try re-uploading the image. If you use a FTP client, make sure you use binary mode.
 

devrespo

New Member
Messages
5
Reaction score
0
Points
0
The image is there, it just is "broken" (contains errors), and so your browser will not display it.Try re-uploading the image. If you use a FTP client, make sure you use binary mode.
I was using windows built-in FTP feature, but I changed to FileZilla after your update, forced binary and it worked.Thanks!
 
Status
Not open for further replies.
Top