I have a database that contains image filenames, among other fields. I have pulled the data into a structure (dataStruct) so that I can more easily display it in a dynamically created table. I am trying to display the actual images in the page, rather than just the filenames, using the following...