I am currently creating a form that allows my users to insert an image
and write a description by using a table. I have a button that resets
the table by using: Photos._Row1.removeInstance(0); And that works to
remove any additional rows (Row2 +) I have inserted and all of the
description text. However, on Row1, it does not remove the image, only
the text.Is there additional script to remove the image from Row1 to
bring it back to a clean table?