Problem with "if" statement in Dreamweaver
I have successfully used "if" statements in the past with Dreamweaver, but I'm having a problem using it with images (i.e. <img src = ).
What I'm trying to accomplish is to display a default.jpg image if there is no image file name stored in a MySQL database.
For example, if a team has a photo image, show that photo; otherwise, show a default image. (The default image tells people how to submit a photo to me.)
If I can't get this to work, I'll have to store a large number of image files with different names for the same "default.jpg" image.
Thanks in advance for any help that you can provide.
