My Images wont show up

Kraze_T

New Member
Messages
355
Reaction score
0
Points
0
it looks like you havent upload the pics, if you have you upload the images then you must have edited the html file or moved the images folder in the wrong place :(
 

shanes

New Member
Messages
35
Reaction score
0
Points
0
A few of the images came up but it took a while to load o_O
Not sure what's wrong with them but tables = real bad coding and take forever for images to all load up , use css and divs :p

@ Kraze_T , the guy has uploaded the images if you check the directory and the source , they take forever to load though

Edit again: you seem to be using
infront of all your image codes, remove it , that's what's causing them not to appear.
 
Last edited:

Nikolasr

New Member
Messages
614
Reaction score
0
Points
0
hey i check and your image location it's not valid look example:
this is code <img src="http://forums.x10hosting.com/images/satellite/misc/logo.gif">
 

khanhduy301

New Member
Messages
18
Reaction score
0
Points
0
Please look at a picture in attachment.
The problem is shown in a picture which i attached into an attachment. :happysad:
 

Attachments

  • x10hosting1.JPG
    x10hosting1.JPG
    122.7 KB · Views: 77
Last edited:

dyfuse

Member
Messages
395
Reaction score
0
Points
16
Yeh, khanhduy301 is quite right: you have "file:///" for the source of the image just below your poll.

I think the problem is just got to do with the files not actually being there. For example, the missing image in the header at the top has a source image: http://neogenitest.pcriot.com/images/header_04.jpg

However, if I browse your "/images" folder, you DON'T have any "header_04.jpg". All you have that is closest is "header_04.gif". So it's basically a mistake of the extensions (.gif and .jpg).

Hope this helps :)
 

jensen

Active Member
Messages
1,168
Reaction score
22
Points
38
You might have been developing your site off line (on your PC) so when you move it online, you did not change the file locations. That could explain the file:///
 
Top