No images working

Status
Not open for further replies.

ƒorte

New Member
Messages
980
Reaction score
0
Points
0
My site's images aren't showing up at all..

I have about 20 jpg images that are all less than 52k (though most are 3k)


Why aren't they showing up?
They were fine until about the time when I upgraded to Corporate Hosing....

vgc.x10hosting.com

vgcenter

EDIT: I'll give it time and see what happens
 
Last edited:

Cynical

Active Member
Messages
3,492
Reaction score
0
Points
36
They load for me... what browser are you using/did you accidentally change something that might cause images to not load?
 

ƒorte

New Member
Messages
980
Reaction score
0
Points
0
Cynical said:
They load for me... what browser are you using/did you accidentally change something that might cause images to not load?
Firefox and that's NOT the problem..
 

Krakah

New Member
Messages
122
Reaction score
0
Points
0
Make sure when they moved your account to new one that the file paths are corect. Im not 100% of how they do it but say your files were in /images/car/car1.jpg and they changes u to corporate and now they are in /images/car1.jpg and in ur html(or whatever your using) you have them pathed at /images/car/car1.jpg it could create a problem. Just throwing out suggestions for ya!
 

ƒorte

New Member
Messages
980
Reaction score
0
Points
0
Krakah said:
Make sure when they moved your account to new one that the file paths are corect. Im not 100% of how they do it but say your files were in /images/car/car1.jpg and they changes u to corporate and now they are in /images/car1.jpg and in ur html(or whatever your using) you have them pathed at /images/car/car1.jpg it could create a problem. Just throwing out suggestions for ya!
I did switch from .html to .php.. could that have anything to do with it?
 

Krakah

New Member
Messages
122
Reaction score
0
Points
0
ƒorte said:
Krakah said:
Make sure when they moved your account to new one that the file paths are corect. Im not 100% of how they do it but say your files were in /images/car/car1.jpg and they changes u to corporate and now they are in /images/car1.jpg and in ur html(or whatever your using) you have them pathed at /images/car/car1.jpg it could create a problem. Just throwing out suggestions for ya!
I did switch from .html to .php.. could that have anything to do with it?
Yes that could be the problem. Php im pretty sure files pathes differently. What your trying to do is get an image to show up on a php block right? if this is what your doing you need to file path the image. Find out what directories its in and make sure the html is right on the block. Say ur car pic is in images/car/car1.jpg. On the block the link should be <img src="http://yoursite.x10hosting.com/images/car/car1.jpg">Im not 100% if you can direct link it since its on your ftp ie - <img src="images/car/car1.jpg"> dunno how it works with this host hehe hope this helps tho
 
Last edited:

ƒorte

New Member
Messages
980
Reaction score
0
Points
0
Krakah said:
ƒorte said:
Krakah said:
Make sure when they moved your account to new one that the file paths are corect. Im not 100% of how they do it but say your files were in /images/car/car1.jpg and they changes u to corporate and now they are in /images/car1.jpg and in ur html(or whatever your using) you have them pathed at /images/car/car1.jpg it could create a problem. Just throwing out suggestions for ya!
I did switch from .html to .php.. could that have anything to do with it?
Yes that could be the problem. Php im pretty sure files pathes differently. What your trying to do is get an image to show up on a php block right? if this is what your doing you need to file path the image. Find out what directories its in and make sure the html is right on the block. Say ur car pic is in images/car/car1.jpg. On the block the link should be <img src="http://yoursite.x10hosting.com/images/car/car1.jpg">Im not 100% if you can direct link it since its on your ftp ie - <img src="images/car/car1.jpg"> dunno how it works with this host hehe hope this helps tho
html works in php pages, correct?

One more Q: What's the code for putting an image into php and linking it
(like in html it would be <a href="site URL"><img src="pic URL" border=0>
 

swirly

Active Member
Messages
1,930
Reaction score
0
Points
36
make sure you have the tags closed! idk just tryin to help... lol
 

Krakah

New Member
Messages
122
Reaction score
0
Points
0
ƒorte said:
Krakah said:
ƒorte said:
Krakah said:
Make sure when they moved your account to new one that the file paths are corect. Im not 100% of how they do it but say your files were in /images/car/car1.jpg and they changes u to corporate and now they are in /images/car1.jpg and in ur html(or whatever your using) you have them pathed at /images/car/car1.jpg it could create a problem. Just throwing out suggestions for ya!
I did switch from .html to .php.. could that have anything to do with it?
Yes that could be the problem. Php im pretty sure files pathes differently. What your trying to do is get an image to show up on a php block right? if this is what your doing you need to file path the image. Find out what directories its in and make sure the html is right on the block. Say ur car pic is in images/car/car1.jpg. On the block the link should be <img src="http://yoursite.x10hosting.com/images/car/car1.jpg">Im not 100% if you can direct link it since its on your ftp ie - <img src="images/car/car1.jpg"> dunno how it works with this host hehe hope this helps tho
html works in php pages, correct?

One more Q: What's the code for putting an image into php and linking it
(like in html it would be <a href="site URL"><img src="pic URL" border=0>
<a href="link"><img src="img.jpg"></a>
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
<a href="link"><img src="img.jpg" /></a>

;-)

Make sure you have hotlinking protection turned off. I don't know if that woul dhave anythign to do with it. Trying to clear all of your caches/temporary internet files/etc.
 
Last edited:

Adrock1795

New Member
Messages
88
Reaction score
0
Points
0
i had the same problem because of this DNS stuff, Ive been having problems with my main registered domain, and my site uses a CMS and i had my registered domain set as the website address in the config. Changed it to the default x10 subdomain and my images work.
 

ƒorte

New Member
Messages
980
Reaction score
0
Points
0
still not working... all the img codes are perfectly fine.
 
Status
Not open for further replies.
Top