could someone tell me what code to use to replace 'use embedded upload' in the code below to show an image instead of the text? thanks in advance! <?php if( isset($_SESSION['privs']) && $_SESSION['privs'] >= getSetting('userperm_allowembed', $db) ){ echo "<tr><th></th> <td><a href='/?id=" . $_GET['id'] . "&embed=true'>use embedded upload</a></td></tr>";} echo "</table> </form>"; PHP: