I have been trying to use a fragment to display a row of six images that each have a link associated with them. For some reason it does not pick up the image I am using to test the code. I placed the image i the site1 directory. If I replace the file name with one of the other gifs in the directory it is displayed fine but not the new image. It is definitely in the site1 directory and is a gif so I am at a loss as to why it will not show up.
This is the line of code used.
<a href="http://www.theorderofinitiative.co.uk/acatalog/Alchemy_Guild.html"><img src="button.gif" width="75" height="75">
using this line instead it works fine
<a href="http://www.theorderofinitiative.co.uk/acatalog/Alchemy_Guild.html"><img src="PayPal_mark_60_38.gif" width="60" height="38">
Any ideas, its got me well and truely wound up today.
Cheers
Paul
www.theorderofinitiative.co.uk
This is the line of code used.
<a href="http://www.theorderofinitiative.co.uk/acatalog/Alchemy_Guild.html"><img src="button.gif" width="75" height="75">
using this line instead it works fine
<a href="http://www.theorderofinitiative.co.uk/acatalog/Alchemy_Guild.html"><img src="PayPal_mark_60_38.gif" width="60" height="38">
Any ideas, its got me well and truely wound up today.
Cheers
Paul
www.theorderofinitiative.co.uk
Comment