I have a list of hundreds of festivals and I'm trying to determine how to effectively use an if statement to test when:
this type of page - http://www1.sk-static.com/images/media/profile_images/events/18704054/col4
is different than this
this type of page - http://www2.sk-static.com/images/media/profile_images/events/18709809/col4
As you can see in the the top link, there is no image, but actually there is... it is a blank image. I have a back-up image in this case but I can't seem to figure out how to test if the image is blank or not since both links are valid with 'images' on them.