Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

images not loading

Status
Not open for further replies.

officemanager2

Technical User
Oct 11, 2007
116
0
0
CA
On a site I'm working on the images will not load the code looks like this:

<img src="/hr01.gif" width="100%"/>

I modified an image in fireworks to:

<img name="index" src="index.gif" width="800" height="120" border="0" alt="">

which does load, but I'm lost as to why the second image loads and the first does not. I've used the same technique on insert image on other sites and not encountered this problem before?
 
It's probably the '/' in front of your filename. The slash implies that the file is in your root directory. You might also check for upper/lower case discrepancies. Some OSs are case sensitive while others are not.

___________________________________________________________
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
Steam Engine Prints
 
thanks. I'm finding that when I duplicate pages I get the extra markings. Any idea how to stop that?
 
Delete button?

___________________________________________________________
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
Steam Engine Prints
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top