officemanager2
Technical User
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?
<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?