|
I dunno what programs you are using but if you have this coded yourself or not I'll offer a few solutions.
in the code, you can have it count how many images you told it to put into each template, if it is less then 10 then the remaining images will be named blank.gif.
Server side; the red X's will draw a 404 error, you can use .htaccess for just that directory to redirect 404 traffic to blank.gif, but this will have you loose some money from possible 404 traffic. It is an easier fix if you are not the coder on the proejct though.
|