images on site?

riftforce

New Member
Messages
3
Reaction score
0
Points
0
I just uploaded my site and the basic pages work just fine. It's the images that I can't get to come up. I store all images in a separate sub-directories to keep the coding neat. When I pull up the different pages, none of my graphics will appear.

In my page coding, I list the location as <img src="images/site_graphics/testing.gif">. I have several other sites that are open on different hosts, and each of them use the same style coding. The graphics show up there fine. I'm not sure what I might be doing wrong here.

Do I have to hard-code each of the graphic locations as www.website.elementfx.com/images/graphic.gif or am I just missing something?

Any help would be appreciated.

Thank you.
 

flinx

New Member
Messages
68
Reaction score
0
Points
0
Is 'images' a subfolder of the one where the script is? Otherwise you might add a slash at the beginning:

<img src="/images/site_graphics/testing.gif">
 

riftforce

New Member
Messages
3
Reaction score
0
Points
0
Yes. The images folder is a direct sub-folder of where my main page scripts are at.

public-html folder
 

satbir

New Member
Messages
547
Reaction score
1
Points
0
I tried checking your site but the site itself did not come up.
 

riftforce

New Member
Messages
3
Reaction score
0
Points
0
I didn't list the site address in my statement since it's only a testing site right now.
 
Top