[SOLVED] Help - Image instead of text
Posted: Thu Sep 01, 2005 10:27 am
Hi,
I have the following code which outputs delete text as a link with with variable.
I need the Delete text replacing with an image however I do not know how to do this.
Please help!
I have the following code which outputs delete text as a link with with variable.
Code: Select all
<TD><a href='deleteget.php?varl=".$row['asset']."'>Delete</a></TD>Please help!