Starting to get very feedup :
I have a folder and in that folder I have other folders "thumb" & "norm". I also have a script that takes the image from norm folder modifys it and saves it in thumb folder.
All this works great and the next problem I have had before.
This outputs on the html page generated by the code a box about the right size for the image with a red x in it ( and the same for the other images in the array ).
The html code on the page is <img src = "thumb/07048.png"><img src = "thumb/banner.png"><img src = "thumb/1.jpg">
This would say to me that the image can not be found but why are the box's about the right size ? I have also tried changing the path to no effect.
Can someone explain what is going on please Anthony