Hi,
I need a link to appear next to the images here when the user hovers over them. It will have a link in it to edit the picture. This will be dynamic and pulled from the database so each link will be unique.
ie
<a href="editImage.aspx?imageid=1">Edit</a>
<a href="editImage.aspx?imageid=2">Edit</a>
<a href="editImage.aspx?imageid=3">Edit</a>
<a href="editImage.aspx?imageid=4">Edit</a>
and so forth.
Thanks for any help!

I need a link to appear next to the images here when the user hovers over them. It will have a link in it to edit the picture. This will be dynamic and pulled from the database so each link will be unique.
ie
<a href="editImage.aspx?imageid=1">Edit</a>
<a href="editImage.aspx?imageid=2">Edit</a>
<a href="editImage.aspx?imageid=3">Edit</a>
<a href="editImage.aspx?imageid=4">Edit</a>
and so forth.
Thanks for any help!