Forum Moderators: open
I want to make an image clickable and direct to an addresse, so
<form action="go.php" method="post" name="f"> <td><input type="image" src="pic.jpg"></td>
</form>
OR
<td><a href="go.php"><img src="pic.jpg"></a></td>
both do the same, so which is better to use?
Thanks in advance